Skip to content

Commit

Permalink
colors: change Pmenu color of molokai
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 7983181 commit fbb9b62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cd $(dirname $0)

echo -e "\033[32m- [Info] Start to copy files\033[0m"


if [ -f /etc/vim/vimrc ] && [ ! -f /etc/vim/vimrc.bak ]; then
mv /etc/vim/vimrc /etc/vim/vimrc.bak
touch /etc/vim/vimrc
Expand Down
2 changes: 1 addition & 1 deletion vim/colors/molokai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ if &t_Co > 255
hi Operator ctermfg=161

" complete menu
hi Pmenu ctermfg=81 ctermbg=16
hi Pmenu ctermfg=81 ctermbg=238
hi PmenuSel ctermfg=255 ctermbg=242
hi PmenuSbar ctermbg=232
hi PmenuThumb ctermfg=81
Expand Down

0 comments on commit fbb9b62

Please sign in to comment.