feat(colorscheme): change to onedark

This commit is contained in:
Oscar Wallberg
2025-04-30 19:36:47 +02:00
parent cda15e8850
commit d48ed3960d
+4 -15
View File
@@ -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