An open API service indexing awesome lists of open source software.

https://github.com/agkozak/zenburn.minttyrc

Zenburn Themes for mintty
https://github.com/agkozak/zenburn.minttyrc

color-scheme console mintty minttyrc terminal

Last synced: 8 months ago
JSON representation

Zenburn Themes for mintty

Awesome Lists containing this project

README

          

# Zenburn Color Schemes for mintty

## Low-Contrast Zenburn

`zenburn-low-contrast.minttyrc` applies the sensibilites of the original low-contrast [Zenburn](http://kippura.org/zenburnpage/) Vim color scheme without disrupting the colors of popular text-based user interfaces such as `aptitude`:

![Low-Contrast Zenburn mintty color scheme](img/zenburn-low-contrast.minttyrc.jpg)

### Installation Instructions

```sh
git clone https://github.com/agkozak/zenburn.minttyrc.git
cat zenburn.minttyrc/zenburn-low-contrast.minttyrc >> ~/.minttyrc
```

### High-Contrast Zenburn

`zenburn-high-contrast.minttyrc` has a darker `BackgroundColour`, just like the high-contrast mode of the Zenburn Vim color scheme:

![High-Contrast Zenburn mintty color scheme](img/zenburn-high-contrast.minttyrc.jpg)

### Installation Instructions

```sh
git clone https://github.com/agkozak/zenburn.minttyrc.git
cat zenburn.minttyrc/zenburn-high-contrast.minttyrc >> ~/.minttyrc
```