From 17cbfb7299190f3c0b659ff506d4c1f9e8261382 Mon Sep 17 00:00:00 2001 From: 01micko <01micko@gmail.com> Date: Sat, 16 Dec 2023 15:42:34 +1000 Subject: [PATCH] docs: add png|svg icon descriptions for themes, fix minor typo --- CONTRIBUTING.md | 2 +- docs/labwc-theme.5.scd | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7eb733fc..b4ce9585 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -126,7 +126,7 @@ some formatting checks. The preferred line length limit is 80 columns, although this is a bit soft. -Tabs are 8 columns wide. Identation with spaces is not used. +Tabs are 8 columns wide. Indentation with spaces is not used. Opening braces go on the same line, except for function definitions. diff --git a/docs/labwc-theme.5.scd b/docs/labwc-theme.5.scd index e8922b4b..7baf801e 100644 --- a/docs/labwc-theme.5.scd +++ b/docs/labwc-theme.5.scd @@ -229,6 +229,30 @@ for xbm files: - max_hover_toggled.xbm for max_toggled_hover.xbm +When using png or svg icons, for a full theme experience all of the +following icons should be added: + +- close-active.[png|svg] +- close_hover-active.[png|svg] +- close_hover-inactive.[png|svg] +- close-inactive.[png|svg] +- iconify-active.[png|svg] +- iconify_hover-active.[png|svg] +- iconify_hover-inactive.[png|svg] +- iconify-inactive.[png|svg] +- max-active.[png|svg] +- max_hover-active.[png|svg] +- max_hover-inactive.[png|svg] +- max-inactive.[png|svg] +- max_toggled-active.[png|svg] +- max_toggled_hover-active.[png|svg] +- max_toggled_hover-inactive.[png|svg] +- max_toggled-inactive.[png|svg] +- menu-active.[png|svg] +- menu_hover-active.[png|svg] +- menu_hover-inactive.[png|svg] +- menu-inactive.[png|svg] + # DEFINITIONS The handle is the window edge decoration at the bottom of the window. -- 2.52.0