summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/xfce/Greybird/0001-Fix-GTK3-dark-colors.patch
blob: 631d059d3fd317988fa67fc693ab7284a5b9cb12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 32a8e4d331fb06f58f0369e8c3422e2efc8ef56e Mon Sep 17 00:00:00 2001
From: Nico Kaiser <nico.kaiser@boerse-go.de>
Date: Mon, 27 Apr 2020 18:43:06 +0200
Subject: [PATCH 1/2] Fix GTK3 dark colors

---
 light/gtk-3.0/_colors.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/light/gtk-3.0/_colors.scss b/light/gtk-3.0/_colors.scss
index d53071c..5d8a4af 100644
--- a/light/gtk-3.0/_colors.scss
+++ b/light/gtk-3.0/_colors.scss
@@ -2,9 +2,9 @@
 // it gets @if ed depending on $variant
 
 
-$base_color: if($variant == 'light', #fcfcfc, #292929);
+$base_color: if($variant == 'light', #fcfcfc, #2d2e30);
 $text_color: if($variant == 'light', #212121, white);
-$bg_color: if($variant == 'light', #cecece, #393f3f);
+$bg_color: if($variant == 'light', #cecece, #3b3e3f);
 $fg_color: if($variant == 'light', #3c3c3c, #eeeeec);
 
 $selected_fg_color: #ffffff;
-- 
2.29.2