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
- Host: GitHub
- URL: https://github.com/agkozak/zenburn.minttyrc
- Owner: agkozak
- Created: 2017-01-25T17:01:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T00:05:13.000Z (over 6 years ago)
- Last Synced: 2025-01-10T19:23:23.201Z (9 months ago)
- Topics: color-scheme, console, mintty, minttyrc, terminal
- Size: 1.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`:

### 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:

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