summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <doctorjellyface@riseup.net>2016-02-20 16:16:52 +0100
committerJuraj Fiala <doctorjellyface@riseup.net>2016-02-20 16:16:52 +0100
commit19a356fa75e9a98a2f7c027ceb4913bebed34551 (patch)
tree83560a06f20107eb73022136a4220914b934cce3
parent876d52a44f26cb70cff2bfebdac8ec9c2d0bdb0b (diff)
downloadgnome-themes-standard-19a356fa75e9a98a2f7c027ceb4913bebed34551.tar.gz
Changed the active bg colour.
Turns out it is used in some places, and it definitely doesn't need to be blue there.
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 635c8d52..c1597adc 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -101,7 +101,7 @@ style "default" {
bg[PRELIGHT] = @bg_color
bg[SELECTED] = @selected_bg_color
bg[INSENSITIVE] = mix (0.6, @bg_color, @base_color)
- bg[ACTIVE] = @selected_bg_color
+ bg[ACTIVE] = @bg_color
fg[NORMAL] = @fg_color
fg[PRELIGHT] = @fg_color