diff options
author | Ben Sima <bsima@groq.com> | 2022-07-06 18:37:35 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2022-07-06 18:39:39 -0700 |
commit | 85adcfaee220490787b78137ddc967d43f7eb62a (patch) | |
tree | e108b6ba6fc7c25abeef69e7521ab9e8e334a141 /lib | |
parent | 48f5c43e62497f58a90353d21fddf0c176375ade (diff) |
switch to dark solarized
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 2 | ||||
-rw-r--r-- | lib/vimrc | 2 |
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 @@ -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' " |