mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: add png|svg icon descriptions for themes, fix minor typo
This commit is contained in:
parent
7eae03117e
commit
17cbfb7299
2 changed files with 25 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue