diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-18 23:58:06 +0200 |
| commit | 8242c19f6427996a94e6f6079b11ccebdb003cf2 (patch) | |
| tree | 9af756db5b293c4e96372d77e3f7bb91d2cf2736 /lua/plugins/colorscheme.lua | |
| parent | 2d2c18e3b61a1883190fcd3c9dd9ab86002ddeab (diff) | |
| download | dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.tar.gz dotfiles-8242c19f6427996a94e6f6079b11ccebdb003cf2.zip | |
Updated Cmp and lsp
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 11d8834..35e4f47 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -20,8 +20,8 @@ vim.api.nvim_command("highlight StatusLine guibg=#333842 gui=bold") vim.api.nvim_command("highlight TabLineSel guibg=#333842 gui=bold") vim.api.nvim_command("highlight TabLineFill guibg=none gui=bold") vim.api.nvim_command("highlight WinBar guibg=none gui=bold") ---vim.api.nvim_command("highlight PmenuSel guibg=none") vim.api.nvim_command("highlight NormalFloat guibg=none") +--vim.api.nvim_command("highlight PmenuSel guibg=none") --vim.api.nvim_command("highlight winblend guibg=none") --vim.api.nvim_command("highlight StatusLine guibg=none gui=bold") --vim.api.nvim_command("highlight StatusLineNC guibg=none gui=bold") |
