aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-06-08 11:32:25 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:38 +0200
commit7baf2f6c4773e4bdb2ded7307aad2a423441a836 (patch)
tree7cf2773a523359c37f4c39a6b82cc3a2cb77732e
parent184ca403ab138ac7e96cd72927afeaa5f1ebb5fd (diff)
Add new theme to vim
-rw-r--r--.local/etc/gittab/tabs/vim1
-rw-r--r--.vim/themes/codedark.vim2
2 files changed, 3 insertions, 0 deletions
diff --git a/.local/etc/gittab/tabs/vim b/.local/etc/gittab/tabs/vim
index 1b0836c..e71b217 100644
--- a/.local/etc/gittab/tabs/vim
+++ b/.local/etc/gittab/tabs/vim
@@ -10,3 +10,4 @@ syntax-toml https://github.com/cespare/vim-toml.git
theme-colorsbox https://github.com/mkarmona/colorsbox.git master
theme-jellybeans https://github.com/nanotech/jellybeans.vim.git master
theme-molokai https://github.com/tomasr/molokai.git master
+theme-codedark https://github.com/tomasiser/vim-code-dark master
diff --git a/.vim/themes/codedark.vim b/.vim/themes/codedark.vim
new file mode 100644
index 0000000..40442cd
--- /dev/null
+++ b/.vim/themes/codedark.vim
@@ -0,0 +1,2 @@
+colo codedark
+highlight Normal ctermbg=NONE