From 76bd0e8999795b2b4997966ac031a8890235fb7d Mon Sep 17 00:00:00 2001 From: Nanderty Date: Mon, 10 Feb 2025 10:39:51 +0100 Subject: clean up lualine; funky colors, transparency --- lua/plugins/colorscheme.lua | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'lua/plugins/colorscheme.lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index c7aca2f..aaa319c 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -4,8 +4,8 @@ return { lazy = false, priority = 1000, config = function() - vim.opt.background = 'dark' require('monokai-pro').setup({ + transparent_background = true, override = function(c) return { TelescopeSelection = { bg = c.base.dimmed3 }, @@ -30,6 +30,18 @@ return { }, } end, + overridePalette = function(filter) + return { + accent1 = '#ef476f', + accent2 = '#ff8b09', + accent3 = '#ffd20b', + accent4 = '#06d671', + accent5 = '#00b4d8', + accent6 = '#816cf3', + dimmed3 = '#838383', + dimmed4 = '#838383', + } + end, }) vim.cmd.colorscheme('monokai-pro') end, -- cgit v1.2.3