diff options
Diffstat (limited to 'vim/colors')
-rw-r--r-- | vim/colors/mine.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/colors/mine.vim b/vim/colors/mine.vim new file mode 100644 index 0000000..25d8a97 --- /dev/null +++ b/vim/colors/mine.vim @@ -0,0 +1,6 @@ +set background=dark + +hi clear +syntax reset + +hi Error ctermbg=None |