gtk-theme-clearcodes

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

commit
9e70fc576c25da4e07227b3f22ac2d5ef8118b6f
parent
0b0684325b3926fc2bfdc87dec4604eac40b565e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-05-15 08:58
apply titlebar styling to all headerbars

fixes e.g. loupe

Diffstat

M gtk-3.0/shared/widgets/headerbar.css 4 +---

1 files changed, 1 insertions, 3 deletions


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

@@ -1,12 +1,10 @@
    1    -1 .titlebar {
   -1     1 headerbar {
    2     2     background: @bg_color_secondary;
    3     3     color: @fg_color;
    4     4     padding: 0.5em;
    5     5     border-bottom-width: 1px;
    6     6     box-shadow: 0 0 0.2em @shadow_color;
    7    -1 }
    8     7 
    9    -1 headerbar {
   10     8     /* HACK for squishy headerbars */
   11     9     min-height: 2.4em;
   12    10 }