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.
6 lines
119 B
Meson
6 lines
119 B
Meson
files = [
|
|
'gimp-light.css'
|
|
]
|
|
|
|
install_data(files,
|
|
install_dir: gimpdatadir / 'themes' / 'System')
|