feat(wezterm): added tab_bar colors. only works with the retro tab bar. Fixes #304

This commit is contained in:
Folke Lemaitre
2023-02-07 21:30:08 +01:00
parent affb21a81e
commit 56945bd0d3
8 changed files with 129 additions and 13 deletions

View File

@@ -3,10 +3,10 @@
minus-non-emph-style = syntax "#dfccd4"
minus-emph-style = syntax "#672d33"
minus-empty-line-marker-style = syntax "#dfccd4"
line-numbers-minus-style = "#c25d64"
line-numbers-minus-style = "#b2555b"
plus-style = syntax "#aecde6"
plus-non-emph-style = syntax "#aecde6"
plus-emph-style = syntax "#28505c"
plus-empty-line-marker-style = syntax "#aecde6"
line-numbers-plus-style = "#399a96"
line-numbers-plus-style = "#266d6a"
line-numbers-zero-style = "#a8aecb"