PONDHALF / vim-synthwave84

The port of SynthWave '84 - VS Code theme to Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synthwave 84 Vim theme

The port of SynthWave '84 - VS Code theme to Vim

Screenshots

Ruby

Synthwave84-ruby

JavaScript

Synthwave84-js

Vim script

Synthwave84-vimrc

Installation

Option 1: Manual Installation

  1. Move synthwave84.vim to your .vim/colors directory. After downloading the vim script or package:

    $ cd vim-synthwave84/colors
    $ mv synthwave84.vim ~/.vim/colors/
    

Option 2: Plug installation

  1. Install Vim-Plug manager.

  2. Install Plugin

    a. Put the following line in your .vimrc:

    Plug 'artanikin/vim-synthwave84'

    b. Reload .vimrc and :PlugInstall to install plugin.

    c. Put the following line in your .vimrc, and reload vim:

    colorscheme synthwave84

About

The port of SynthWave '84 - VS Code theme to Vim


Languages

Language:Vim Script 100.0%