summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-07-06 18:37:35 -0700
committerBen Sima <bsima@groq.com>2022-07-06 18:39:39 -0700
commit85adcfaee220490787b78137ddc967d43f7eb62a (patch)
treee108b6ba6fc7c25abeef69e7521ab9e8e334a141
parent48f5c43e62497f58a90353d21fddf0c176375ade (diff)
switch to dark solarized
-rw-r--r--lib/common.nix2
-rw-r--r--lib/vimrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.nix b/lib/common.nix
index a50647d..ce56cf3 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -249,7 +249,7 @@ in
editorconfig-vim
vim-sensible
vim-fugitive
- solarized
+ vim-colors-solarized
vim-sexp-mappings-for-regular-people
# vim-ripgrep # not in nixpkgs :(
rainbow_parentheses
diff --git a/lib/vimrc b/lib/vimrc
index 401fed3..cb7cf95 100644
--- a/lib/vimrc
+++ b/lib/vimrc
@@ -111,7 +111,7 @@ function! <SID>SynStack()
endfunc
set background=dark
-colorscheme photon
+colorscheme solarized
" disable my color scheme, it doesn't work with vimdiff
"let g:colors_name = 'bs_monochrome'
"