Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danyim/zenburned
- Owner: danyim
- Created: 2014-08-28T15:22:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T00:07:07.000Z (over 7 years ago)
- Last Synced: 2024-04-13T04:56:55.103Z (7 months ago)
- Language: CSS
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)