feat: better wezterm theme

This commit is contained in:
Folke Lemaitre
2023-10-14 18:26:12 +02:00
parent dce0ab49ae
commit 99e9b2cb3a
10 changed files with 101 additions and 76 deletions

View File

@@ -6,35 +6,39 @@ cursor_border = "#3760bf"
cursor_fg = "#e1e2e7"
selection_bg = "#b6bfe2"
selection_fg = "#3760bf"
split = "#2e7de9"
compose_cursor = "#b15c00"
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"
background = "#e1e2e7"
[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.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 = "#191b28"
bg_color = "#e1e2e7"
[metadata]
aliases = []
author = "folke"
name = "Tokyo Night Day"
name = "tokyonight_day"