-
Notifications
You must be signed in to change notification settings - Fork 1
/
tokyonight_storm.toml
45 lines (37 loc) · 987 Bytes
/
tokyonight_storm.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 = "#24283b"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#24283b"
selection_bg = "#2e3c64"
selection_fg = "#c0caf5"
split = "#7aa2f7"
compose_cursor = "#ff9e64"
scrollbar_thumb = "#292e42"
ansi = ["#1d202f", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
brights = ["#414868", "#ff899d", "#9fe044", "#faba4a", "#8db0ff", "#c7a9ff", "#a4daff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#1f2335"
background = "#24283b"
[colors.tab_bar.active_tab]
fg_color = "#1f2335"
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 = "#24283b"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
bg_color = "#24283b"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_storm"