mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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.
7 lines
119 B
Meson
7 lines
119 B
Meson
files = [
|
|
'gimp-light.css'
|
|
]
|
|
|
|
install_data(files,
|
|
install_dir: gimpdatadir / 'themes' / 'System')
|