Change Vim theme to Rose PIne
This commit is contained in:
@@ -3,10 +3,11 @@
|
|||||||
" ----------------------------------------
|
" ----------------------------------------
|
||||||
|
|
||||||
set termguicolors " Enable true color support
|
set termguicolors " Enable true color support
|
||||||
colorscheme catppuccin_mocha " Use the mocha variant (dark theme)
|
set background=dark
|
||||||
|
colorscheme rosepine " Use the rose pine variant (dark theme)
|
||||||
|
|
||||||
" Optional: Lightline support (if installed)
|
" Optional: Lightline support (if installed)
|
||||||
let g:lightline = { 'colorscheme': 'catppuccin_mocha' }
|
let g:lightline = { 'colorscheme': 'rosepine' }
|
||||||
|
|
||||||
" ----------------------------------------
|
" ----------------------------------------
|
||||||
" Smart indentation for C development
|
" Smart indentation for C development
|
||||||
@@ -58,4 +59,3 @@ set ruler " Show cursor position
|
|||||||
set wildmenu " Enhanced command-line completion
|
set wildmenu " Enhanced command-line completion
|
||||||
set nowrap " Don't wrap long lines
|
set nowrap " Don't wrap long lines
|
||||||
set mouse=a " Enable mouse support
|
set mouse=a " Enable mouse support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user