diff options
Diffstat (limited to '.config/nvim/themes')
-rw-r--r-- | .config/nvim/themes/spaceway.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/themes/spaceway.vim b/.config/nvim/themes/spaceway.vim index 24dcb70..279e716 100644 --- a/.config/nvim/themes/spaceway.vim +++ b/.config/nvim/themes/spaceway.vim @@ -15,4 +15,5 @@ set background=dark if (has("termguicolors")) set termguicolors hi LineNr ctermbg=NONE guibg=NONE + hi SignColumn ctermbg=NONE guibg=NONE endif |