gtk-theme-clearcodes

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

commit
cec3bb5cb39edadcc909c8a0110ad9258e0f7579
parent
7ef1322a5d3f7b1936d00835ed6f7a696b7c7153
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-05-15 08:53
arrows: add up/down

I guess these are aliases introduced in gtk4, but not 100% sure

Diffstat

M gtk-3.0/shared/widgets/arrow.css 2 ++

1 files changed, 2 insertions, 0 deletions


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

@@ -4,10 +4,12 @@ arrow {
    4     4     min-width: 14px;
    5     5 }
    6     6 
   -1     7 arrow.up,
    7     8 arrow.top {
    8     9     -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
    9    10 }
   10    11 
   -1    12 arrow.down,
   11    13 arrow.bottom,
   12    14 combobox arrow,
   13    15 expander:checked,