feat: Change theme from Catppuccin -> GitHub Dark

- Vim, Neovim, Kitty, VS Code, Ghostty, Zed
This commit is contained in:
Pratik Tripathy
2025-09-01 12:16:42 +05:30
parent 85d7c9eaa1
commit b7f5eec5ea
10 changed files with 75 additions and 128 deletions

View File

@@ -1,7 +1,16 @@
" THEME
let g:lightline = { 'colorscheme': 'onedark' }
colorscheme onedark
" NERDTree Plugin configurations
let g:NERDTreeShowHidden = 1
let g:NERDTreeWinSize = 25
" Map nerdtree to <Leader>e
" Changes the pwd and opens the VCS root
" Placed here because ideavim doesn't understand :tcd
nnoremap <leader>e :tcd %:h<CR> :NERDTreeToggleVCS<CR>
" Map easymotion Plugin to <Leader>j
nnoremap <leader>j <Plug>(easymotion-s)

View File

@@ -18,10 +18,10 @@ call plug#begin('~/.vim/plugged')
Plug 'michaeljsmith/vim-indent-object' " ai, ii, aI, iI <- select indent
Plug 'unblevable/quick-scope' " f, t <- Highlight unique letter on the line
Plug 'mg979/vim-visual-multi' " <Ctrl+n>
Plug 'sheerun/vim-polyglot' " Syntanx highlighting for many languages
"------------Style Plugins------------"
" Status Styles
Plug 'itchyny/lightline.vim'
Plug 'tyrannicaltoucan/vim-deep-space'
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
Plug 'joshdick/onedark.vim'
call plug#end()

View File

@@ -19,18 +19,8 @@ source $VIMDIR/autocommands.vim
" Save session files to $HOME/.vim/session directory
let g:session_dir="$VIMDIR/session"
""""""""""""""""""""""""""""""""
"
" THEME
"
""""""""""""""""""""""""""""""""
let g:lightline = { 'colorscheme': 'catppuccin_mocha' }
colorscheme catppuccin_mocha
""""""""""""""""""""""""""""""""
"
" VIM SPECIFIC CONFIG
"
" Vim-only configs
" Placed here cause Nvim sources the config.vim
""""""""""""""""""""""""""""""""
" Move the .viminfo file inside .vim directory