diff options
| author | 2026-07-07 22:55:30 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | ecb6ad32c50660be9fd7e571ca9ff62b923a089a (patch) | |
| tree | 045cfe5e3ba201d3280b5d5bf02874480c8358d6 | |
| parent | a17c8b9613fa57a6a426d0afd2f15f79dd23cca8 (diff) | |
| download | new-dotfiles-ecb6ad32c50660be9fd7e571ca9ff62b923a089a.tar.gz new-dotfiles-ecb6ad32c50660be9fd7e571ca9ff62b923a089a.zip | |
wezterm: Add some more colors
| -rw-r--r-- | wezterm/.config/wezterm/init.fnl | 7 |
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" |
