style: change some style

This commit is contained in:
fiplox 2023-03-21 07:17:06 +01:00
parent 35e7242038
commit e14dc11c05
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
local M = {
url = 'https://git.filnar.com/filnar/neogruber.nvim.git',
lazy = false,
-- lazy = true,
event = 'VeryLazy'
}
function M.config()
@ -11,14 +12,14 @@ function M.config()
styles = {
comments = 'italic',
strings = 'NONE',
keywords = 'NONE',
keywords = 'bold',
functions = 'NONE',
variables = 'NONE',
diagnostics = 'underline',
storage_class = 'italic',
storage_class = 'bold',
structure = 'NONE',
loop_cond = 'bold',
builtin = 'NONE',
builtin = 'bold',
},
disable = {
background = true, -- Disable setting the background color