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
# Colors adapted from Tokyo Night, used under the MIT License.
# https://github.com/tokyo-night/tokyo-night-vscode-theme
# Copyright (c) 2018-present Enkia
#
# 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 = "Tokyo Night"
variant = "dark"
[surface]
page = "#1a1b26"
raised = "#292e42"
sunken = "#283457"
overlay = "#16161e"
[content]
primary = "#c0caf5"
[action]
primary = "#7aa2f7"
[status]
danger = "#f7768e"
success = "#9ece6a"
warning = "#e0af68"
info = "#7dcfff"
[line]
border = "#3b4261"
[category]
one = "#f7768e"
two = "#9ece6a"
three = "#7aa2f7"
four = "#e0af68"
five = "#9d7cd8"
six = "#7dcfff"