Skip to content

Commit 357d3e1

Browse files
committed
update
1 parent 7dac5f4 commit 357d3e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mp/appearance/appearance.bundles

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ aug END
2626
" Plug 'flazz/vim-colorschemes'
2727

2828
" Plug 'liuchengxu/space-vim-dark'
29+
30+
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }

personal/style.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ hi Function cterm=bold gui=bold
7171
" molokai {
7272
" let g:molokai_original = 1
7373
" let g:rehash256 = 1
74-
colorscheme molokai
74+
colorscheme catppuccin-macchiato
7575
" }
7676

7777

0 commit comments

Comments
 (0)