From 52296cd3eb9e6fd49d8c277b58ed41f19e153ffc Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sun, 24 Nov 2024 11:51:22 +0100 Subject: [PATCH] themes: fix System theme color for ink tool nib Like in #11964 for Default theme, the nib handle for the ink tool is invisible on the System theme. Fix this by adjusting the solution in a4f9e7e89a for use with the System theme. --- themes/System/gimp.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 9603eb238c..1ecd99f1a2 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -29,6 +29,13 @@ GimpColorNotebook tab { padding: 0 0 0 0; } +/* Define colors so the nib handle appears in Gimp Ink Options */ +GimpBlobEditor { + color: @theme_fg_color; + background-color: @theme_bg_color; + border: 0.1em solid @theme_fg_color; +} + GimpDock entry, GimpDock spinbutton, GimpDock GimpColorNotebook spinbutton,