1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/ui/colorscheme.lua: add Character highlight group

This commit is contained in:
Henrik Hautakoski 2026-04-14 04:50:59 +02:00
parent d21bef893e
commit 7540ad28f0

View file

@ -185,6 +185,7 @@ local custom_highlights = function(colors)
Type = { fg = colors.blue },
Label = { link = "String" },
String = { fg = colors.lavender },
Character = { link = "String" },
Exception = { link = "Keyword" },
Macro = { fg = colors.pink },