style: change some style
This commit is contained in:
parent
35e7242038
commit
e14dc11c05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user