aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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