Skip to content

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

Notifications You must be signed in to change notification settings

amirrezaask/cyberpunk.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Vim Cyberpunk Theme: 2 variations

Installation

Copy files from colorscheme folder to .vim/colors/ or ~/.config/nvim/colors, then copy the corresponding files to your vim-airline-themes folder (e.g. .config/nvim/plugged/vim-airline-themes/autoload/airline/themes/), and add these lines to your .vimrc (or init.vim):

For Cyberpunk theme:

set termguicolors
colorscheme cyberpunk
let g:airline_theme='cyberpunk'

For Silverhand theme, change cyberpunk in the above lines to silverhand.

Screenshots

cyberpunk silverhand

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%