refactor(nvim): make org priorities standout more
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
f721d47f7b
commit
efcf21ae25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user