1labwc-theme(5) File Formats Manual labwc-theme(5)
2
3
4
6 labwc - Theme specification
7
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
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
31 border.width
32 Line width (integer) of border border drawn around window frames.
33 Default is 1.
34
35 window.active.border.color
36 Border color of active window
37
38 window.active.title.bg.color
39 Background for the focussed window's titlebar
40
41 window.inactive.title.bg.color
42 Background for non-focussed windows' titlebars
43
44 window.active.button.unpressed.image.color
45 Color of the images in titlebar buttons in their default, un‐
46 pressed, state. This element is for the focused window.
47
48 window.inactive.button.unpressed.image.color
49 Color of the images in titlebar buttons in their default, un‐
50 pressed, state. This element is for non-focused windows.
51
52 menu.items.bg.color
53 Background color of inactive menu items
54
55 menu.items.text.color
56 Text color of inactive menu item
57
58 menu.items.active.bg.color
59 Background color of active menu items
60
61 menu.items.active.text.color
62 Text color of active menu item
63
65 The handle is the window edge decoration at the bottom of the window.
66
68 The window title bar height is equal to the vertical font extents of
69 the title. Padding will be added to this later.
70
72 labwc(1), labwc-config(5), labwc-actions(5)
73
74
75
76 2021-07-22 labwc-theme(5)