Mercurial > repos > other > Adwaita-Dark-Green
annotate gtk-4.4/gtk-minimal.scss @ 99:85674188d6d3
Correct Adwaita view/table colours
They should be lighter, rather than blending with background
Also fixed rounded avatars
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Mar 2022 11:57:56 +0100 |
parents | 9da64f7bb19c |
children | 1e5ce701b8d8 |
rev | line source |
---|---|
98 | 1 $variant: 'light'; |
2 $contrast: 'normal'; | |
3 | |
4 // Import the colours | |
5 @import 'colors-custom'; | |
6 | |
7 /* Accent Colors */ | |
8 @define-color accent_color #{"" + $selected_bg_color}; | |
9 @define-color accent_bg_color #{"" + $selected_bg_color}; | |
10 @define-color accent_fg_color #{"" + $selected_fg_color}; | |
11 | |
12 /* Window Colors */ | |
13 @define-color window_bg_color #{"" + $base_color}; | |
14 @define-color window_fg_color #{"" + $fg_color}; | |
15 | |
16 /* View Colors */ | |
99
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
17 @define-color view_bg_color #{"" + $text_input_color}; |
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
18 @define-color view_fg_color #{"" + $text_color}; |
98 | 19 |
20 /* Header Bar Colors */ | |
21 @define-color headerbar_bg_color #{"" + $bg_dark_color}; | |
22 @define-color headerbar_fg_color #{"" + $fg_dark_color}; | |
23 @define-color headerbar_backdrop_color #{"" + $bg_dark_color}; | |
24 @define-color headerbar_shade_color red; | |
25 | |
26 /* Card Colors */ | |
27 $card_color: darken($text_input_color, 6%); | |
28 @define-color card_bg_color #{"" + $card_color}; | |
29 @define-color card_fg_color #{"" + $fg_color}; | |
30 @define-color card_shade_color #{"" + $fg_color}; | |
31 | |
32 /* Popover Colors */ | |
33 @define-color popover_bg_color #{"" + $popover_bg_color}; | |
99
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
34 @define-color popover_fg_color #{"" + $fg_color}; |
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
35 |
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
36 |
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
37 /* Fix the avatar shape */ |
85674188d6d3
Correct Adwaita view/table colours
IBBoard <dev@ibboard.co.uk>
parents:
98
diff
changeset
|
38 avatar { border-radius: 4px } |