diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-07 22:57:23 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-07 22:57:23 +0100 |
commit | a99bf1c8ddd4ac7dff62670ee3f1ae8306576127 (patch) | |
tree | 0d253fef33c8824dd9b930f40fcae9895a406d27 /.config/nvim | |
parent | 946229142e74d085eb1d31a57edbab4eadf9cd6e (diff) |
Added pywal theme
Diffstat (limited to '.config/nvim')
-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 + |