diff options
-rw-r--r-- | .config/nvim/themes/wal.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvim/themes/wal.vim b/.config/nvim/themes/wal.vim new file mode 100644 index 0000000..e5c4937 --- /dev/null +++ b/.config/nvim/themes/wal.vim @@ -0,0 +1,7 @@ +" Prevents the colorscheme from loading a custom bg color. +autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE + + +syntax on +colorscheme pywal + |