diff options
author | listout <listout@protonmail.com> | 2021-09-09 21:11:30 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-09 21:11:30 +0530 |
commit | 8d2e4d58313f9c959473c02f769215d6703234f4 (patch) | |
tree | 04e6e352c3e91407d94bc636a61c7e528f0ae36d | |
parent | c8cda545befa4f674a3e0e11fce7c339b91eaaf4 (diff) |
removed termguicolors and moved to jellybeans colorscheme
-rw-r--r-- | configs/appearance.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/appearance.vim b/configs/appearance.vim index ef9ca5f..e6bb252 100644 --- a/configs/appearance.vim +++ b/configs/appearance.vim @@ -5,9 +5,9 @@ let $NVIM_TUI_ENABLE_TRUE_COLOR=1 set list listchars=tab:▸\ ,extends:›,precedes:‹,nbsp:·,trail:· ",eol:¬ " Colorschemes -set termguicolors +"set termguicolors set background=dark -colorscheme onedark +colorscheme jellybeans " Function, identifier and comments in italic highlight Function cterm=italic gui=italic @@ -15,7 +15,7 @@ highlight Indentifier cterm=italic gui=italic highlight Comment cterm=italic gui=italic " Cursor line -" set cursorline +"set cursorline " Number of screenlines for command-line set cmdheight=2 |