mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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 },
|
RenderMarkdownCodeInline = { fg = colors.rosewater, bg = colors.crust },
|
||||||
|
|
||||||
-- Syntax
|
-- Syntax
|
||||||
PreProc = { link = "Include" },
|
PreProc = { fg = colors.mauve },
|
||||||
Operator = { fg = colors.rosewater },
|
Operator = { fg = colors.flamingo },
|
||||||
Function = { link = "@text" },
|
Function = { link = "@text" },
|
||||||
Delimiter = { link = "@text" },
|
Delimiter = { link = "Operator" },
|
||||||
Include = { fg = colors.mauve },
|
|
||||||
Keyword = { fg = colors.yellow },
|
Keyword = { fg = colors.yellow },
|
||||||
|
Include = { link = "Keyword" },
|
||||||
Repeat = { link = "Keyword" },
|
Repeat = { link = "Keyword" },
|
||||||
Conditional = { link = "Keyword" },
|
Conditional = { link = "Keyword" },
|
||||||
Type = { fg = colors.blue },
|
Type = { fg = colors.blue },
|
||||||
|
|
@ -179,8 +179,8 @@ local options = {
|
||||||
["@property"] = { link = "@variable" },
|
["@property"] = { link = "@variable" },
|
||||||
["@tag"] = { link = "Keyword" },
|
["@tag"] = { link = "Keyword" },
|
||||||
["@tag.delimiter"] = { link = "@text" },
|
["@tag.delimiter"] = { link = "@text" },
|
||||||
["@punctuation"] = { link = "@text" },
|
|
||||||
["@module"] = { link = "@text" },
|
["@module"] = { link = "@text" },
|
||||||
|
["@namespace"] = { link = "@keyword" },
|
||||||
["@punctuation.bracket"] = { link = "@punctuation" },
|
["@punctuation.bracket"] = { link = "@punctuation" },
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue