Changed lightline colorsheme

This commit is contained in:
2025-04-19 12:27:39 +00:00
parent 11798bd693
commit 1d6287de9e

View File

@@ -3,6 +3,8 @@ set autoindent
set termguicolors set termguicolors
set cursorline set cursorline
set ts=4 sw=4 set ts=4 sw=4
"gets rid of --INSERT-- useful bc of lighline"
set noshowmode
call plug#begin() call plug#begin()
"file explorer" "file explorer"
@@ -18,7 +20,6 @@ Plug 'jiangmiao/auto-pairs'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
call plug#end() call plug#end()
let $NVIM_TUI_ENABLE_TRUE_COLOR=1 let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" Start NERDTree. If a file is specified, move the cursor to its window. " Start NERDTree. If a file is specified, move the cursor to its window.
@@ -28,7 +29,6 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr
nnoremap <leader>n :NERDTreeFocus<CR> nnoremap <leader>n :NERDTreeFocus<CR>
nnoremap <C-t> :NERDTreeToggle<CR> nnoremap <C-t> :NERDTreeToggle<CR>
let g:NERDTreeGitStatusWithFlags = 1 let g:NERDTreeGitStatusWithFlags = 1
"let g:WebDevIconsUnicodeDecorateFolderNodes = 1 "let g:WebDevIconsUnicodeDecorateFolderNodes = 1
"let g:NERDTreeGitStatusNodeColorization = 1 "let g:NERDTreeGitStatusNodeColorization = 1
@@ -43,10 +43,11 @@ let g:NERDTreeGitStatusWithFlags = 1
"\ "Ignored" : "#808080" "\ "Ignored" : "#808080"
"\ } "\ }
let g:NERDTreeIgnore = ['^node_modules$'] let g:NERDTreeIgnore = ['^node_modules$']
let g:airline_powerline_fonts = 1 let g:lightline = {
\ 'colorscheme': 'wombat',
\ }
let g:sonokai_style = 'shusia' let g:sonokai_style = 'shusia'
let g:sonokai_better_performance = 1 let g:sonokai_better_performance = 1