Skip to main content

max / makeover

614 B · 38 lines History Blame Raw
1 # Neobrute — an original palette, no third-party source.
2 #
3 # Distinct from the `goingson` theme despite a shared ancestry: the two
4 # diverged, and neobrute keeps the cooler cyan-leaning surfaces.
5
6 [meta]
7 name = "Neobrute"
8 variant = "light"
9
10 [surface]
11 page = "#E8F4F8"
12 raised = "#FFFFFF"
13 sunken = "#C0E2EC"
14 overlay = "#D4EBF2"
15
16 [content]
17 primary = "#1B365D"
18
19 [action]
20 primary = "#1B365D"
21
22 [status]
23 danger = "#DC3545"
24 success = "#5CB85C"
25 warning = "#F7D154"
26 info = "#17A2B8"
27
28 [line]
29 border = "#1B365D"
30
31 [category]
32 one = "#DC3545"
33 two = "#5CB85C"
34 three = "#1B365D"
35 four = "#F7D154"
36 five = "#7B68EE"
37 six = "#17A2B8"
38