mirror of
https://github.com/webhooked/kanso.nvim.git
synced 2026-06-06 09:07:02 +02:00
fix: improve cursor visibility in pearl variant
Changed cursor colors in pearl theme to use dark cursor (pearlBlack0)
with light foreground (pearlWhite0) instead of white cursor, making
it clearly visible against the light background.
Fixes #37
This commit is contained in:
parent
151dbc23fe
commit
c2525ebafa
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
images/
|
||||
.DS_Store
|
||||
logs
|
||||
|
|
|
|||
|
|
@ -346,8 +346,8 @@ return {
|
|||
|
||||
cursor_line_nr_foreground = palette.pearlGray4,
|
||||
cursor_line_nr_active_foreground = palette.inkBg2,
|
||||
cursor_bg = palette.fg2,
|
||||
cursor_fg = palette.inkBg2,
|
||||
cursor_bg = palette.pearlBlack0,
|
||||
cursor_fg = palette.pearlWhite0,
|
||||
|
||||
pmenu = {
|
||||
fg = palette.pearlBlack2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue