We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fab3f2 commit 2d3ed4fCopy full SHA for 2d3ed4f
lua/astrotheme/groups/base.lua
@@ -12,7 +12,8 @@ local function callback(opts)
12
or (opts.inactive and C.ui.inactive_base)
13
or C.ui.base,
14
},
15
- Title = { fg = C.ui.title, bg = C.none },
+ Title = { fg = C.ui.accent, bg = C.none, bold = true },
16
+ Bold = { bold = true },
17
Cursor = { fg = C.ui.base, bg = C.syntax.text },
18
CursorIM = { link = "Cursor" },
19
lCursor = { link = "Cursor" },
@@ -38,6 +39,7 @@ local function callback(opts)
38
39
WinSeparator = { fg = C.ui.split, bg = opts.transparent and C.none or C.ui.base, bold = false },
40
Folded = { fg = C.ui.none_text, bg = C.none },
41
FoldColumn = { fg = C.ui.none_text, bg = C.none },
42
+ Italic = { italic = true },
43
IncSearch = { fg = C.ui.base, bg = C.ui.purple },
44
CurSearch = { link = "IncSearch" },
45
LineNr = { fg = C.ui.none_text, bg = C.none },
0 commit comments