aboutsummaryrefslogtreecommitdiffstats
path: root/wezterm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-07-07 22:55:30 -0700
committerGravatar Tom Willemse2026-08-26 23:04:25 -0700
commitecb6ad32c50660be9fd7e571ca9ff62b923a089a (patch)
tree045cfe5e3ba201d3280b5d5bf02874480c8358d6 /wezterm
parenta17c8b9613fa57a6a426d0afd2f15f79dd23cca8 (diff)
downloadnew-dotfiles-ecb6ad32c50660be9fd7e571ca9ff62b923a089a.tar.gz
new-dotfiles-ecb6ad32c50660be9fd7e571ca9ff62b923a089a.zip
wezterm: Add some more colors
Diffstat (limited to 'wezterm')
-rw-r--r--wezterm/.config/wezterm/init.fnl7
1 files changed, 6 insertions, 1 deletions
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"