From 8b1ec52eab680f8716a78482cf17487589c82380 Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Sat, 26 Sep 2015 22:32:33 +0200 Subject: [PATCH] Theme's highlight color for selected thumbs changed to lighter --- rtdata/themes/cookiedough.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtdata/themes/cookiedough.css b/rtdata/themes/cookiedough.css index 68acee8bb..8d9c4ef0f 100644 --- a/rtdata/themes/cookiedough.css +++ b/rtdata/themes/cookiedough.css @@ -71,7 +71,7 @@ GtkDrawingArea { } GtkDrawingArea:selected { - background-color: #262626; + background-color: #565656; } /* Normal state */