summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-05 19:59:37 -0800
committerBen Sima <ben@bsima.me>2019-02-09 16:08:25 -0800
commit5f5d6166424ba3943a45d7182c174b4d246dee50 (patch)
tree139bb1d04030b1dbf7287b8c855c79d50f37e7c8 /vimrc
parent88b38813473c4fd25073a1a53a1f172de39a123b (diff)
Just use terminal colors
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index f483cad..58b2380 100644
--- a/vimrc
+++ b/vimrc
@@ -53,7 +53,3 @@ let g:netrw_liststyle=3 " Tree view
map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
" open definition in a vertical split:
map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
-
-""" Colors
-set background=dark
-colorscheme spacegray