From 71c2eb2214a90a3a75efa78b7176f614a9a7eb4c Mon Sep 17 00:00:00 2001 From: x0ba Date: Sun, 22 Oct 2023 11:13:26 -0700 Subject: [PATCH] Fix cursor foreground in WezTerm (#177) --- modules/wezterm/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wezterm/hm.nix b/modules/wezterm/hm.nix index 9049957d..7410fba6 100644 --- a/modules/wezterm/hm.nix +++ b/modules/wezterm/hm.nix @@ -12,7 +12,7 @@ in { brights = [ base03 base08 base0B base0A base0D base0E base0C base07 ]; background = base00; cursor_bg = base05; - cursor_fg = base05; + cursor_fg = base00; compose_cursor = base06; foreground = base05; scrollbar_thumb = base01;