mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-01 22:57:00 +02:00
Merge pull request #6 from yhoundz/main
Switch cursor foreground and background colors for WezTerm
This commit is contained in:
commit
f67db8dca6
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