Skip to main content

max / makeover

654 B · 40 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 secondary = "#3D5A80"
19 muted = "#4d6b82"
20
21 [action]
22 primary = "#1B365D"
23
24 [status]
25 danger = "#DC3545"
26 success = "#5CB85C"
27 warning = "#F7D154"
28 info = "#17A2B8"
29
30 [line]
31 border = "#1B365D"
32
33 [category]
34 one = "#DC3545"
35 two = "#5CB85C"
36 three = "#1B365D"
37 four = "#F7D154"
38 five = "#7B68EE"
39 six = "#17A2B8"
40