forked from pub-solar/os
neovim: use apprentice colorscheme
This commit is contained in:
parent
67a4b2e58d
commit
5149c219e6
|
@ -1,18 +1,18 @@
|
||||||
let g:base16_shell_path = $XDG_CONFIG_HOME . "/zsh/base16.sh"
|
"let g:base16_shell_path = $XDG_CONFIG_HOME . "/zsh/base16.sh"
|
||||||
let base16colorspace = 256
|
"let base16colorspace = 256
|
||||||
set termguicolors
|
set termguicolors
|
||||||
let g:sonokai_style = 'shusia'
|
"let g:sonokai_style = 'shusia'
|
||||||
let g:sonokai_enable_italic = 1
|
"let g:sonokai_enable_italic = 1
|
||||||
let g:sonokai_disable_italic_comment = 1
|
"let g:sonokai_disable_italic_comment = 1
|
||||||
let g:sonokai_transparent_background = 1
|
"let g:sonokai_transparent_background = 1
|
||||||
colorscheme sonokai
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
colorscheme apprentice
|
||||||
|
|
||||||
let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers
|
let g:airline#extensions#tabline#enabled = 1 " Enable the list of buffers
|
||||||
let g:airline#extensions#tabline#fnamemod = ':t' " Show just the filename
|
let g:airline#extensions#tabline#fnamemod = ':t' " Show just the filename
|
||||||
let g:airline#extensions#tabline#formatter = 'unique_tail_improved'
|
let g:airline#extensions#tabline#formatter = 'unique_tail_improved'
|
||||||
let g:airline_powerline_fonts = 1 " Use powerline fonts
|
let g:airline_powerline_fonts = 1 " Use powerline fonts
|
||||||
let g:airline_theme = 'sonokai'
|
let g:airline_theme = 'apprentice'
|
||||||
|
|
||||||
" Customize fzf colors to match your color scheme
|
" Customize fzf colors to match your color scheme
|
||||||
" - fzf#wrap translates this to a set of `--color` options
|
" - fzf#wrap translates this to a set of `--color` options
|
||||||
|
|
Loading…
Reference in a new issue