From bbc59a6d214370854bb016bfe190f925c6cfeef2 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 27 May 2021 10:41:14 +1000 Subject: [PATCH] vim: switched airline to papercolor --- profiles/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/vim.nix b/profiles/vim.nix index e8d628a..54a20e5 100644 --- a/profiles/vim.nix +++ b/profiles/vim.nix @@ -23,7 +23,7 @@ vim_configurable.customize { match ErrorMsg '\s\+$' " let g:airline_powerline_fonts = 1 " Use powerline fonts - let g:airline_theme='gruvbox' " Set the airline theme + let g:airline_theme='papercolor' " Set the airline theme "call togglebg#map("") " Toggle background colour between dark|light