Skip to content

Commit e3c68bb

Browse files
update colors
1 parent 3723ef6 commit e3c68bb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vim/vimrc.symlink

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
4343
Plug 'junegunn/fzf.vim'
4444
Plug 'leafgarland/typescript-vim'
4545
Plug 'MaxMEllon/vim-jsx-pretty'
46+
Plug 'sheerun/vim-polyglot'
47+
Plug 'ghifarit53/tokyonight-vim'
4648
call plug#end()
4749

4850
set rtp+=/usr/local/opt/fzf
@@ -169,5 +171,11 @@ endif
169171
set number
170172

171173
colorscheme vividchalk
174+
" set termguicolors
175+
176+
" let g:tokyonight_style = 'storm' " available: night, storm
177+
" let g:tokyonight_enable_italic = 1
178+
179+
" colorscheme tokyonight
172180

173181
set statusline=[%n]\ %<%.99f\ %h%w%m%r%y\ %{fugitive#statusline()}%{exists('*CapsLockStatusline')?CapsLockStatusline():''}%=%-16(\ %l,%c-%v\ %)%P

0 commit comments

Comments
 (0)