update highlights

This commit is contained in:
Antoine Vaure 2025-02-02 20:18:45 +01:00
parent 814825253f
commit 80ddd23d28

View file

@ -30,16 +30,16 @@ local plugins = {
},
styles = { -- Handles the styles of general hi groups (see `:h highlight-args`):
comments = {}, -- Change the style of comments
conditionals = { "italic" },
conditionals = {},
loops = {},
functions = {},
keywords = { "italic" },
keywords = {},
strings = {},
variables = {},
numbers = {},
booleans = {},
properties = { "italic" },
types = { "bold" },
properties = {},
types = { "italic" },
operators = {},
},
color_overrides = {
@ -59,6 +59,7 @@ local plugins = {
},
custom_highlights = require("colors.quasimono"),
integrations = {
semantic_tokens = false,
cmp = true,
gitsigns = true,
nvimtree = true,