feat(nvim): improve org block and directive highlights

This commit is contained in:
Price Hiller 2023-11-22 13:32:25 -06:00
parent 17f8abd6b6
commit 73c118078d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -204,7 +204,9 @@ return {
NotificationError = { link = "NvimNotifyError" },
org_table_sep = { fg = colors.springBlue, 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