diff options
| -rw-r--r-- | .config/wezterm/colors.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/wezterm/colors.lua b/.config/wezterm/colors.lua index e290a12..5434dad 100644 --- a/.config/wezterm/colors.lua +++ b/.config/wezterm/colors.lua @@ -12,6 +12,7 @@ return { visual_bell = C.fg(), ansi = { + -- C.border.variant, C.bg.lowest, C.red(), C.green(), @@ -22,6 +23,7 @@ return { C.fg(), }, brights = { + -- C.border(), C.bg.low, C.red.bright, C.green.bright, |
