From cb19ec164b527a26a77bb3161a84a01605a7f22a Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 27 May 2020 21:58:50 +1000 Subject: [PATCH] Switched to Gruvbox --- roles/vim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/vim.nix b/roles/vim.nix index bd316da..c02814a 100644 --- a/roles/vim.nix +++ b/roles/vim.nix @@ -11,7 +11,7 @@ vim_configurable.customize { set shiftwidth=4 " Default indent spacing set expandtab " Expand [TABS] to spaces syntax on " Enable syntax highlighting - colorscheme solarized " Set the default colour scheme + colorscheme gruvbox " Set the default colour scheme set t_Co=256 " Use 265 colors in vim set spell spelllang=en_au " Defaul spell checking language hi clear SpellBad " Clear any unwanted default settings @@ -20,7 +20,7 @@ vim_configurable.customize { match ErrorMsg '\s\+$' " let g:airline_powerline_fonts = 1 " Use powerline fonts - let g:airline_theme='solarized' " Set the airline theme + let g:airline_theme='gruvbox' " Set the airline theme "call togglebg#map("") " Toggle background colour between dark|light @@ -43,11 +43,11 @@ vim_configurable.customize { if 7 <= hour && hour < 17 set background=dark "hi Normal ctermbg=none " Set a transparent background - let g:airline_solarized_bg='dark' " Set the airline background + "let g:airline_solarized_bg='dark' " Set the airline background else set background=dark "hi Normal ctermbg=none " Set a transparent background - let g:airline_solarized_bg='dark' " Set the airline background + "let g:airline_solarized_bg='dark' " Set the airline background endif " Transparent editing of gpg encrypted files.