Create tokyonight_storm.toml
This commit is contained in:
parent
4e44bcca4a
commit
aa759bf6e6
1 changed files with 45 additions and 0 deletions
45
wezterm/colors/tokyonight_storm.toml
Normal file
45
wezterm/colors/tokyonight_storm.toml
Normal file
|
@ -0,0 +1,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", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#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"
|
Loading…
Add table
Add a link
Reference in a new issue