summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-09-22 18:43:54 -0700
committerBen Sima <ben@bsima.me>2018-09-22 18:43:54 -0700
commit54a66b0c314253cc65d4118385362f5a89799da1 (patch)
tree596c3e33e8c9a9337cdd9025412df95e391ce231 /vimrc
parent4773a416bbab6c92dacf1dc0e9d59d656e97ae28 (diff)
Just always use sol, its easier
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index 1debefc..51c811f 100644
--- a/vimrc
+++ b/vimrc
@@ -55,9 +55,4 @@ map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
""" Colors
set background=light
-if substitute(hostname(), '\n', '', '') ==# "lithium"
- " these colors only seem to work on my NixOS machine...
- colorscheme solarized
-else
- colorscheme sol
-endif
+colorscheme sol