aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/colorscheme.lua8
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 [[