diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
| commit | 2a69d39260bdcc13473df84b5affe2732cc9eb85 (patch) | |
| tree | 9911b16263b00358093bd681caee8662d1e94905 /.vimrc | |
| parent | c7dd71eae646118780e29df79265823fc2c4f458 (diff) | |
| download | dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.gz dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.bz2 dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.zip | |
Switch theme to dracula, Updated qutebrowser never accept notifications
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -84,24 +84,24 @@ set nofoldenable " not folded by default " colorscheme onedark " }}} " dracula {{{ -" let g:dracula_bold = 1 -" let g:dracula_italic = 1 -" let g:dracula_colorterm = 0 -" colorscheme dracula +let g:dracula_bold = 1 +let g:dracula_italic = 1 +let g:dracula_colorterm = 0 +colorscheme dracula " }}} " solarized {{{ -set t_Co=16 -let g:solarized_termcolors=16 -let g:solarized_visibility='low' " visibility of invisible chars with set list -set background=dark -colorscheme solarized +" set t_Co=16 +" let g:solarized_termcolors=16 +" let g:solarized_visibility='low' " visibility of invisible chars with set list +" set background=dark +" colorscheme solarized " }}} " lightline {{{ let g:lightline = {} " let g:lightline.colorscheme = 'solarized' " lightline theme to solarized " let g:lightline.colorscheme = 'jellybeans' " lightline theme to onedark let g:lightline = { - \ 'colorscheme': 'solarized', + \ 'colorscheme': 'dracula', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], \ [ 'gitbranch', 'readonly', 'filename', 'modified' ] ] |
