refactor(nvim): make org priorities standout more
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s

This commit is contained in:
Price Hiller 2024-05-28 19:11:04 -05:00
parent f721d47f7b
commit efcf21ae25
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -297,15 +297,15 @@ return {
},
{
"@org.priority.highest",
{ fg = colors.samuraiRed, nocombine = true, underline = true, bold = true },
{ fg = colors.samuraiRed, bg = "#fabebe", nocombine = true, underdouble = true, bold = true },
},
{
"@org.priority.default",
{ fg = colors.roninYellow, nocombine = true, underline = true, bold = true },
{ fg = "#fa7f02", bg = "#fcd99a", nocombine = true, underline = true, bold = true },
},
{
"@org.priority.lowest",
{ fg = colors.fujiWhite, nocombine = true, underline = true, bold = true },
{ fg = colors.fujiWhite, bg = colors.fujiGray, nocombine = true, underline = true, bold = true },
},
-- Titles/Headlines