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
# Based on Flatwhite by biletskyy — MIT License
# https://github.com/biletskyy/flatwhite-syntax
[meta]
name = "Flatwhite"
variant = "light"
[surface]
page = "#f1ece4"
raised = "#f7f3ee"
sunken = "#dcd3c6"
overlay = "#e4ddd2"
[content]
primary = "#605a52"
secondary = "#786d5e"
muted = "#9a8b78"
[action]
primary = "#4c5361"
[status]
danger = "#ff1414"
success = "#2db448"
warning = "#f2a60d"
info = "#465953"
[line]
border = "#93836c"
[category]
one = "#ff1414"
two = "#2db448"
three = "#4c5361"
four = "#f2a60d"
five = "#614c61"
six = "#465953"