Skip to main content

max / makeover

717 B · 40 lines History Blame Raw
1 # Colors adapted from Nord, used under the MIT License.
2 # https://github.com/nordtheme/nord
3 # Copyright (c) 2016-present Sven Greb <development@svengreb.de>
4 #
5 # Adaptation only: the palette is re-expressed into makeover's intent
6 # schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
7
8 [meta]
9 name = "Nord"
10 variant = "dark"
11
12 [surface]
13 page = "#2e3440"
14 raised = "#3B4252"
15 sunken = "#434C5E"
16 overlay = "#3B4252"
17
18 [content]
19 primary = "#D8DEE9"
20
21 [action]
22 primary = "#81A1C1"
23
24 [status]
25 danger = "#BF616A"
26 success = "#A3BE8C"
27 warning = "#EBCB8B"
28 info = "#88C0D0"
29
30 [line]
31 border = "#4C566A"
32
33 [category]
34 one = "#BF616A"
35 two = "#A3BE8C"
36 three = "#81A1C1"
37 four = "#EBCB8B"
38 five = "#B48EAD"
39 six = "#88C0D0"
40