From 505189c370806d5882ec33fede305f30073c68d5 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 15 Sep 2021 11:30:46 +0200 Subject: [PATCH] Update vimrc --- files/.vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/.vimrc b/files/.vimrc index 56ea0b0..4bffc8c 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -18,7 +18,7 @@ endif call plug#begin() -Plug 'morhetz/gruvbox' " color scheme +Plug 'ayu-theme/ayu-vim' " color scheme Plug 'tpope/vim-sleuth' " heuristic file indendation Plug 'jiangmiao/auto-pairs' " pair completion @@ -26,9 +26,9 @@ call plug#end() " ============================== Colors syntax on -set background=light -colorscheme gruvbox -hi Normal ctermbg=NONE guibg=NONE +let ayucolor="light" +colorscheme ayu +set termguicolors " ============================== General filetype indent plugin on