thedenisnikulin / vim-cyberpunk

Cyberpunk colorscheme for VIM. Also includes vim-airline theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

set cursorline
let g:cyberpunk_cursorline="black"

Screenshots

cyberpunk silverhand

Inspired by https://github.com/aloussase/cyberpunk

About

Cyberpunk colorscheme for VIM. Also includes vim-airline theme.


Languages

Language:Vim Script 100.0%