blob: eb1b0b6ce7e89d56983eaf1e2f577fcaf5630c4f (
plain)
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
42
43
|
# Tokyo Night.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Source: https://github.com/folke/tokyonight.nvim (the "night" variant)
#
# Tokyo Night names colours by hue rather than by role, and carries three
# background depths plus a distinct float/sidebar shade. The names below are
# upstream's own.
bg = #1a1b26
bg_dark = #16161e
bg_highlight = #292e42
bg_float = #16161e
bg_visual = #283457
fg = #c0caf5
fg_dark = #a9b1d6
fg_gutter = #3b4261
comment = #565f89
terminal_black = #414868
blue = #7aa2f7
blue0 = #3d59a5
blue1 = #2ac3de
blue2 = #0db9d7
blue5 = #89ddff
blue6 = #b4f9f8
blue7 = #394b70
cyan = #7dcfff
magenta = #bb9af7
magenta2 = #ff007c
purple = #9d7cd8
orange = #ff9e64
yellow = #e0af68
green = #9ece6a
green1 = #73daca
green2 = #41a6b5
teal = #1abc9c
red = #f7768e
red1 = #db4b4b
|