From 037f2b8d808377c526b12119e2891308b6018599 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 30 Apr 2023 21:57:18 +0200 Subject: Allowed transparency on pmenu and float windows etc.. --- lua/plugins/colorscheme.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/plugins/colorscheme.lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 2f3782a..6e4ea99 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,6 +1,6 @@ -- Colorscheme -- Available colorschemes: --- [[ nightfly ayu onedark doom-one ]] +-- [[ nightfly ayu onedark doom-one nvimgelion ]] local colorscheme = "nvimgelion" local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) if not status_ok then @@ -29,10 +29,10 @@ vim.api.nvim_command("highlight CursorLineSign guibg=none ctermbg=NONE") --vim.api.nvim_command("highlight TabLineNC guibg=none gui=bold") --vim.api.nvim_command("highlight StatusLine guibg=#333842 gui=bold") --vim.api.nvim_command("highlight StatusLineNC guibg=none ctermfg=Cyan guifg=#80a0ff gui=bold") ---vim.api.nvim_command("highlight WinSeparator guibg=none gui=bold") +vim.api.nvim_command("highlight WinSeparator guibg=none gui=bold") --vim.api.nvim_command("highlight MsgSeparator guibg=none") ---vim.api.nvim_command("highlight PmenuSel guibg=none") ---vim.api.nvim_command("highlight winblend guibg=none") +vim.api.nvim_command("highlight PmenuSel guibg=none") +vim.api.nvim_command("highlight winblend guibg=none") -- Set different window separator colorscheme vim.cmd [[ -- cgit v1.2.3