1labwc-theme(5)                File Formats Manual               labwc-theme(5)
2
3
4

NAME

6       labwc - Theme specification
7

THEME

9       The theme engine aims to be compatible with openbox and themes will be
10       searched for in the following order:
11
12       ·   ${XDG_DATA_HOME:-$HOME/.local/share}/themes/<theme-name>/openbox-3/
13       ·   $HOME/.themes/<theme-name>/openbox-3/
14       ·   /usr/share/themes/<theme-name>/openbox-3/
15       ·   /usr/local/share/themes/<theme-name>/openbox-3/
16       ·   /opt/share/themes/<theme-name>/openbox-3/
17
18
19       Choosing a theme is done by editing the <name> key in the <theme> sec‐
20       tion of the rc.xml configuration file (labwc-config(5)).
21
22       A theme consists of a themerc file and optionally some xbm icons.
23

DATA TYPES

25       color RGB values
26           Colors can be specified by hexadecimal RGB values in the format
27           #rrggbb. Other formats will be supported later for better openbox
28           theme compatibility.
29

THEME ELEMENTS

31       window.active.title.bg.color
32           Background for the focussed window's titlebar
33
34       window.active.handle.bg.color
35           Background for the focussed window's handle.
36
37       window.inactive.title.bg.color
38           Background for non-focussed windows' titlebars
39
40       window.active.button.unpressed.image.color
41           Color of the images in titlebar buttons in their default,
42           unpressed, state. This element is for the focused window.
43
44       window.inactive.button.unpressed.image.color
45           Color of the images in titlebar buttons in their default,
46           unpressed, state. This element is for non-focused windows.
47
48       menu.items.bg.color
49           Background color of inactive menu items
50
51       menu.items.text.color
52           Text color of inactive menu item
53
54       menu.items.active.bg.color
55           Background color of active menu items
56
57       menu.items.active.text.color
58           Text color of active menu item
59

DEFINITIONS

61       The handle is the window edge decoration at the bottom of the window.
62

DERIVED DIMENSIONS

64       The window title bar height is equal to the vertical font extents of
65       the title. Padding will be added to this later.
66

SEE ALSO

68       labwc(1), labwc-config(5), labwc-actions(5)
69
70
71
72                                  2021-03-24                    labwc-theme(5)
Impressum