1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: colorscheme: override label

This commit is contained in:
Henrik Hautakoski 2024-10-11 14:12:52 +02:00
parent a4a13bfadd
commit 42f76bd536

View file

@ -113,6 +113,7 @@ local options = {
Repeat = { link = "Keyword" },
Conditional = { link = "Keyword" },
Type = { fg = colors.blue },
Label = { link = "String" },
String = { fg = colors.lavender },
Exception = { link = "Keyword" },