]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs: add png|svg icon descriptions for themes, fix minor typo
author01micko <01micko@gmail.com>
Sat, 16 Dec 2023 05:42:34 +0000 (15:42 +1000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 16 Dec 2023 20:16:19 +0000 (20:16 +0000)
CONTRIBUTING.md
docs/labwc-theme.5.scd

index 7eb733fc0b0baf3efb70c4d5c2d4be2b308ddaad..b4ce95853f5fed04b3d2970db131504f5a61eada 100644 (file)
@@ -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.
 
index e8922b4b9cab6b9bef0225ed8580bf7377272aa9..7baf801e2d9da30769b0616d0f1caf7be26360b1 100644 (file)
@@ -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.