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

nvim/lua/user/plugins/core/colorscheme.lua: update syntax highlighting.

This commit is contained in:
Henrik Hautakoski 2024-12-31 09:59:03 +01:00
parent 7f81196612
commit e3f5e3775e

View file

@ -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