all repos — desert-witch.nvim @ 561ec7bceb17c5d8654ddb3df2abe772e9155f01

An earthy, mystical color palette for neovim

make H3 bold
trickyni trickyniv56@gmail.com
Sat, 28 Mar 2026 20:32:44 +0300
commit

561ec7bceb17c5d8654ddb3df2abe772e9155f01

parent

e90392af1149df28b65e034f897377cef569c131

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M lua/desert-witch/init.lualua/desert-witch/init.lua

@@ -279,7 +279,7 @@

-- Built-in markdown syntax markdownH1 = { bg = orange, fg = bg, bold = true }, markdownH2 = { bg = sand, fg = bg, bold = true }, - markdownH3 = { bg = altbg, fg = orange, underline = true, sp = orange }, + markdownH3 = { bg = altbg, fg = orange, underline = true, sp = orange, bold = true }, markdownH4 = { bg = altbg, fg = sand, underline = true, sp = sand }, markdownH5 = { bg = bg, fg = sand, underline = true, sp = sand }, markdownH6 = { bg = bg, fg = sand, underline = true, sp = sand },