diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-30 21:57:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-30 21:57:18 +0200 |
| commit | 037f2b8d808377c526b12119e2891308b6018599 (patch) | |
| tree | ae0d8dfe7b472799e56bb01b6cb4316be22035eb | |
| parent | bd817e6c9fce52ff32d97a87af025c8183cfa78b (diff) | |
| download | dotfiles-037f2b8d808377c526b12119e2891308b6018599.tar.gz dotfiles-037f2b8d808377c526b12119e2891308b6018599.zip | |
Allowed transparency on pmenu and float windows etc..
| -rw-r--r-- | lua/plugins/colorscheme.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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 [[ |
