farout.nvim/extras/wezterm/tokyonight_day.toml
2024-01-20 11:18:23 +00:00

45 lines
985 B
TOML

[colors]
foreground = "#3760bf"
background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
split = "#2e7de9"
compose_cursor = "#b15c00"
scrollbar_thumb = "#c4c8da"
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"
background = "#e1e2e7"
[colors.tab_bar.active_tab]
fg_color = "#e9e9ec"
bg_color = "#2e7de9"
[colors.tab_bar.inactive_tab]
fg_color = "#8990b3"
bg_color = "#c4c8da"
[colors.tab_bar.inactive_tab_hover]
fg_color = "#2e7de9"
bg_color = "#c4c8da"
# intensity = "Bold"
[colors.tab_bar.new_tab_hover]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
[metadata]
aliases = []
author = "folke"
name = "tokyonight_day"