From 8eaa615596be321a3be12378c5e7d65cc7e482b6 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Jan 2025 13:56:11 -0600 Subject: kitchen sink --- lua/conf/plugins/mellow.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lua/conf/plugins/mellow.lua') diff --git a/lua/conf/plugins/mellow.lua b/lua/conf/plugins/mellow.lua index af805ed..11103ae 100644 --- a/lua/conf/plugins/mellow.lua +++ b/lua/conf/plugins/mellow.lua @@ -1,4 +1,5 @@ return { 'mellow-theme/mellow.nvim', + disable = vim.version().minor < 8, requires = 'nvim-treesitter/nvim-treesitter', function() vim.g.mellow_variant = "dark" @@ -29,7 +30,12 @@ return { 'mellow-theme/mellow.nvim', ["@neorg.headings.5.icon"] = { link = "@neorg.headings.5.title" }, ["@neorg.headings.6.title"] = { fg = c.white, bg = '#212126' }, - ["@neorg.headings.6.icon"] = { link = "@neorg.headings.6.title" } + ["@neorg.headings.6.icon"] = { link = "@neorg.headings.6.title" }, + + -- make blink actually look nice + ["BlinkCmpMenu"] = { bg = c.bg_dark }, + ["BlinkCmpMenuBorder"] = { link = "BlinkCmpMenu" }, + ["BlinkCmpMenuSelection"] = { bg = c.gray02 } } end } -- cgit v1.2.1