diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-06-06 23:49:41 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-06-06 23:49:41 +0200 |
| commit | 3e6d380d9ed3dbb0e105358158f26aa4ea7bbc16 (patch) | |
| tree | d0909ae5805be32d842f7ad30933764e77278ff3 /lua/plugins/colorscheme.lua | |
| parent | b5e48dc0efccb1e049089cce97a240137f919d9f (diff) | |
| download | dotfiles-3e6d380d9ed3dbb0e105358158f26aa4ea7bbc16.tar.gz dotfiles-3e6d380d9ed3dbb0e105358158f26aa4ea7bbc16.zip | |
Add highlight group NormalNC = guibg=none
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 43a5da8..10f0432 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -27,6 +27,7 @@ end vim.api.nvim_command("syntax on") vim.api.nvim_command("highlight Normal guibg=none") +vim.api.nvim_command("highlight NormalNC guibg=none") vim.api.nvim_command("highlight SignColumn guibg=none") --vim.api.nvim_command("highlight FoldColumn guibg=none") --vim.api.nvim_command("highlight CursorLineSign guibg=none ctermbg=NONE") |
