Skip to main content

max / makeover

757 B · 42 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 secondary = "#E5E9F0"
21 muted = "#616e88"
22
23 [action]
24 primary = "#81A1C1"
25
26 [status]
27 danger = "#BF616A"
28 success = "#A3BE8C"
29 warning = "#EBCB8B"
30 info = "#88C0D0"
31
32 [line]
33 border = "#4C566A"
34
35 [category]
36 one = "#BF616A"
37 two = "#A3BE8C"
38 three = "#81A1C1"
39 four = "#EBCB8B"
40 five = "#B48EAD"
41 six = "#88C0D0"
42