solarized-colors-espresso icon indicating copy to clipboard operation
solarized-colors-espresso copied to clipboard

Precision color scheme for Espresso with both dark/light modes

Results 3 solarized-colors-espresso issues
Sort by recently updated
recently updated
newest added

Designed to mimic the results on textmate and the examples given for vim in the solarized readme Signed-off-by: Christopher Rogers [email protected]

I know this project is 2-years old, but you might consider adding an Insertion Point attribute to the @base rules: insertion-point-color: #839496; Thanks.

Adding the following css rules to the @base selector fixes this: ``` insertion-point-color: #19DFFB; current-line-background-color: #04222A; ```