refactor(nvim): change markdown header appearance
This commit is contained in:
parent
913c053db9
commit
046158f471
@ -132,6 +132,12 @@ require("kanagawa").setup({
|
|||||||
Headline = { bg = colors.sumiInk2 },
|
Headline = { bg = colors.sumiInk2 },
|
||||||
HeadlineReversed = { bg = colors.sumiInk1 },
|
HeadlineReversed = { bg = colors.sumiInk1 },
|
||||||
LspInlayHint = { link = "Comment", italic = true },
|
LspInlayHint = { link = "Comment", italic = true },
|
||||||
|
['@text.title.1.marker.markdown'] = { fg = colors.surimiOrange },
|
||||||
|
['@text.title.2.marker.markdown'] = { fg = colors.surimiOrange },
|
||||||
|
['@text.title.3.marker.markdown'] = { fg = colors.surimiOrange },
|
||||||
|
['@text.title.4.marker.markdown'] = { fg = colors.surimiOrange },
|
||||||
|
['@text.title.5.marker.markdown'] = { fg = colors.surimiOrange },
|
||||||
|
['@text.title.6.marker.markdown'] = { fg = colors.surimiOrange }
|
||||||
}
|
}
|
||||||
|
|
||||||
return overrides
|
return overrides
|
||||||
|
@ -755,16 +755,6 @@ lazy.setup({
|
|||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Improved Visuals for Documentation
|
|
||||||
{
|
|
||||||
"lukas-reineke/headlines.nvim",
|
|
||||||
opts = {},
|
|
||||||
ft = {
|
|
||||||
"markdown",
|
|
||||||
"norg",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- Convert numbers between binary, decimal, & hex
|
-- Convert numbers between binary, decimal, & hex
|
||||||
{
|
{
|
||||||
"skosulor/nibbler",
|
"skosulor/nibbler",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user