1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Colors adapted from Atom One Dark, used under the MIT License.
# https://github.com/atom/one-dark-syntax
# Copyright (c) 2016 GitHub Inc.
#
# Adaptation only: the palette is re-expressed into makeover's intent
# schema. Upstream ships no file in this format. See THIRD-PARTY-NOTICES.md.
[meta]
name = "One Dark"
variant = "dark"
[surface]
page = "#282c34"
raised = "#1e2227"
sunken = "#2c313a"
overlay = "#21252b"
[content]
primary = "#abb2bf"
secondary = "#9da5b4"
muted = "#5c6370"
[action]
primary = "#61afef"
[status]
danger = "#e06c75"
success = "#98c379"
warning = "#e5c07b"
info = "#56b6c2"
[line]
border = "#3e4451"
[category]
one = "#e06c75"
two = "#98c379"
three = "#61afef"
four = "#e5c07b"
five = "#c678dd"
six = "#56b6c2"