gtk-theme-clearcodes

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

commit
e09a60cc8f6a3d40959516062fe52d3e35776969
parent
408083b6101f8bfd2d9c59c0ed0134cd82c87e2c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-31 11:16
more headings

Diffstat

M gtk-3.0/shared.css 13 ++++++++++++-

1 files changed, 12 insertions, 1 deletions


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

@@ -41,10 +41,21 @@ entry:disabled {
   41    41     background: shade(@base_color, 0.94);
   42    42 }
   43    43 
   44    -1 .heading {
   -1    44 .title-1,
   -1    45 .title-2,
   -1    46 .title-3,
   -1    47 .title-4,
   -1    48 .heading,
   -1    49 .caption-heading {
   45    50     font-weight: bold;
   46    51 }
   47    52 
   -1    53 .large-title { font-size: 250%; }
   -1    54 .title-1 { font-size: 200%; }
   -1    55 .title-2 { font-size: 175%; }
   -1    56 .title-3 { font-size: 145%; }
   -1    57 .title-4 { font-size: 120%; }
   -1    58 
   48    59 link {
   49    60     color: @focus_color;
   50    61     text-decoration: underline;