This commit is contained in:
pika 2025-05-21 17:43:07 +02:00
parent f31cff14da
commit bcdd3cdbd7

View file

@ -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 {}