Skip to content

Commit a55bfc5

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): move cursor to ui.text property
1 parent 3411a62 commit a55bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ local function callback(opts)
108108
--------------------
109109
--- UI
110110
--------------------
111-
Cursor = { fg = C.ui.base, bg = C.syntax.text },
111+
Cursor = { fg = C.ui.base, bg = C.ui.text },
112112
CursorIM = { link = "Cursor" },
113113
lCursor = { link = "Cursor" },
114114

0 commit comments

Comments
 (0)