Skip to content

Commit

Permalink
change colorscheme to molokai and set MatchParen from monokai
Browse files Browse the repository at this point in the history
Signed-off-by: rayylee <[email protected]>
  • Loading branch information
hbuxiaofei committed May 8, 2024
1 parent 98ded9b commit 7983181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions vim/colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ hi Label guifg=#E6DB74 gui=none
hi Macro guifg=#C4BE89 gui=italic
hi SpecialKey guifg=#66D9EF gui=italic

hi MatchParen guifg=#000000 guibg=#FD971F gui=bold
" hi MatchParen guifg=#000000 guibg=#FD971F gui=bold
hi MatchParen ctermfg=197 ctermbg=NONE cterm=underline guifg=#f92672 guibg=NONE gui=underline
hi ModeMsg guifg=#E6DB74
hi MoreMsg guifg=#E6DB74
hi Operator guifg=#F92672
Expand Down Expand Up @@ -177,7 +178,7 @@ if &t_Co > 255
hi Macro ctermfg=193
hi SpecialKey ctermfg=81

hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
" hi MatchParen ctermfg=233 ctermbg=208 cterm=bold
hi ModeMsg ctermfg=229
hi MoreMsg ctermfg=229
hi Operator ctermfg=161
Expand Down
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set completeopt=menu
set cursorline

" colorscheme
colorscheme monokai
colorscheme molokai
" set t_Co=256

" remain screen after exsit
Expand Down

0 comments on commit 7983181

Please sign in to comment.