feat: switch neovim & alacritty theme
This commit is contained in:
parent
c0eec00cb3
commit
5a84c27334
5 changed files with 32 additions and 33 deletions
|
@ -6,8 +6,10 @@ set smartcase
|
|||
set termguicolors
|
||||
set timeoutlen=500
|
||||
|
||||
colorscheme gruvbox
|
||||
let g:gruvbox_number_column = 'bg1'
|
||||
let g:nvcode_termcolors=256
|
||||
syntax on
|
||||
colorscheme nvcode
|
||||
hi TSCurrentScope guifg=NONE ctermfg=NONE guibg=#252526 ctermbg=235 gui=NONE cterm=NONE
|
||||
|
||||
function! s:gitModified()
|
||||
let files = systemlist('git ls-files -m 2>/dev/null')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue