Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkga/vim-envy
Light color scheme for Vim with comfortable contrast.
https://github.com/kkga/vim-envy
vim vim-colorscheme
Last synced: 3 days ago
JSON representation
Light color scheme for Vim with comfortable contrast.
- Host: GitHub
- URL: https://github.com/kkga/vim-envy
- Owner: kkga
- Created: 2020-11-04T00:19:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T08:19:20.000Z (over 3 years ago)
- Last Synced: 2024-05-09T17:16:19.455Z (6 months ago)
- Topics: vim, vim-colorscheme
- Language: Vim script
- Homepage:
- Size: 5.29 MB
- Stars: 60
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Envy
Light color scheme for Vim with comfortable contrast.
Intended for both day and night usage with moderate screen brightness and color temperature.A "fake-busy" screenshot gives an idea of some highlights in action.
Colors are used sparingly and mostly for UI-related highlights (search, errors, etc...).![](screenshots/envy.png)
---
### More screenshots
##### Rust
![](screenshots/rust.png)
##### Markdown
![](screenshots/markdown.png)
---
### Requirements
Use either `set termguicolors` or `set notermguicolors`: the color scheme should look practically the same, as all colors are from the [256 Xterm color palette](https://jonasjacek.github.io/colors/).
16-color terminals probably work, but not tested. Colors for terminal emulators provided further below.
---
### Terminal colors
This is a subset of Envy's palette that can be used to achieve consistent colors in your terminal emulator and Vim.
#### 16 colors
| Color | Normal | Bright |
| :----- | :-------- | :-------- |
| Black | `#000000` | `#585858` |
| Red | `#D70000` | `#D70000` |
| Green | `#005F00` | `#005F00` |
| Yellow | `#D75F00` | `#D75F00` |
| Blue | `#005FD7` | `#005FD7` |
| Purple | `#5F00D7` | `#5F00D7` |
| Cyan | `#0087AF` | `#0087AF` |
| White | `#B2B2B2` | `#B2B2B2` |#### Extra colors
| Color | Foreground | Background |
| :-------- | :--------- | :--------- |
| Text | `#000000` | `#EEEEEE` |
| Selection | `#000000` | `#AFD7FF` |