-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbitburner.tera
44 lines (44 loc) · 1.3 KB
/
bitburner.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
---
whiskers:
version: 2.5.1
matrix:
- flavor
- accent
filename: "themes/{{ flavor.identifier }}/{{ accent }}.json"
hex_format: "#{{r}}{{g}}{{b}}"
---
{
"primarylight": "{{ flavor.colors[accent].hex }}",
"primary": "{{ flavor.colors[accent].hex }}",
"primarydark": "{{ flavor.colors[accent].hex }}",
"successlight": "{{ green.hex }}",
"success": "{{ green.hex }}",
"successdark": "{{ green.hex }}",
"errorlight": "{{ maroon.hex }}",
"error": "{{ red.hex }}",
"errordark": "{{ red.hex }}",
"secondarylight": "{{ overlay2.hex }}",
"secondary": "{{ overlay1.hex }}",
"secondarydark": "{{ overlay0.hex }}",
"warninglight": "{{ yellow.hex }}",
"warning": "{{ yellow.hex }}",
"warningdark": "{{ yellow.hex }}",
"infolight": "{{ blue.hex }}",
"info": "{{ blue.hex }}",
"infodark": "{{ blue.hex }}",
"welllight": "{{ surface1.hex }}",
"well": "{{ surface0.hex }}",
"white": "{{ text.hex }}",
"black": "{{ crust.hex }}",
"hp": "{{ red.hex }}",
"money": "{{ yellow.hex }}",
"hack": "{{ green.hex }}",
"combat": "{{ subtext0.hex }}",
"cha": "{{ mauve.hex }}",
"int": "{{ blue.hex }}",
"rep": "{{ subtext1.hex }}",
"disabled": "{{ maroon.hex }}",
"backgroundprimary": "{{ base.hex }}",
"backgroundsecondary": "{{ mantle.hex}}",
"button": "{{ surface0.hex }}"
}