Gimp/themes/Default/meson.build
Stanislav Grinkov 49cbe651a6
themes: Add three-dot handle to paned separators ...
to improve their accessibility to Default, Gray,
and Compact themes.

Resolves: #9144
2023-02-14 16:50:32 +06:00

9 lines
194 B
Meson

subdir('ui')
files = [
'gimp.css', 'gimp-dark.css',
'common.css', 'common-dark.css', 'common-light.css'
]
install_data(files,
install_dir: gimpdatadir / 'themes' / 'Default')