From f9dc88a12e1d6d3cf43e3f53fb3e6a71d14380f3 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 15 Apr 2021 12:47:49 +0530 Subject: added a few color schemes and chaged the current color scheme --- configs/appearance.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/appearance.vim') diff --git a/configs/appearance.vim b/configs/appearance.vim index 46926eb..6875477 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -5,9 +5,9 @@ set list listchars=tab:▸\ ,extends:›,precedes:‹,nbsp:·,trail:· ",eol:¬ " Colorschemes -"set termguicolors -"set background=dark -colorscheme wal +set termguicolors +set background=dark +colorscheme moonfly " Function, identifier and comments in italic highlight Function cterm=italic gui=italic -- cgit v1.2.3