Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danyim/zenburned

Collection of Zenburn themes for different apps
https://github.com/danyim/zenburned

Last synced: 8 days ago
JSON representation

Collection of Zenburn themes for different apps

Awesome Lists containing this project

README

        

# zenburned

A collection of Zenburn theme files that I've collected and modified over time. It's my preferred color theme due its readability and low contrast, especially when paired with [Inconsolata](http://www.levien.com/type/myfonts/inconsolata.html).

### Contents
- **Native OSX Terminal** (`.terminal`) - Located in `./terminal-osx`
- **ITerm2** (`.itermcolors`) - Located in `./iterm2`
- **XFCE Terminal** (`terminalrc`) - Located in `./xfce-terminal`
- **Hyperterm** (`.hyperterm.js`) - Located in the root directory
- [**Crayon Syntax Highlighter for WordPress**](https://wordpress.org/plugins/crayon-syntax-highlighter/) (`.css`) - Located in `./crayon`

### General Color Palette
```javascript
black: '#505050',
red: '#d7a5a4',
green: '#91ad91',
yellow: '#e8d7b9',
blue: '#c6eaff',
magenta: '#ba90bd',
cyan: '#9ad6d9',
white: '#f3f1d9',
lightBlack: '#7f7f7f',
lightRed: '#e4b3b2',
lightGreen: '#d4e894',
lightYellow: '#eff0a5',
lightBlue: '#6996bf',
lightMagenta: '#dcbecd',
lightCyan: '#9ad6d9',
lightWhite: '#f8f5ed'
```

### Other Notable Themes
- [Console2](https://github.com/joonro/ConsoleZ-Color-Themes/blob/master/zenburn.xml) (Windows)

### Links/References
- [Zenburn plugin for HyperTerm](https://github.com/danyim/hyperterm-zenburn)
- [http://kippura.org/zenburnpage/](http://kippura.org/zenburnpage/)
- [Zenburn vim theme](https://github.com/jnurmine/Zenburn)
- [Reference colors](http://emacsredux.com/blog/2013/08/21/color-themes-redux/)
- [About the benefits of theming your tools](http://wynnnetherland.com/journal/a-stylesheet-author-s-guide-to-terminal-colors)