gtk-theme-clearcodes

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

commit
27bc72671f8407c28097d30a7967395af725216c
parent
2144f6ad014eeaeafd72a3238d7eb5ff5e60263e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-05-15 09:03
libadwaita: tweak styling of dialogs

Diffstat

M gtk-4.0/gtk.css 1 +
A gtk-4.0/libadwaita.css 4 ++++

2 files changed, 5 insertions, 0 deletions


diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css

@@ -1,2 +1,3 @@
    1     1 @import url("../gtk-3.0/shared/gtk.css");
    2     2 @import url("gtk4.css");
   -1     3 @import url("libadwaita.css");

diff --git a/gtk-4.0/libadwaita.css b/gtk-4.0/libadwaita.css

@@ -0,0 +1,4 @@
   -1     1 .message-area,
   -1     2 .response-area {
   -1     3     padding: 0.5em;
   -1     4 }