From 2772b55d86eb7b454ef15a20324403033d7d2b94 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sat, 9 May 2020 10:51:23 -0500 Subject: [PATCH] Fix color scheme save name --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index ccaea73..add1ffe 100755 --- a/install +++ b/install @@ -97,7 +97,7 @@ done # TODO: Want to be able to toggle between these for a bit curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim -curl -o "$HOME/.vim/colors/solarized.vim" https://raw.githubusercontent.com/romainl/flattened/master/colors/flattened_dark.vim +curl -o "$HOME/.vim/colors/flattened_dark.vim" https://raw.githubusercontent.com/romainl/flattened/master/colors/flattened_dark.vim # Can't seem to get this guy to use truecolor in my terminal... git clone https://github.com/lifepillar/vim-solarized8.git "$HOME/.vim/pack/themes/opt/solarized8"