Skip to main content

max / makeover

744 B · 42 lines History Blame Raw
1 # Colors adapted from Atom One Dark, used under the MIT License.
2 # https://github.com/atom/one-dark-syntax
3 # Copyright (c) 2016 GitHub Inc.
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 = "One Dark"
10 variant = "dark"
11
12 [surface]
13 page = "#282c34"
14 raised = "#1e2227"
15 sunken = "#2c313a"
16 overlay = "#21252b"
17
18 [content]
19 primary = "#abb2bf"
20 secondary = "#9da5b4"
21 muted = "#5c6370"
22
23 [action]
24 primary = "#61afef"
25
26 [status]
27 danger = "#e06c75"
28 success = "#98c379"
29 warning = "#e5c07b"
30 info = "#56b6c2"
31
32 [line]
33 border = "#3e4451"
34
35 [category]
36 one = "#e06c75"
37 two = "#98c379"
38 three = "#61afef"
39 four = "#e5c07b"
40 five = "#c678dd"
41 six = "#56b6c2"
42