Skip to content

Commit

Permalink
feat(base): add cursor colors and missing cursor groups
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed May 12, 2023
1 parent 1974319 commit efd89b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/astrotheme/groups/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ local function callback()
Normal = { fg = C.text, bg = C.base },
NormalNC = { fg = C.text, bg = C.mantle },
Title = { fg = C.cyan, bg = C.none },
Cursor = { fg = C.none, bg = C.none },
Cursor = { fg = C.base, bg = C.text },
CursorIM = { link = "Cursor" },
lCursor = { link = "Cursor" },
ColorColumn = { fg = C.none, bg = C.overlay1 },
CursorLineNr = { fg = C.text, bg = C.none },
Conceal = { fg = C.subtext0, bg = C.none },
Expand Down

0 comments on commit efd89b8

Please sign in to comment.