diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:08:26 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-05-01 23:08:26 +0200 |
| commit | ba436a9e37e5f4eb0cba05e1b41192a7cef794a3 (patch) | |
| tree | 3e0559371c8a25f1f2fbe2ea38aa73a4043047a9 /.config/nvim/lua/plugins/colorscheme.lua | |
| parent | ab246859878ff1d4375f01dbbfe131378c65a541 (diff) | |
| parent | 344cc94d7a8255e74b731b6bc94406958df0cc82 (diff) | |
| download | dotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.tar.gz dotfiles-ba436a9e37e5f4eb0cba05e1b41192a7cef794a3.zip | |
Merge commit 'e65568c6a08312766872e054ee62dcdf8b509073'
Diffstat (limited to '.config/nvim/lua/plugins/colorscheme.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/colorscheme.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/nvim/lua/plugins/colorscheme.lua b/.config/nvim/lua/plugins/colorscheme.lua index 2f3782a..1ad9ce8 100644 --- a/.config/nvim/lua/plugins/colorscheme.lua +++ b/.config/nvim/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 MsgSeparator guibg=none") ---vim.api.nvim_command("highlight PmenuSel guibg=none") ---vim.api.nvim_command("highlight winblend guibg=none") +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") -- Set different window separator colorscheme vim.cmd [[ |
