forked from liquidsquid1/catppuccin-lb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolors.tera
61 lines (50 loc) · 1.62 KB
/
colors.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
---
whiskers:
version: 2.5.1
matrix:
- flavor
- accent
filename: "src/generated/colors/{{flavor.identifier}}/{{accent}}.scss"
---
{%- set palette = flavor.colors -%}
// actual colors
$rosewater: #{{ palette.rosewater.hex }};
$flamingo: #{{ palette.flamingo.hex }};
$pink: #{{ palette.pink.hex }};
$mauve: #{{ palette.mauve.hex }};
$red: #{{ palette.red.hex }};
$maroon: #{{ palette.maroon.hex }};
$peach: #{{ palette.peach.hex }};
$yellow: #{{ palette.yellow.hex }};
$green: #{{ palette.green.hex }};
$teal: #{{ palette.teal.hex }};
$sky: #{{ palette.sky.hex }};
$sapphire: #{{ palette.sapphire.hex }};
$blue: #{{ palette.blue.hex }};
$lavender: #{{ palette.lavender.hex }};
$base: #{{ palette.base.hex }};
$mantle: #{{ palette.mantle.hex }};
$crust: #{{ palette.crust.hex }};
// element colors
$text: #{{ palette.text.hex }};
$subtext0: #{{ palette.subtext0.hex }};
$subtext1: #{{ palette.subtext1.hex }};
$overlay0: #{{ palette.overlay0.hex }};
$overlay1: #{{ palette.overlay1.hex }};
$overlay2: #{{ palette.overlay2.hex }};
$surface0: #{{ palette.surface0.hex }};
$surface1: #{{ palette.surface1.hex }};
$surface2: #{{ palette.surface2.hex }};
$accent: #{{ palette[accent].hex }};
$arraylist-tag-color: $subtext0;
$menu-button-loader-color: white;
$clickgui-grid-color: rgba(127, 127, 127, 0.25);
$hotbar-base-color: black;
$hotbar-text-color: white;
/* TODO: currently unused */
$hotbar-experience-color: $green;
$hotbar-health-color: $red;
$hotbar-hunger-color: $flamingo;
$menu-account-premium-color: $accent;
$overlay0: rgba(211, 211, 211, 255);
$menu-error-color: $red;