From bcdd3cdbd7a58cc3f8ac536b0b99167e808b4c43 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 17:43:07 +0200 Subject: [PATCH] wip --- lua/pika/plugins/colorschemes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {}