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 Everforest, used under the MIT License.
# https://github.com/sainnhe/everforest
# Copyright (c) 2019 sainnhe
#
# 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 = "Everforest"
variant = "dark"
[surface]
page = "#2d353b"
raised = "#343f44"
sunken = "#3d484d"
overlay = "#272e33"
[content]
primary = "#d3c6aa"
secondary = "#9da9a0"
muted = "#7a8478"
[action]
primary = "#7fbbb3"
[status]
danger = "#e67e80"
success = "#a7c080"
warning = "#dbbc7f"
info = "#83c092"
[line]
border = "#3d484d"
[category]
one = "#e67e80"
two = "#a7c080"
three = "#7fbbb3"
four = "#dbbc7f"
five = "#d699b6"
six = "#83c092"