-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadwaita.tera
More file actions
97 lines (97 loc) · 4.19 KB
/
adwaita.tera
File metadata and controls
97 lines (97 loc) · 4.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
whiskers:
version: ^2.5.1
matrix:
- flavor
- accent
filename: 'themes/evergarden-{{flavor.identifier}}-{{accent}}.css'
hex_format: "#{{r}}{{g}}{{b}}{{z}}"
---
@define-color accent_color {{ flavor.colors[accent].hex }};
@define-color accent_bg_color {{ flavor.colors[accent].hex }};
@define-color accent_fg_color {{ base.hex }};
@define-color destructive_color {{ red.hex }};
@define-color destructive_bg_color {{ red.hex }};
@define-color destructive_fg_color {{ base.hex }};
@define-color success_color {{ green.hex }};
@define-color success_bg_color {{ green.hex }};
@define-color success_fg_color {{ base.hex }};
@define-color warning_color {{ yellow.hex }};
@define-color warning_bg_color {{ yellow.hex }};
@define-color warning_fg_color {{ base.hex }};
@define-color error_color {{ red.hex }};
@define-color error_bg_color {{ red.hex }};
@define-color error_fg_color {{ base.hex }};
@define-color window_bg_color {{ base.hex }};
@define-color window_fg_color {{ text.hex }};
@define-color view_bg_color {{ base.hex }};
@define-color view_fg_color {{ text.hex }};
@define-color headerbar_bg_color {{ mantle.hex }};
@define-color headerbar_fg_color {{ text.hex }};
@define-color headerbar_border_color {{ base | mod(opacity=0.7) | css_rgba }};
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color headerbar_darker_shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color sidebar_bg_color {{ mantle.hex }};
@define-color sidebar_fg_color {{ text.hex }};
@define-color sidebar_backdrop_color @window_bg_color;
@define-color sidebar_shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color secondary_sidebar_bg_color @sidebar_bg_color;
@define-color secondary_sidebar_fg_color @sidebar_fg_color;
@define-color secondary_sidebar_backdrop_color @sidebar_backdrop_color;
@define-color secondary_sidebar_shade_color @sidebar_shade_color;
@define-color card_bg_color {{ mantle.hex }};
@define-color card_fg_color {{ text.hex }};
@define-color card_shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color dialog_bg_color {{ mantle.hex }};
@define-color dialog_fg_color {{ text.hex }};
@define-color popover_bg_color {{ mantle.hex }};
@define-color popover_fg_color {{ text.hex }};
@define-color popover_shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color shade_color {{ crust | mod(opacity=0.7) | css_rgba }};
@define-color scrollbar_outline_color {{ surface0.hex }};
@define-color blue_1 {{ blue.hex }};
@define-color blue_2 {{ blue.hex }};
@define-color blue_3 {{ blue.hex }};
@define-color blue_4 {{ blue.hex }};
@define-color blue_5 {{ blue.hex }};
@define-color green_1 {{ green.hex }};
@define-color green_2 {{ green.hex }};
@define-color green_3 {{ green.hex }};
@define-color green_4 {{ green.hex }};
@define-color green_5 {{ green.hex }};
@define-color yellow_1 {{ yellow.hex }};
@define-color yellow_2 {{ yellow.hex }};
@define-color yellow_3 {{ yellow.hex }};
@define-color yellow_4 {{ yellow.hex }};
@define-color yellow_5 {{ yellow.hex }};
@define-color orange_1 {{ orange.hex }};
@define-color orange_2 {{ orange.hex }};
@define-color orange_3 {{ orange.hex }};
@define-color orange_4 {{ orange.hex }};
@define-color orange_5 {{ orange.hex }};
@define-color red_1 {{ red.hex }};
@define-color red_2 {{ red.hex }};
@define-color red_3 {{ red.hex }};
@define-color red_4 {{ red.hex }};
@define-color red_5 {{ red.hex }};
@define-color purple_1 {{ purple.hex }};
@define-color purple_2 {{ purple.hex }};
@define-color purple_3 {{ purple.hex }};
@define-color purple_4 {{ purple.hex }};
@define-color purple_5 {{ purple.hex }};
@define-color brown_1 {{ pink.hex }};
@define-color brown_2 {{ pink.hex }};
@define-color brown_3 {{ pink.hex }};
@define-color brown_4 {{ pink.hex }};
@define-color brown_5 {{ pink.hex }};
@define-color light_1 {{ mantle.hex }};
@define-color light_2 {{ mantle.hex }};
@define-color light_3 {{ mantle.hex }};
@define-color light_4 {{ mantle.hex }};
@define-color light_5 {{ mantle.hex }};
@define-color dark_1 {{ mantle.hex }};
@define-color dark_2 {{ mantle.hex }};
@define-color dark_3 {{ mantle.hex }};
@define-color dark_4 {{ mantle.hex }};
@define-color dark_5 {{ mantle.hex }};