farout.nvim/extras/wezterm/tokyonight_day.toml

44 lines
957 B
TOML
Raw Normal View History

2021-05-21 12:51:45 +00:00
[colors]
2022-11-11 06:23:27 +00:00
foreground = "#3760bf"
background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
2023-04-16 06:17:51 +00:00
selection_bg = "#b6bfe2"
2022-11-11 06:23:27 +00:00
selection_fg = "#3760bf"
2023-10-14 16:26:12 +00:00
split = "#2e7de9"
compose_cursor = "#b15c00"
2021-05-21 12:51:45 +00:00
2022-11-11 06:23:27 +00:00
ansi = ["#e9e9ed", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#6172b0"]
brights = ["#a1a6c5", "#f52a65", "#587539", "#8c6c3e", "#2e7de9", "#9854f1", "#007197", "#3760bf"]
[colors.tab_bar]
inactive_tab_edge = "#e9e9ec"
2023-10-14 16:26:12 +00:00
background = "#e1e2e7"
[colors.tab_bar.active_tab]
2023-10-14 16:26:12 +00:00
fg_color = "#e9e9ec"
bg_color = "#2e7de9"
[colors.tab_bar.inactive_tab]
fg_color = "#8990b3"
2023-10-14 16:26:12 +00:00
bg_color = "#c4c8da"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#2e7de9"
2023-10-14 16:26:12 +00:00
bg_color = "#c4c8da"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
2023-10-14 16:26:12 +00:00
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
2023-10-14 16:26:12 +00:00
bg_color = "#e1e2e7"
2023-04-16 06:17:51 +00:00
[metadata]
aliases = []
author = "folke"
2023-10-14 16:26:12 +00:00
name = "tokyonight_day"