Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nonlogicaldev/vim-jasmine-colortheme
Ultimate Espresso Inspired Vim Colorscheme
https://github.com/nonlogicaldev/vim-jasmine-colortheme
Last synced: 8 days ago
JSON representation
Ultimate Espresso Inspired Vim Colorscheme
- Host: GitHub
- URL: https://github.com/nonlogicaldev/vim-jasmine-colortheme
- Owner: NonLogicalDev
- License: mit
- Created: 2014-08-11T07:45:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T20:18:29.000Z (over 9 years ago)
- Last Synced: 2025-01-02T10:08:48.724Z (13 days ago)
- Language: VimL
- Size: 230 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JasmineColorTheme
*> Espresso Inspired ultimate Vim colorscheme*
## Info
I have looked through plenty of light themes, but none of them felt pleasing
enough to me. So I decided to roll my own. As I sifted through the light
themes for code editors in general, I got heavily inspired by the one used in
Espresso and it gave the beginning to this theme.Jasmine is carefully crafted to be easy on the eyes. It is not a 100% copy
of Espresso, it is in a sence an extension of it. I have tried to eliminate
most of the Espresso CSSEdit theme shortcomings such as markdown coloring, adding
improved support for `Pangloss/javascript` syntax definition and trying to make
it as logically consistent as I could in other languages such as `Python`,
`Ruby`, `C++`, `Java` and `Haskell`.## Installation
**Option 1:** Use Vundle or NeoBundle *(Preferred)*
Add this to your `.vimrc`
_If you use Vundle:_
```
Plugin 'nonlogicaldev/vim-jasmine-colortheme'
```_If you use NeoBundle:_
```
NeoBundle 'nonlogicaldev/vim-jasmine-colortheme'
```**Option 2:** The 'hardcore' Manual way
Copy the files from `colors` folder into your `~/.vim/colors`
## Preview
![Colorscheme Preview](https://db.tt/Zcp2x8Ln)
> If anyone is wondering—I am using Airline with Zenburn colorscheme; it plays well with most of the themes.