:guitar: 流行朋克 Vim的深色高对比度配色方案 安装 使用您选择的插件管理器。 " .vimrc " example using vim-plug call plug#begin ( ' ~/.vimplugins ' ) Plug ' bignimbus/pop-punk.vim ' " ... call plug#end () colorscheme ' pop-punk ' " pop-punk ANSI colors for vim terminal let g: terminal_ansi_colors = pop_punk#AnsiColors () " for the airline theme - note the underscore instead of the hyphen let g: airline_theme = ' pop_punk ' " just for