This commit is contained in:
2025-09-25 11:39:11 +03:00
parent dd738ade40
commit 23309c9a12
5 changed files with 30 additions and 20 deletions

View File

@@ -63,8 +63,10 @@ function M.apply(theme)
for k, v in pairs(opts) do
if k == "fg" then
hl.fg = v
hl.ctermfg = v
elseif k == "bg" then
hl.bg = v
hl.ctermbg = v
else
hl[k] = v -- bold, italic, underline, sp, etc.