summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2021-02-07 22:57:23 +0100
committeraktersnurra <grydholm@kth.se>2021-02-07 22:57:23 +0100
commita99bf1c8ddd4ac7dff62670ee3f1ae8306576127 (patch)
tree0d253fef33c8824dd9b930f40fcae9895a406d27
parent946229142e74d085eb1d31a57edbab4eadf9cd6e (diff)
Added pywal theme
-rw-r--r--.config/nvim/themes/wal.vim7
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
+