From 42f76bd536beddccb92c94b6a341b3efd8ec7f48 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 11 Oct 2024 14:12:52 +0200 Subject: [PATCH] nvim: colorscheme: override label --- nvim/lua/user/plugins/core/colorscheme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 877ff74..f0be50d 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -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" },