vim-cyberpunk

所属分类:系统/网络安全
开发工具:Vim Script
文件大小:0KB
下载次数:0
上传日期:2021-12-18 14:23:50
上 传 者sh-1993
说明:  VIM的赛博朋克配色方案。还包括vim航空公司主题。,
(Cyberpunk colorscheme for VIM. Also includes vim-airline theme.,)

文件列表:
autoload/ (0, 2021-08-27)
autoload/airline/ (0, 2021-08-27)
autoload/airline/cyberpunk.vim (5309, 2021-08-27)
autoload/airline/silverhand.vim (5160, 2021-08-27)
autoload/lightline/ (0, 2021-08-27)
autoload/lightline/colorscheme/ (0, 2021-08-27)
autoload/lightline/colorscheme/cyberpunk.vim (4399, 2021-08-27)
autoload/lightline/colorscheme/silverhand.vim (4400, 2021-08-27)
colors/ (0, 2021-08-27)
colors/cyberpunk.vim (4319, 2021-08-27)
colors/silverhand.vim (4337, 2021-08-27)
screenshots/ (0, 2021-08-27)
screenshots/cyberpunk.png (112837, 2021-08-27)
screenshots/silverhand.png (124078, 2021-08-27)

# Vim Cyberpunk Theme: 2 variations ## Installation You can install cyberpunk via plug adding to your `.vimrc` or `init.vim`: ``` Plug 'thedenisnikulin/vim-cyberpunk' ``` Or manually copying: - `colors` -> `~/.vim/colors` - `autoload/airline/*` -> `~/.config/nvim/plugged/vim-airline-themes/autoload/airline/themes` - `lightline` -> `~/.vim/autoload/lightline` ## Settings For Cyberpunk theme: ```vimscript set termguicolors colorscheme cyberpunk let g:airline_theme='cyberpunk' ``` For Silverhand theme, change `cyberpunk` in the above lines to `silverhand`. Also you can choose between `default` or `black` cursorline color if it's enabled. ```vimscript set cursorline let g:cyberpunk_cursorline="black" ``` ## Screenshots ![cyberpunk](https://github.com/thedenisnikulin/vim-cyberpunk/blob/master/./screenshots/cyberpunk.png) ![silverhand](https://github.com/thedenisnikulin/vim-cyberpunk/blob/master/./screenshots/silverhand.png) --- Inspired by https://github.com/aloussase/cyberpunk

近期下载者

相关文件


收藏者