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:
Webhooked 2025-10-17 10:31:13 +02:00
commit c2525ebafa
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
images/
.DS_Store
logs

View file

@ -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,