themes: cursor.color -> colors.cursor

This commit is contained in:
Daniel Eklöf 2025-04-20 07:16:37 +02:00
parent 624c383a1f
commit 5406ae3355
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
55 changed files with 55 additions and 164 deletions

View file

@ -3,10 +3,8 @@
# Uses the dark color palette from the default Neovim color scheme
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L419
[cursor]
color=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
[colors]
cursor=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
foreground=e0e2ea # NvimLightGrey2
background=14161b # NvimDarkGrey2