mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/plugins/core/colorscheme.lua: update syntax highlighting.
This commit is contained in:
parent
7f81196612
commit
e3f5e3775e
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue