-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgitkraken.tera
176 lines (175 loc) Β· 6.93 KB
/
gitkraken.tera
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
---
whiskers:
version: 2.5.1
matrix:
- flavor
filename: "themes/catppuccin-{{ flavor.identifier }}.jsonc"
---
{
"meta": {
"name": "Catppuccin {{ flavor.name }}",
"scheme": "{% if flavor.dark %}dark{% else %}light{% endif %}"
},
"themeValues": {
"root": {
"red": "#{{red.hex}}",
"orange": "#{{peach.hex}}",
"yellow": "#{{yellow.hex}}",
"green": "#{{green.hex}}",
"teal": "#{{teal.hex}}",
"blue": "#{{blue.hex}}",
"ltblue": "#{{lavender.hex}}",
"purple": "#{{mauve.hex}}",
"app__bg0": "#{{base.hex}}",
"toolbar__bg0": "#{{mantle.hex}}",
"toolbar__bg1": "#{{crust.hex}}",
"toolbar__bg2": "#{{crust.hex}}",
"panel__bg0": "#{{mantle.hex}}",
"panel__bg1": "#{{crust.hex}}",
"panel__bg2": "#{{crust.hex}}",
"input__bg": "fade(#{{crust.hex}}, 20%)",
"input-bg-warn-color": "fade(#{{base.hex}}, 60%)",
"panel-border": "#{{surface2.hex}}",
"section-border": "#{{surface1.hex}}",
"subtle-border": "#{{surface0.hex}}",
"modal-overlay-color": "fade(#{{crust.hex}}, 50%)",
"graph-color-0": "#{{red.hex}}",
"graph-color-1": "#{{maroon.hex}}",
"graph-color-2": "#{{peach.hex}}",
"graph-color-3": "#{{yellow.hex}}",
"graph-color-4": "#{{green.hex}}",
"graph-color-5": "#{{teal.hex}}",
"graph-color-6": "#{{sapphire.hex}}",
"graph-color-7": "#{{sky.hex}}",
"graph-color-8": "#{{blue.hex}}",
"graph-color-9": "#{{lavender.hex}}",
".text-color": "#{{text.hex}}",
"text-selected": "#{{text.hex}}",
"text-normal": "fade(#{{text.hex}}, 75%)",
"text-secondary": "fade(#{{text.hex}}, 60%)",
"text-disabled": "fade(#{{text.hex}}, 40%)",
"text-accent": "#{{subtext1.hex}}",
"text-inverse": "#{{base.hex}}",
"text-bright": "#{{text.hex}}",
"text-dimmed": "fade(#{{text.hex}}, 20%)",
"text-dimmed-selected": "fade(#{{text.hex}}, 50%)",
"text-selected-row": "#{{text.hex}}",
"btn-text": "#{{text.hex}}",
"btn-text-hover": "#{{text.hex}}",
"default-border": "@text-normal",
"default-bg": "transparent",
"default-hover": "transparent",
"default-border-hover": "@text-selected",
"primary-border": "@blue",
"primary-bg": "fade(@blue, 20%)",
"primary-hover": "fade(@blue, 60%)",
"success-border": "@green",
"success-bg": "fade(@green, 20%)",
"success-hover": "fade(@green, 60%)",
"warning-border": "@orange",
"warning-bg": "fade(@orange, 20%)",
"warning-hover": "fade(@orange, 60%)",
"danger-border": "@red",
"danger-bg": "fade(@red, 20%)",
"danger-hover": "fade(@red, 60%)",
"hover-row": "fade(#45475A, 25%)",
"danger-row": "fade(@red, 60%)",
"selected-row": "fade(#45475A, 50%)",
"selected-row-border": "none",
"warning-row": "fade(@orange, 60%)",
"droppable": "fade(@yellow, 10%)",
"drop-target": "fade(@green, 50%)",
"input--disabled": "fade(#000000, 10%)",
"link-color": "#{{blue.hex}}",
"link-color-bright": "#{{blue.hex}}",
"form-control-focus": "#{{blue.hex}}",
"scroll-thumb-border": "rgba(0,0,0,0)",
"scroll-thumb-bg": "rgba(255,255,255,0.15)",
"scroll-thumb-bg-light": "rgba(0,0,0,0.15)",
"wip-status": "fade(@blue, 40%)",
"card__bg": "@panel__bg2",
"card-shadow": "rgba(0,0,0,.2)",
"statusbar__warning-bg": "mixLess(@graph-color-7, @app__bg0, 50%)",
"label__yellow-color": "#f2ca33",
"label__light-blue-color": "#15a0bf",
"label__purple-color": "#c517b6",
"filtering": "fade(@blue, 50%)",
"soloing": "fade(@orange, 50%)",
"checked-out": "fade(@green, 30%)",
"soloed": "fade(@orange, 30%)",
"filter-match": "fade(@blue, 50%)",
"clone__progress": "fade(@blue, 70%)",
"toolbar__prompt": "fade(@blue, 20%)",
"verified": "fade(@green, 30%)",
"unverified": "fade(#{{text.hex}}, 10%)",
"drop-sort-border": "#{{green.hex}}",
"terminal__repo-name-color": "#{{teal.hex}}",
"terminal__repo-branch-color": "#{{pink.hex}}",
"terminal__repo-tag-color": "#{{peach.hex}}",
"terminal__repo-upstream-color": "#{{green.hex}}",
"terminal__background": "#{{crust.hex}}",
"terminal__cursor": "#{{text.hex}}",
"terminal__cursorAccent": "#{{text.hex}}",
"terminal__foreground": "#{{text.hex}}",
"terminal__selection": "#{{surface2.hex}}",
"terminal__black": "#{{base.hex}}",
"terminal__red": "#{{red.hex}}",
"terminal__green": "#{{green.hex}}",
"terminal__yellow": "#{{yellow.hex}}",
"terminal__blue": "#{{blue.hex}}",
"terminal__magenta": "#{{pink.hex}}",
"terminal__cyan": "#{{sky.hex}}",
"terminal__white": "#{{subtext0.hex}}",
"terminal__brightBlack": "#{{surface0.hex}}",
"terminal__brightRed": "#{{red.hex}}",
"terminal__brightGreen": "#{{green.hex}}",
"terminal__brightYellow": "#{{yellow.hex}}",
"terminal__brightBlue": "#{{blue.hex}}",
"terminal__brightMagenta": "#{{pink.hex}}",
"terminal__brightCyan": "#{{sky.hex}}",
"terminal__brightWhite": "#{{subtext1.hex}}",
"code-bg": "#{{base.hex}}",
"code-foreground": "#{{text.hex}}",
"code-blame-color-0": "#{{teal.hex}}",
"code-blame-color-1": "#{{red.hex}}",
"code-blame-color-2": "#{{green.hex}}",
"code-blame-color-3": "#{{yellow.hex}}",
"code-blame-color-4": "#{{blue.hex}}",
"code-blame-color-5": "#{{pink.hex}}",
"code-blame-color-6": "#{{subtext0.hex}}",
"code-blame-color-7": "#{{subtext1.hex}}",
"code-blame-color-8": "#{{lavender.hex}}",
"code-blame-color-9": "#{{mauve.hex}}",
"added-line": "fade(#{{green.hex}}, 10%)",
"deleted-line": "fade(#{{red.hex}}, 10%)",
"modified-line": "fade(#{{crust.hex}}, 25%)",
"conflict-info-color": "#{{sapphire.hex}}",
"conflict-left-border-color": "#{{sapphire.hex}}",
"conflict-left-color": "fade(@conflict-left-border-color, 25%)",
"conflict-right-border-color": "#{{yellow.hex}}",
"conflict-right-color": "fade(@conflict-right-border-color, 25%)",
"conflict-output-border-color": "#{{mauve.hex}}",
"conflict-output-color": "fade(@conflict-output-border-color, 25%)"
},
"toolbar": {
"text-selected": "#{{text.hex}}",
"text-normal": "#{{text.hex}}",
"text-secondary": "#{{subtext1.hex}}",
"text-disabled": "#{{subtext0.hex}}",
"section-border": "#{{surface1.hex}}",
"input__bg": "fade(#{{crust.hex}}, 20%)",
"link-color": "#{{blue.hex}}",
"btn-text": "#{{text.hex}}"
},
"tabsbar": {
"text-selected": "#{{text.hex}}",
"text-normal": "#{{text.hex}}",
"text-secondary": "#{{subtext1.hex}}",
"text-disabled": "#{{subtext0.hex}}",
"section-border": "#{{surface1.hex}}",
"input__bg": "fade(#{{crust.hex}}, 20%)",
"link-color": "#{{blue.hex}}",
"btn-text": "#{{text.hex}}"
}
}
}