Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolvs/vim-sunbather
A minimal pink colorscheme for Vim.
https://github.com/nikolvs/vim-sunbather
vim vim-colorscheme vim-theme
Last synced: about 9 hours ago
JSON representation
A minimal pink colorscheme for Vim.
- Host: GitHub
- URL: https://github.com/nikolvs/vim-sunbather
- Owner: nikolvs
- License: other
- Created: 2020-06-05T05:51:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T03:36:41.000Z (over 1 year ago)
- Last Synced: 2024-04-16T23:06:27.487Z (7 months ago)
- Topics: vim, vim-colorscheme, vim-theme
- Language: Vim script
- Homepage:
- Size: 2.68 MB
- Stars: 88
- Watchers: 1
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sunbather
A minimal pink colorscheme for Vim.
## Screenshots
*Fira Code* font on dark and light backgrounds:
![](screenshots/dark.png)
![](screenshots/light.png)## Installation
Copy the color scheme file to your `~/.vim/colors` directory, or use a plugin
manager like [Plug][] or [Vundle][] and add `"nikolvs/vim-sunbather"`
as a plugin.[vundle]: https://github.com/gmarik/Vundle.vim
[plug]: https://github.com/junegunn/vim-plug## Usage
```
:colorscheme sunbather
```Supports both `background=light` and `background=dark`.
## Credits
Forked from [paramount][].
Based on the [pencil][] and [off][] colorschemes.[paramount]: https://github.com/owickstrom/vim-colors-paramount
[pencil]: https://github.com/reedes/vim-colors-pencil
[off]: https://github.com/reedes/vim-colors-off## Contributions
If you find any problems with this color scheme please post an issue here on
GitHub. If you don't like some specific color, please fork it instead and customize
to your liking. Thanks!## License
Original license from pencil: [MIT](LICENSE)