Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meain/hima-vim
Minimal light colorschme with good GUI element colors
https://github.com/meain/hima-vim
colorscheme vim vim-colorscheme
Last synced: 3 months ago
JSON representation
Minimal light colorschme with good GUI element colors
- Host: GitHub
- URL: https://github.com/meain/hima-vim
- Owner: meain
- Created: 2020-06-05T06:09:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T11:20:08.000Z (over 4 years ago)
- Last Synced: 2024-08-07T18:46:38.506Z (6 months ago)
- Topics: colorscheme, vim, vim-colorscheme
- Language: Vim script
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hima
Minimal vim colorscheme with good GUI element colors.
| ![](https://i.imgur.com/FWJyVFe.png) | ![](https://i.imgur.com/hMni7kY.png) | ![](https://i.imgur.com/Nm2aRCr.png) | ![](https://i.imgur.com/Y0i5H7b.png) |
| :----------------------------------: | :----------------------------------: | :----------------------------------: | :----------------------------------: |
| hima | hima-plain | hima-dark | hima-plain-dark |## Installation
Example with vim-plug:
```vim
Plug 'meain/hima-vim' " add the pluginset background=light " or light
colorscheme hima " or (hima-dark, hima-plain, hima-plain-dark)
```> For the most part if you find some specific color unbearably ugly, let me know, this is still a WIP.
> The idea is a relatively minimal colorscheme, but have colors for essentials and popular plugins that needs extra colors.