light theme friendly cursor

This commit is contained in:
Benjamin Kyd
2023-06-26 12:46:27 +01:00
parent 398dfe44fc
commit f708d87c2b
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
vsm.o.termguicolors = true
vim.o.background = 'dark'
vim.o.background = 'light'
vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme kanagawa-lotus")