feat(colorscheme): change to onedark
This commit is contained in:
@@ -199,20 +199,14 @@ command! W write
|
|||||||
|
|
||||||
" {{{1 Plugins
|
" {{{1 Plugins
|
||||||
" {{{2 Plugin variables
|
" {{{2 Plugin variables
|
||||||
" {{{3 Moonfly
|
|
||||||
|
|
||||||
let g:moonflyNormalFloat = v:true
|
" {{{3 GitGutter
|
||||||
let g:moonflyCursorColor = v:true
|
|
||||||
let g:moonflyWinSeparator = 2
|
|
||||||
let g:moonflyVirtualTextColor = v:true
|
|
||||||
|
|
||||||
" {{{2 GitGutter
|
|
||||||
|
|
||||||
let g:gitgutter_sign_added = '┃'
|
let g:gitgutter_sign_added = '┃'
|
||||||
let g:gitgutter_sign_modified = '┃'
|
let g:gitgutter_sign_modified = '┃'
|
||||||
let g:gitgutter_sign_removed = '┃'
|
let g:gitgutter_sign_removed = '┃'
|
||||||
|
|
||||||
" {{{2 Colorizer
|
" {{{3 Colorizer
|
||||||
|
|
||||||
let g:colorizer_colornames = 0
|
let g:colorizer_colornames = 0
|
||||||
|
|
||||||
@@ -226,7 +220,7 @@ endif
|
|||||||
|
|
||||||
let s:plug_dir = expand('$HOME/.vim/plugged')
|
let s:plug_dir = expand('$HOME/.vim/plugged')
|
||||||
call plug#begin(s:plug_dir)
|
call plug#begin(s:plug_dir)
|
||||||
Plug 'bluz71/vim-moonfly-colors', { 'as': 'moonfly' }
|
Plug 'joshdick/onedark.vim'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
@@ -260,12 +254,7 @@ call plug#end()
|
|||||||
|
|
||||||
" {{{2 Colorscheme
|
" {{{2 Colorscheme
|
||||||
|
|
||||||
augroup CustomHighlight
|
silent! colorscheme onedark
|
||||||
autocmd!
|
|
||||||
autocmd ColorScheme moonfly highlight VertSplit term=none cterm=none
|
|
||||||
augroup END
|
|
||||||
|
|
||||||
silent! colorscheme moonfly
|
|
||||||
|
|
||||||
" {{{2 Fzf
|
" {{{2 Fzf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user