diff options
Diffstat (limited to 'wezterm/.config')
| -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" |
