Skip to content

Commit 2d3ed4f

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): add italic, bold highlights make title bold
1 parent 1fab3f2 commit 2d3ed4f

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
@@ -12,7 +12,8 @@ local function callback(opts)
1212
or (opts.inactive and C.ui.inactive_base)
1313
or C.ui.base,
1414
},
15-
Title = { fg = C.ui.title, bg = C.none },
15+
Title = { fg = C.ui.accent, bg = C.none, bold = true },
16+
Bold = { bold = true },
1617
Cursor = { fg = C.ui.base, bg = C.syntax.text },
1718
CursorIM = { link = "Cursor" },
1819
lCursor = { link = "Cursor" },
@@ -38,6 +39,7 @@ local function callback(opts)
3839
WinSeparator = { fg = C.ui.split, bg = opts.transparent and C.none or C.ui.base, bold = false },
3940
Folded = { fg = C.ui.none_text, bg = C.none },
4041
FoldColumn = { fg = C.ui.none_text, bg = C.none },
42+
Italic = { italic = true },
4143
IncSearch = { fg = C.ui.base, bg = C.ui.purple },
4244
CurSearch = { link = "IncSearch" },
4345
LineNr = { fg = C.ui.none_text, bg = C.none },

0 commit comments

Comments
 (0)