1
0

chore(nvim): new theme

This commit is contained in:
2025-07-04 21:58:43 +02:00
parent b3a59604a3
commit 2cb5d914fb
2 changed files with 45 additions and 3 deletions

View File

@@ -21,9 +21,12 @@ return {
{
'sphamba/smear-cursor.nvim',
opts = {
time_interval = 10,
time_interval = 17,
anticipation = 0,
damping = 0.8,
cursor_color = '#b7bcb9',
legacy_computing_symbols_support = true,
cursor_color = '#fcdc34',
},
},
}