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:
parent
d21bef893e
commit
7540ad28f0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue