mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-02 07:07:02 +02:00
Edited cursor colors for wezterm
This commit is contained in:
parent
f0c71e6ed5
commit
c5102362b8
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ local config = {
|
|||
foreground = "#C5C9C7",
|
||||
background = "#14171d",
|
||||
|
||||
cursor_bg = "#14171d",
|
||||
cursor_fg = "#C5C9C7",
|
||||
cursor_bg = "#C5C9C7",
|
||||
cursor_fg = "#14171d",
|
||||
cursor_border = "#C5C9C7",
|
||||
|
||||
selection_fg = "#C5C9C7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue