gtk-theme-clearcodes

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

commit
408083b6101f8bfd2d9c59c0ed0134cd82c87e2c
parent
2f6044f9d89f87387d2738ab3aa2da255542db2f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-31 09:53
add more public colors

Diffstat

M gtk-3.0/colors-public.css 20 +++++++++++++++++++-

1 files changed, 19 insertions, 1 deletions


diff --git a/gtk-3.0/colors-public.css b/gtk-3.0/colors-public.css

@@ -1,4 +1,4 @@
    1    -1 /* see https://gitlab.gnome.org/GNOME/gtk/blob/master/gtk/theme/Adwaita/_colors-public.scss */
   -1     1 /* see https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/theme/Default/_colors-public.scss */
    2     2 /* some apps use rely on these variables */
    3     3 
    4     4 @define-color theme_fg_color @fg_color;
@@ -7,3 +7,21 @@
    7     7 @define-color theme_base_color @base_color;
    8     8 @define-color theme_selected_bg_color @selected_bg_color;
    9     9 @define-color theme_selected_fg_color @selected_fg_color;
   -1    10 @define-color theme_unfocused_fg_color @fg_color;
   -1    11 @define-color insensitive_bg_color @bg_color;
   -1    12 @define-color insensitive_fg_color mix(@fg_color, @bg_color, 0.4);
   -1    13 @define-color insensitive_base_color @base_color;
   -1    14 @define-color theme_unfocused_bg_color @bg_color;
   -1    15 @define-color theme_unfocused_fg_color @fg_color;
   -1    16 @define-color theme_unfocused_text_color @text_color;
   -1    17 @define-color theme_unfocused_base_color @base_color;
   -1    18 @define-color theme_unfocused_selected_bg_color @selected_bg_color;
   -1    19 @define-color theme_unfocused_selected_fg_color @selected_fg_color;
   -1    20 @define-color unfocused_insensitive_color @insensitive_fg_color;
   -1    21 @define-color borders @border_color;
   -1    22 @define-color unfocused_borders @border_color;
   -1    23 @define-color warning_color #ed0;
   -1    24 @define-color error_color #f33;
   -1    25 @define-color success_color #7c0;
   -1    26 @define-color content_view_bg @bg_color;
   -1    27 @define-color text_view_bg @bg_color;