markbahnman / vim-pico8-color

Vim color scheme inspired by the PICO-8 fantasy console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vim color scheme inspired by the PICO-8 fantasy console.

Currently only designed for Lua/PICO-8 files (colors don't look good with other languages and file types).

Vim PICO-8
Vim screenshot PICO-8 screenshot

Installation

Requires a terminal with true color support (or GVim/MacVim).

Using vim-plug:

Plug 'evanrelf/vim-pico8-color'
Plug 'ssteinbach/vim-pico8-syntax' " optional

set termguicolors
colorscheme pico8

Related projects

This is a fork of BordenJardine's color scheme pico8-vim-colorscheme, but I have redone almost everything.

This color scheme works well with with:

Thanks to Roman Zolotarev for his PICO-8 Color Palette, which was a useful reference when making this.

License

MIT

About

Vim color scheme inspired by the PICO-8 fantasy console.

License:MIT License


Languages

Language:Vim Script 94.4%Language:Lua 5.6%