Skip to main content

max / makeover

723 B · 40 lines History Blame Raw
1 # Colors adapted from Tokyo Night, used under the MIT License.
2 # https://github.com/tokyo-night/tokyo-night-vscode-theme
3 # Copyright (c) 2018-present Enkia
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 = "Tokyo Night"
10 variant = "dark"
11
12 [surface]
13 page = "#1a1b26"
14 raised = "#292e42"
15 sunken = "#283457"
16 overlay = "#16161e"
17
18 [content]
19 primary = "#c0caf5"
20
21 [action]
22 primary = "#7aa2f7"
23
24 [status]
25 danger = "#f7768e"
26 success = "#9ece6a"
27 warning = "#e0af68"
28 info = "#7dcfff"
29
30 [line]
31 border = "#3b4261"
32
33 [category]
34 one = "#f7768e"
35 two = "#9ece6a"
36 three = "#7aa2f7"
37 four = "#e0af68"
38 five = "#9d7cd8"
39 six = "#7dcfff"
40