- commit
- 51ca9af9491d780aeae0264981af12b7809feccf
- parent
- e1ebfeba342f9ee8c88962328ef9a05c69ace24a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-11 13:46
gtk4: add gtk-dark.css
Diffstat
| A | gtk-4.0/gtk-dark.css | 2 | ++ |
| M | gtk-4.0/gtk.css | 31 | +------------------------------ |
| C | gtk-4.0/gtk.css -> gtk-4.0/gtk4.css | 2 | -- |
3 files changed, 3 insertions, 32 deletions
diff --git a/gtk-4.0/gtk-dark.css b/gtk-4.0/gtk-dark.css
@@ -0,0 +1,2 @@
-1 1 @import url("../gtk-3.0/gtk-dark.css");
-1 2 @import url("gtk4.css");
diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css
@@ -1,31 +1,2 @@ 1 1 @import url("../gtk-3.0/gtk.css");2 -13 -1 popover.background {4 -1 background-color: transparent;5 -1 border: 0;6 -1 }7 -18 -1 popover.background > arrow,9 -1 popover.background > contents {10 -1 background: @base_color;11 -1 color: @text_color;12 -1 border-width: 1px;13 -1 }14 -115 -1 popover.background > contents {16 -1 padding: 0.5em;17 -1 border-radius: 3px;18 -1 }19 -120 -1 frame {21 -1 border-width: 1px;22 -1 padding: 0;23 -1 }24 -125 -1 statusbar {26 -1 padding: 0.5em;27 -1 }28 -129 -1 button separator {30 -1 margin: 0 0.5em;31 -1 }-1 2 @import url("gtk4.css");
diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk4.css
@@ -1,5 +1,3 @@1 -1 @import url("../gtk-3.0/gtk.css");2 -13 1 popover.background { 4 2 background-color: transparent; 5 3 border: 0;