Skip to main content

max / makeover

763 B · 42 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 = "#1a1b26"
15 sunken = "#283457"
16 overlay = "#16161e"
17
18 [content]
19 primary = "#c0caf5"
20 secondary = "#a9b1d6"
21 muted = "#565f89"
22
23 [action]
24 primary = "#7aa2f7"
25
26 [status]
27 danger = "#f7768e"
28 success = "#9ece6a"
29 warning = "#e0af68"
30 info = "#7dcfff"
31
32 [line]
33 border = "#3b4261"
34
35 [category]
36 one = "#f7768e"
37 two = "#9ece6a"
38 three = "#7aa2f7"
39 four = "#e0af68"
40 five = "#9d7cd8"
41 six = "#7dcfff"
42