diff options
| author | 2026-07-07 22:55:30 -0700 | |
|---|---|---|
| committer | 2026-07-07 22:55:30 -0700 | |
| commit | 2f779eff5a3613f4f62fc83843a86eb48e8ea919 (patch) | |
| tree | 11be0272e5f0872634887d95751975466cec1b83 /wezterm/.config | |
| parent | cb028a134105bfdd938a9f23e5a4ddd32e785d6d (diff) | |
| download | new-dotfiles-2f779eff5a3613f4f62fc83843a86eb48e8ea919.tar.gz new-dotfiles-2f779eff5a3613f4f62fc83843a86eb48e8ea919.zip | |
wezterm: Add some more colors
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" |
