From ecb6ad32c50660be9fd7e571ca9ff62b923a089a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Jul 2026 22:55:30 -0700 Subject: wezterm: Add some more colors --- wezterm/.config/wezterm/init.fnl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'wezterm') diff --git a/wezterm/.config/wezterm/init.fnl b/wezterm/.config/wezterm/init.fnl index 611624d..2ecd45a 100644 --- a/wezterm/.config/wezterm/init.fnl +++ b/wezterm/.config/wezterm/init.fnl @@ -1,7 +1,12 @@ (local wezterm (require :wezterm)) (local colors { :foreground "#bfbfbf" - :background "#222424" }) + :background "#222424" + :cursor_bg "#ff9800" + :cursor_fg "#ff9800" + :cursor_border "#cc7100" + :selection_fg "#111414" + :selection_bg "#ff9800" }) (local open-url-key { :key "E" -- cgit v1.3-2-g0d8e