Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/semibran/vim-colors-synthetic

:art: minimal vim color scheme
https://github.com/semibran/vim-colors-synthetic

colors colorscheme syntax theme vim

Last synced: 3 months ago
JSON representation

:art: minimal vim color scheme

Awesome Lists containing this project

README

        

# vim-colors-synthetic
> minimal vim color scheme

![preview](images/preview.png)

`synthetic` is a syntax theme designed with the goal of minimizing the number of colors found in highlighted code while still maintaining a worthy visual separation between tokens.

## palette
| color | hex value | usage |
| :---------------------------: | :-------: | :--------------------------------------- |
| ![purple](images/purple.png) | `#af87ff` | statements, keywords, control flow |
| ![yellow](images/yellow.png) | `#ffd787` | identifiers, variables, keys, props |
| ![green](images/green.png) | `#afff87` | constants, builtins, strings, numbers |
| ![cyan](images/cyan.png) | `#87ffff` | functions, operators, special characters |
| ![red](images/red.png) | `#ff5f5f` | errors |

## install
Copy `colors/synthetic.vim` to your `~/.vim/colors` directory, or add `"semibran/vim-colors-synthetic"` using a plugin manager of your choice.

## usage
`:colorscheme synthetic`