fix(vim): set darker background

This commit is contained in:
2025-05-02 05:05:21 +02:00
parent f8d972115b
commit 227b0aec84
+5
View File
@@ -225,6 +225,11 @@ let g:NERDTreeRemoveDirCmd = "gio trash "
let g:NERDTreeMapActivateNode = "l" let g:NERDTreeMapActivateNode = "l"
let g:NERDTreeMapCloseDir = "h" let g:NERDTreeMapCloseDir = "h"
" {{{3 onedark
let g:onedark_color_overrides = {
\ "background": {"gui": "#1f2329" },
\}
" {{{2 Install " {{{2 Install
let s:plug_file = expand('$HOME/.vim/autoload/plug.vim') let s:plug_file = expand('$HOME/.vim/autoload/plug.vim')
if !filereadable(s:plug_file) if !filereadable(s:plug_file)