farout.nvim/extras/wezterm/tokyonight_day.toml
2023-04-16 08:17:51 +02:00

40 lines
873 B
TOML

[colors]
foreground = "#3760bf"
background = "#e1e2e7"
cursor_bg = "#3760bf"
cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
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 = "#191b28"
[colors.tab_bar.active_tab]
fg_color = "#2e7de9"
bg_color = "#e1e2e7"
[colors.tab_bar.inactive_tab]
bg_color = "#e9e9ec"
fg_color = "#8990b3"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#e9e9ec"
fg_color = "#2e7de9"
[colors.tab_bar.new_tab_hover]
fg_color = "#e9e9ec"
bg_color = "#2e7de9"
[colors.tab_bar.new_tab]
fg_color = "#2e7de9"
bg_color = "#191b28"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Day"