Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/semibran/vim-colors-synthetic
- Owner: semibran
- License: mit
- Created: 2018-02-25T20:25:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T01:42:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-20T13:53:31.073Z (4 months ago)
- Topics: colors, colorscheme, syntax, theme, vim
- Language: Vim script
- Homepage:
- Size: 226 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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`