farout.nvim/extras/wezterm/tokyonight_night.toml

44 lines
959 B
TOML
Raw Normal View History

2021-05-21 12:51:45 +00:00
[colors]
foreground = "#c0caf5"
background = "#1a1b26"
cursor_bg = "#c0caf5"
cursor_border = "#c0caf5"
cursor_fg = "#1a1b26"
2023-04-16 06:17:51 +00:00
selection_bg = "#283457"
2021-05-21 12:51:45 +00:00
selection_fg = "#c0caf5"
2023-10-14 16:26:12 +00:00
split = "#7aa2f7"
compose_cursor = "#ff9e64"
2021-05-21 12:51:45 +00:00
ansi = ["#15161e", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6"]
2021-05-21 12:51:45 +00:00
brights = ["#414868", "#f7768e", "#9ece6a", "#e0af68", "#7aa2f7", "#bb9af7", "#7dcfff", "#c0caf5"]
[colors.tab_bar]
inactive_tab_edge = "#16161e"
2023-10-14 16:26:12 +00:00
background = "#1a1b26"
[colors.tab_bar.active_tab]
2023-10-14 16:26:12 +00:00
fg_color = "#16161e"
bg_color = "#7aa2f7"
[colors.tab_bar.inactive_tab]
fg_color = "#545c7e"
2023-10-14 16:26:12 +00:00
bg_color = "#292e42"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#7aa2f7"
2023-10-14 16:26:12 +00:00
bg_color = "#292e42"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
2023-10-14 16:26:12 +00:00
fg_color = "#7aa2f7"
bg_color = "#1a1b26"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#7aa2f7"
2023-10-14 16:26:12 +00:00
bg_color = "#1a1b26"
2023-04-16 06:17:51 +00:00
[metadata]
aliases = []
author = "folke"
2023-10-14 16:26:12 +00:00
name = "tokyonight_night"