Skip to main content

max / makeover

704 B · 40 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
21 [action]
22 primary = "#61afef"
23
24 [status]
25 danger = "#e06c75"
26 success = "#98c379"
27 warning = "#e5c07b"
28 info = "#56b6c2"
29
30 [line]
31 border = "#3e4451"
32
33 [category]
34 one = "#e06c75"
35 two = "#98c379"
36 three = "#61afef"
37 four = "#e5c07b"
38 five = "#c678dd"
39 six = "#56b6c2"
40