Skip to content

Commit 172e2b6

Browse files
author
lainsce
committed
resurrect gtk3 theme
1 parent de5473a commit 172e2b6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Helium-dark/meson.build

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ configure_file(input : '../index.theme.in',
88
configuration : conf_data,
99
install_dir: theme_dir)
1010

11+
if get_option('gtk3')
12+
subdir('gtk-3.0')
13+
endif
14+
1115
if get_option('gtk4')
1216
subdir('gtk-4.0')
1317
endif

Helium/meson.build

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ configure_file(input : '../index.theme.in',
88
configuration : conf_data,
99
install_dir: theme_dir)
1010

11+
if get_option('gtk3')
12+
subdir('gtk-3.0')
13+
endif
14+
1115
if get_option('gtk4')
1216
subdir('gtk-4.0')
1317
endif

meson_options.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
option('dark', type: 'boolean', value: true, description: 'Enable dark mode')
22
option('gtk4', type: 'boolean', value: true, description: 'Enable GTK4 theme')
3+
option('gtk3', type: 'boolean', value: true, description: 'Enable GTK3 theme')
34
option('shell', type: 'boolean', value: true, description: 'Enable GNOME Shell theme')

0 commit comments

Comments
 (0)