forked from folke/tokyonight.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtokyonight_night.toml
45 lines (37 loc) · 987 Bytes
/
tokyonight_night.toml
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
44
45
[colors]
foreground = "#c0caf5"
background = "#1a1b26"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#1a1b26"
selection_bg = "#283457"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
scrollbar_thumb = "#292e42"
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#16161e"
background = "#1a1b26"
[colors.tab_bar.active_tab]
fg_color = "#16161e"
bg_color = "#7aa2f7"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
bg_color = "#292e42"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#292e42"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_night"