gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
d27325c0b1d5c5415c6ec718e744142dd7e137da
parent
373f270cc404a9e1135cdac92c6024bdea52fd9a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-06-23 07:50
slightly increase dark theme contrast

Diffstat

M gtk-3.0/gtk-dark.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css

@@ -12,7 +12,7 @@
   12    12 @define-color focus_color @selected_bg_color;
   13    13 @define-color tooltip_bg_color @base_color;
   14    14 @define-color tooltip_fg_color @text_color;
   15    -1 @define-color button_bg_color #333;
   -1    15 @define-color button_bg_color #444;
   16    16 @define-color button_fg_color @text_color;
   17    17 
   18    18 @import url("shared.css");