forked from monday15/lounge-gtk-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
43 lines (28 loc) · 1.47 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
option('button_outlines', type : 'string', value: 'strong',
description : 'Set outline style for regular buttons in a light theme')
option('gtk2_solid_menu', type : 'boolean', value : false,
description : 'Solid borders for gtk2 menus')
option('gtk3_version', type : 'string',
description : 'Set gtk3 version to build against it')
option('gnome_version', type : 'string',
description : 'Set gnome version to build against it')
option('icons', type : 'boolean', value : true,
description : 'Install auxiliary icon theme')
option('icon_theme', type : 'string', value: 'Adwaita',
description : 'Set main icon theme name')
option('scale_style', type : 'string', value: 'casual',
description : 'Set style for scale (casual/fancy)')
option('scrollbar_handles', type : 'string', value: 'no_handles',
description : 'Set scrollbar slider style')
option('shell_font', type : 'string', value: 'Roboto',
description : 'Set font name for gnome-shell theme')
option('style', type : 'string', value: 'prime',
description : 'Set style for gtk2/gtk3 theme (prime/flat)')
option('tone', type : 'string', value: 'tango',
description : 'Set tone for gtk2/gtk3 theme (tango/salsa/rumba/jive)')
option('flatpak', type : 'boolean', value : false,
description : 'Build theme for flatpak package')
option('flatpak-size', type : 'string',
description : 'Flatpak size variant (regular/compact)')
option('flatpak-variant', type : 'string',
description : 'Flatpak variant (light/dark)')