aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-12 11:48:29 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-12 11:48:29 +0100
commit2a69d39260bdcc13473df84b5affe2732cc9eb85 (patch)
tree9911b16263b00358093bd681caee8662d1e94905 /.vimrc
parentc7dd71eae646118780e29df79265823fc2c4f458 (diff)
downloaddotfiles-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--.vimrc20
1 files changed, 10 insertions, 10 deletions
diff --git a/.vimrc b/.vimrc
index 61c669a..eb6319e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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' ] ]