From e3f5e3775e4614f101ad065360bf108f69aea563 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 31 Dec 2024 09:59:03 +0100 Subject: [PATCH] nvim/lua/user/plugins/core/colorscheme.lua: update syntax highlighting. --- nvim/lua/user/plugins/core/colorscheme.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 0c3d2e8..4915f26 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -153,12 +153,12 @@ local options = { RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust }, -- Syntax - PreProc = { link = "Include" }, - Operator = { fg = colors.rosewater }, + PreProc = { fg = colors.mauve }, + Operator = { fg = colors.flamingo }, Function = { link = "@text" }, - Delimiter = { link = "@text" }, - Include = { fg = colors.mauve }, + Delimiter = { link = "Operator" }, Keyword = { fg = colors.yellow }, + Include = { link = "Keyword" }, Repeat = { link = "Keyword" }, Conditional = { link = "Keyword" }, Type = { fg = colors.blue }, @@ -179,8 +179,8 @@ local options = { ["@property"] = { link = "@variable" }, ["@tag"] = { link = "Keyword" }, ["@tag.delimiter"] = { link = "@text" }, - ["@punctuation"] = { link = "@text" }, ["@module"] = { link = "@text" }, + ["@namespace"] = { link = "@keyword" }, ["@punctuation.bracket"] = { link = "@punctuation" }, -- LSP