diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-26 00:00:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-26 00:00:35 +0200 |
| commit | 7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1 (patch) | |
| tree | 33fb7e88cc52a7b44994cdaedf3e85b18feee753 /lua/user/colorscheme.lua | |
| parent | 463a9cef8349bbfd2ebf77f60a6a82799271021a (diff) | |
| download | dotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.tar.gz dotfiles-7f30d31c9142bbeb10a21b4de9f58bc6d3a0a3f1.zip | |
Removed unnecessary files
Diffstat (limited to 'lua/user/colorscheme.lua')
| -rw-r--r-- | lua/user/colorscheme.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/user/colorscheme.lua b/lua/user/colorscheme.lua index dc0145d..e74d48c 100644 --- a/lua/user/colorscheme.lua +++ b/lua/user/colorscheme.lua @@ -10,14 +10,17 @@ end vim.api.nvim_command("syntax on") vim.api.nvim_command("highlight Normal guibg=none") vim.api.nvim_command("highlight SignColumn guibg=none") + vim.api.nvim_command("highlight TabLine guibg=#333842 gui=bold") +vim.api.nvim_command("highlight TabLineSel guibg=#333842 gui=bold") + --vim.api.nvim_command("highlight TabLine guibg=none gui=bold") --vim.api.nvim_command("highlight StatusLine guibg=#333842 gui=bold") --vim.api.nvim_command("highlight StatusLine guibg=#333842 guifg=#d6d3ea gui=bold") --vim.api.nvim_command("highlight StatusLine guibg=none gui=bold") --vim.api.nvim_command("highlight TabLineNC guibg=none gui=bold") --vim.api.nvim_command("highlight TabLineSel guibg=#bd93f9 gui=bold") -vim.api.nvim_command("highlight TabLineSel guibg=#333842 gui=bold") +vim.api.nvim_command("highlight Title guibg=none 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 NormalFloat guibg=none") |
