From d9645c8cc479b8c23c62b2ebb1469b27b155917d Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Mon, 1 Oct 2018 10:33:06 +0200 Subject: [PATCH] Update TooWaGrey - Average Surround-GTK3-20_.css Reduced contrast of highlighted buttons and changed sliders to grey. --- .../themes/TooWaGrey - Average Surround-GTK3-20_.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rtdata/themes/TooWaGrey - Average Surround-GTK3-20_.css b/rtdata/themes/TooWaGrey - Average Surround-GTK3-20_.css index 98ec912b1..29ebd6c96 100644 --- a/rtdata/themes/TooWaGrey - Average Surround-GTK3-20_.css +++ b/rtdata/themes/TooWaGrey - Average Surround-GTK3-20_.css @@ -33,7 +33,7 @@ @define-color bg-image rgb(120,120,120); /*** Image area & File Browser background * Default: rgb(70,70,70) ***/ -@define-color accent-color2 rgb(49,132,220); /*** Scale, Progressbar, Scrollbar, Tabs * Default: rgb(35,99,166) ***/ +@define-color accent-color2 rgb(175,175,175); /*** Scale, Progressbar, Scrollbar, Tabs * Default: rgb(35,99,166) ***/ @define-color accent-color4 rgb(155,155,155); /*** Slider knob * Default: rgb(115,115,115) ***/ @define-color accent-color3 rgb(85,85,85); /*** Selected thumbnail background color * Default: rgb(35,99,166) ***/ @@ -43,10 +43,10 @@ @define-color bg-light-grey rgb(135,135,135); @define-color bg-grey rgb(120,120,120); -@define-color bg-dark-grey rgb(85,85,85); +@define-color bg-dark-grey rgb(90,90,90); -@define-color bg-button-hover rgba(0,0,0,.15); -@define-color bg-button-active rgba(0,0,0,.5); +@define-color bg-button-hover rgba(40,40,40,.16); +@define-color bg-button-active rgba(40,40,40,.4); @define-color winHeaderbar rgb(75,75,75); @define-color winTitle rgb(210,210,210); @@ -55,7 +55,7 @@ @define-color border-tooltip rgb(50,50,50); @define-color text-tooltip rgb(50,50,50); /***********************************************/ -@define-color text-color rgb(230,230,230); +@define-color text-color rgb(220,220,220); @define-color text-tbEntry rgb(245,245,245); @define-color border-color rgba(255,255,255,.35); @define-color bg-list-hover rgb(95,95,95);