1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/themes/System/meson.build
Alx Sa acebb4fa22 themes: Define symbolic icon colors for System theme
Symbolic layer tree icons are often invisible
when not selected on System themes in
light mode. This patch adds a CSS rule
to ensure the layer tree icons are visible
on light backgrounds.
2024-09-27 21:10:40 +00:00

7 lines
119 B
Meson

files = [
'gimp-light.css'
]
install_data(files,
install_dir: gimpdatadir / 'themes' / 'System')