1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/themes/System/gimp-light.css
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

14 lines
255 B
CSS

/* GIMP theme CSS file */
/* Additional rules for light variant System themes */
@import url("gimp.css");
/* Make sure symbolic layer tree icons are visible */
treeview {
color: black;
}
treeview header {
color: rgb (196, 197, 197);
}