diff --git a/lua/pika/plugins/colorschemes.lua b/lua/pika/plugins/colorschemes.lua index 79ed408..afbab25 100644 --- a/lua/pika/plugins/colorschemes.lua +++ b/lua/pika/plugins/colorschemes.lua @@ -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 {}