Skip to content

ashervb/synthwave.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

synthwave.vim

A dark Vim color scheme for the GUI and 256-color terminals, based on fsociety's synthwave theme.

Synthwave

Code shamelessly stolen from the fabulous onedark theme.

Requirements

Terminal that supports at least 256 colors, preferably 24-bit color.

Installation

In your ~/.vimrc.

set background=dark
color synthwave

if has('termguicolors')
  set termguicolors " 24-bit terminal
else
  let g:synthwave_termcolors=256 " 256 color mode
endif

Vundle

Add the following to your ~/.vimrc file and run PluginInstall in Vim.

Plugin 'exitface/synthwave.vim'

vim-plug

Add the following to your ~/.vimrc file and run PlugInstall in Vim.

Plug 'exitface/synthwave.vim'

Pathogen

cd ~/.vim/bundle
git clone https://github.com/exitface/synthwave.vim

Manual

cd ~/.vim/colors
git clone git://github.com/exitface/synthwave.vim synthwave.vim
cp synthwave.vim/colors/*.vim .

vim-airline Theme

airline-synthwave.vim Preview

vim-airline theme for use with synthwave.vim.

Installation

Assuming vim-airline and synthwave are already installed and configured:

Copy synthwave.vim/autoload/airline/themes/synthwave.vim to ~/.vim/autoload/airline/themes/ directory add the following line to your ~/.vimrc:

let g:airline_theme='synthwave'

About

Fsociety's synthwave theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published