wip
This commit is contained in:
parent
f31cff14da
commit
bcdd3cdbd7
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
terminal_colors = true, -- enable terminal colors
|
terminal_colors = true, -- enable terminal colors
|
||||||
transparent_background = false, -- set background to transparent
|
transparent_background = false, -- set background to transparent
|
||||||
gamma = 1.00, -- adjust the brightness of the theme
|
gamma = 0.90, -- adjust the brightness of the theme
|
||||||
styles = {
|
styles = {
|
||||||
comments = { italic = false }, -- style for comments
|
comments = { italic = false }, -- style for comments
|
||||||
keywords = { italic = true }, -- style for keywords
|
keywords = { italic = true }, -- style for keywords
|
||||||
identifiers = { italic = true }, -- style for identifiers
|
identifiers = { italic = true }, -- style for identifiers
|
||||||
functions = {}, -- style for functions
|
|
||||||
variables = { bold = true }, -- style for variables
|
variables = { bold = true }, -- style for variables
|
||||||
|
functions = {}, -- style for functions
|
||||||
},
|
},
|
||||||
custom_highlights = {} or function(highlights, palette)
|
custom_highlights = {} or function(highlights, palette)
|
||||||
return {}
|
return {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue