update highlights
This commit is contained in:
parent
814825253f
commit
80ddd23d28
1 changed files with 5 additions and 4 deletions
|
|
@ -30,16 +30,16 @@ local plugins = {
|
||||||
},
|
},
|
||||||
styles = { -- Handles the styles of general hi groups (see `:h highlight-args`):
|
styles = { -- Handles the styles of general hi groups (see `:h highlight-args`):
|
||||||
comments = {}, -- Change the style of comments
|
comments = {}, -- Change the style of comments
|
||||||
conditionals = { "italic" },
|
conditionals = {},
|
||||||
loops = {},
|
loops = {},
|
||||||
functions = {},
|
functions = {},
|
||||||
keywords = { "italic" },
|
keywords = {},
|
||||||
strings = {},
|
strings = {},
|
||||||
variables = {},
|
variables = {},
|
||||||
numbers = {},
|
numbers = {},
|
||||||
booleans = {},
|
booleans = {},
|
||||||
properties = { "italic" },
|
properties = {},
|
||||||
types = { "bold" },
|
types = { "italic" },
|
||||||
operators = {},
|
operators = {},
|
||||||
},
|
},
|
||||||
color_overrides = {
|
color_overrides = {
|
||||||
|
|
@ -59,6 +59,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
custom_highlights = require("colors.quasimono"),
|
custom_highlights = require("colors.quasimono"),
|
||||||
integrations = {
|
integrations = {
|
||||||
|
semantic_tokens = false,
|
||||||
cmp = true,
|
cmp = true,
|
||||||
gitsigns = true,
|
gitsigns = true,
|
||||||
nvimtree = true,
|
nvimtree = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue