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 = {
|
||||
terminal_colors = true, -- enable terminal colors
|
||||
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 = {
|
||||
comments = { italic = false }, -- style for comments
|
||||
keywords = { italic = true }, -- style for keywords
|
||||
identifiers = { italic = true }, -- style for identifiers
|
||||
functions = {}, -- style for functions
|
||||
variables = { bold = true }, -- style for variables
|
||||
functions = {}, -- style for functions
|
||||
},
|
||||
custom_highlights = {} or function(highlights, palette)
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue