gtk-theme-clearcodes

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

commit
0471af44e3d65b91f475044b4ad8902999c33291
parent
e085196f02038cb44e9d172abe0d8e0f2e4df2be
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-19 07:51
add window borders

reverts 9ab999443a749acb76693d34622813ec052b6629

Diffstat

M gtk-3.0/widgets/headerbar.css 4 ++++
M gtk-3.0/widgets/menu.css 1 -
M gtk-3.0/widgets/tooltip.css 1 -

3 files changed, 4 insertions, 2 deletions


diff --git a/gtk-3.0/widgets/headerbar.css b/gtk-3.0/widgets/headerbar.css

@@ -12,3 +12,7 @@ headerbar {
   12    12 searchbar {
   13    13     border-bottom-width: 1px;
   14    14 }
   -1    15 
   -1    16 .csd decoration {
   -1    17     border-width: 1px;
   -1    18 }

diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css

@@ -22,7 +22,6 @@ actionbar {
   22    22 menu {
   23    23     background: @base_color;
   24    24     color: @text_color;
   25    -1     border-width: 1px;
   26    25     padding: 1px;
   27    26 }
   28    27 

diff --git a/gtk-3.0/widgets/tooltip.css b/gtk-3.0/widgets/tooltip.css

@@ -2,5 +2,4 @@ tooltip.background {
    2     2     background-color: @tooltip_bg_color;
    3     3     color: @tooltip_fg_color;
    4     4     padding: 0;
    5    -1     border-width: 1px;
    6     5 }