summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-08-04 21:41:33 +0200
committerAhmed Abdelhalim <[email protected]>2022-08-04 21:41:33 +0200
commitd8207e294933e7b052a8720375319d9bdaf53f83 (patch)
tree0abc4125eff76ccf9038fc2c5c29db3f0201c7fa
parentb6183753b6c4312648684de49bb8331796b614f9 (diff)
Change the colorscheme from xoria265 to hybrid
-rw-r--r--.vimrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index beac2c5..3e05aa8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -32,6 +32,9 @@ Plug 'leafgarland/typescript-vim'
Plug 'Quramy/tsuquyomi'
Plug 'hashivim/vim-terraform'
Plug 'juliosueiras/vim-terraform-completion'
+" Plug 'sainnhe/everforest'
+" Plug 'NLKNguyen/papercolor-theme'
+Plug 'w0ng/vim-hybrid'
" Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
call plug#end()
syntax on
@@ -39,7 +42,8 @@ filetype plugin indent on
"====== End of Plug Required Block and plugins
let mapleader = ';' " define map leader
-colorscheme xoria256 "set colorscheme
+set background=dark
+colorscheme hybrid
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Vim variables