diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-08-04 21:41:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-08-04 21:41:33 +0200 |
| commit | d8207e294933e7b052a8720375319d9bdaf53f83 (patch) | |
| tree | 0abc4125eff76ccf9038fc2c5c29db3f0201c7fa /.vimrc | |
| parent | b6183753b6c4312648684de49bb8331796b614f9 (diff) | |
Change the colorscheme from xoria265 to hybrid
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
