Skip to content

Commit efd89b8

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): add cursor colors and missing cursor groups
1 parent 1974319 commit efd89b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ local function callback()
33
Normal = { fg = C.text, bg = C.base },
44
NormalNC = { fg = C.text, bg = C.mantle },
55
Title = { fg = C.cyan, bg = C.none },
6-
Cursor = { fg = C.none, bg = C.none },
6+
Cursor = { fg = C.base, bg = C.text },
7+
CursorIM = { link = "Cursor" },
8+
lCursor = { link = "Cursor" },
79
ColorColumn = { fg = C.none, bg = C.overlay1 },
810
CursorLineNr = { fg = C.text, bg = C.none },
911
Conceal = { fg = C.subtext0, bg = C.none },

0 commit comments

Comments
 (0)