feat(nvim): improve org block and directive highlights
This commit is contained in:
parent
17f8abd6b6
commit
73c118078d
@ -204,7 +204,9 @@ return {
|
|||||||
NotificationError = { link = "NvimNotifyError" },
|
NotificationError = { link = "NvimNotifyError" },
|
||||||
org_table_sep = { fg = colors.springBlue, bg = colors.winterBlue },
|
org_table_sep = { fg = colors.springBlue, bg = colors.winterBlue },
|
||||||
org_table_header = { fg = colors.crystalBlue, bg = colors.winterBlue },
|
org_table_header = { fg = colors.crystalBlue, bg = colors.winterBlue },
|
||||||
org_table = { bg = colors.winterBlue }
|
org_table = { bg = colors.winterBlue },
|
||||||
|
["@OrgTSBlock.org"] = { fg = colors.fujiGray, bold = true, italic = true },
|
||||||
|
["@OrgTSDirective.org"] = { link = "@OrgTSBlock.org" }
|
||||||
}
|
}
|
||||||
|
|
||||||
return overrides
|
return overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user