st-mine/README.md

211 lines
7.9 KiB
Markdown
Raw Normal View History

2012-03-29 21:25:40 -07:00
#iTerm Color Schemes#
##Intro##
2012-03-28 23:24:29 -07:00
This is a set of color schemes for iTerm (aka iTerm2). Screenshots below and in the [screenshots](https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/screenshots) directory.
2012-03-10 08:35:11 -07:00
The schemes Novel, Espresso, Grass, Homebrew, Ocean, Pro, Man Page, Red Sands, and Terminal Basic are ports of the schemes of the same name included with the Mac Terminal application. All of Terminal's schemes have now been ported, with the excption of "Solid Colors" (random backgrounds, which iTerm doesn't support) and "Aerogel" (which is hideous).
2012-03-10 08:35:11 -07:00
The scheme idleToes was inspired by the [idleFingers](http://idlefingers.co.uk/) TextMate theme and suggested for inclusion by Seth Wilson.
2012-07-21 13:27:27 -07:00
The scheme Zenburn was inspired by the [Zenburn](http://snk.tuxfamily.org/log/zenburn-terminal-color-scheme.html) version created by Suraj N. Kurapati.
The scheme Symfonic was inspired by the color scheme used in the [documentation](http://symfony.com/doc/current/book/index.html) for the [Symfony](http://www.symfony.com) PHP Framework.
2012-08-28 23:38:04 -07:00
2013-06-25 13:35:43 -07:00
The scheme Github was inspired by the color theme palette used at [Github](http://github.com/) for their UI and in some of their mascot images.
2013-03-30 02:43:35 -07:00
The scheme Solarized Darcula was inspired by the color theme created by [@rickhanlonii](https://github.com/rickhanlonii). There are two screenshots below; one with a background and one without. The background image is included in the backgrounds/ directory and the image must be manually set on the profile's Preferences->Window tab. It's hard to see from the screenshot, but it looks great!
2013-07-11 14:12:05 -07:00
2013-08-15 21:36:35 -07:00
The theme Hurtado was found [here](https://github.com/juanghurtado/dotfiles).
The theme Mokokai Soda was found [here](https://github.com/deepsweet/Monokai-Soda-iTerm).
2013-08-15 21:40:29 -07:00
The themes Solarized Dark and Solarized Light come from the official [Solarized web site](http://ethanschoonover.com/solarized)
2012-03-10 08:35:11 -07:00
If there are other color schemes you'd like to see included, drop me a line!
2011-03-31 21:26:32 -07:00
2012-03-29 21:24:06 -07:00
By the way, the color schemes with the dark backgrounds (Dark Pastel, Desert, etc.) look fantastic with a little bit of transparency. I have my slider set to the spot just under the A and R in "Transparency" on the Preferences->Window tab.
2012-03-29 21:25:40 -07:00
##Installation Instructions##
2012-03-28 23:24:29 -07:00
To install:
* Launch iTerm 2. Get the latest version at <a href="http://www.iterm2.com">iterm2.com</a>
* Type CMD+i
* Navigate to Colors tab
* Click on Load Presets
* Click on Import
* Select the .itermcolors file(s) of the scheme(s) you'd like to use
* Click on Load Presets and choose a color scheme
###X11 Installation###
To install under the [X Window System](http://www.x.org/):
* Import the .xrdb file of the scheme you'd like to use:
#include "/home/mbadolato/iTerm2-Color-Schemes/scheme/Blazer.xrdb"
* Use the `#define`s provided by the imported .xrdb file:
Rxvt*color0: Ansi_0_Color
Rxvt*color1: Ansi_1_Color
Rxvt*color2: Ansi_2_Color
Rxvt*color3: Ansi_3_Color
Rxvt*color4: Ansi_4_Color
Rxvt*color5: Ansi_5_Color
Rxvt*color6: Ansi_6_Color
Rxvt*color7: Ansi_7_Color
Rxvt*color8: Ansi_8_Color
Rxvt*color9: Ansi_9_Color
Rxvt*color10: Ansi_10_Color
Rxvt*color11: Ansi_11_Color
Rxvt*color12: Ansi_12_Color
Rxvt*color13: Ansi_13_Color
Rxvt*color14: Ansi_14_Color
Rxvt*color15: Ansi_15_Color
Rxvt*colorBD: Bold_Color
Rxvt*colorIT: Italic_Color
Rxvt*colorUL: Underline_Color
Rxvt*foreground: Foreground_Color
Rxvt*background: Background_Color
Rxvt*cursorColor: Cursor_Color
XTerm*color0: Ansi_0_Color
XTerm*color1: Ansi_1_Color
XTerm*color2: Ansi_2_Color
XTerm*color3: Ansi_3_Color
XTerm*color4: Ansi_4_Color
XTerm*color5: Ansi_5_Color
XTerm*color6: Ansi_6_Color
XTerm*color7: Ansi_7_Color
XTerm*color8: Ansi_8_Color
XTerm*color9: Ansi_9_Color
XTerm*color10: Ansi_10_Color
XTerm*color11: Ansi_11_Color
XTerm*color12: Ansi_12_Color
XTerm*color13: Ansi_13_Color
XTerm*color14: Ansi_14_Color
XTerm*color15: Ansi_15_Color
XTerm*colorBD: Bold_Color
XTerm*colorIT: Italic_Color
XTerm*colorUL: Underline_Color
XTerm*foreground: Foreground_Color
XTerm*background: Background_Color
XTerm*cursorColor: Cursor_Color
* Store the above snippets in a file and pass it in:
$ xrdb -merge YOUR_FILE_CONTAINING_ABOVE_SNIPPETS
* Open new XTerm or Rxvt windows to see the changes.
* Adapt this procedure to other terminals as needed.
2012-03-29 21:25:40 -07:00
##Screenshots##
2013-06-25 13:35:43 -07:00
**Blazer**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/blazer.png)
2013-06-27 21:02:54 -07:00
**Chalkboard**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/chalkboard.png)
**Dark Pastel**
2011-05-01 00:33:35 -07:00
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/dark_pastel.png)
2011-03-31 21:16:40 -07:00
**Desert**
2011-05-01 00:33:35 -07:00
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/desert.png)
2011-03-31 21:16:40 -07:00
**Espresso**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/espresso.png)
2013-03-30 02:43:35 -07:00
**Github**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/github.png)
**Grass**
2011-05-01 00:33:35 -07:00
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/grass.png)
2011-03-31 21:16:40 -07:00
2011-12-10 19:24:46 -07:00
**Homebrew**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/homebrew.png)
2013-08-15 21:36:35 -07:00
**Hurtado**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/hurtado.png)
**idleToes**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/idleToes.png)
2012-06-26 22:13:59 -07:00
**Kibble**
2012-06-26 22:18:46 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/kibble.png)
2012-06-26 22:13:59 -07:00
2011-08-30 00:43:21 -07:00
**Man Page**
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/man_page.png)
2011-08-30 00:43:21 -07:00
2013-08-15 21:36:35 -07:00
**Monokai Soda**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/monokai_soda.png)
**Novel**
2011-05-01 00:33:35 -07:00
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/novel.png)
**Ocean**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/ocean.png)
2012-02-12 15:50:56 -07:00
**Pro**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/pro.png)
**Red Sands**
2011-05-01 00:33:35 -07:00
2011-10-18 22:53:22 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/red_sands.png)
2013-03-20 00:44:06 -07:00
**Seafoam Pastel**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/seafoam_pastel.png)
**Solarized Darcula (With background image)**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/solarized_darcula_with_background.png)
**Solarized Darcula (Without background image)**
2013-07-11 14:12:05 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/solarized_darcula.png)
**Solarized Dark**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/solarized_dark.png)
**Solarized Light**
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/solarized_light.png)
**Symfonic**
2012-08-28 23:38:04 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/symfonic.png)
2012-08-28 23:38:04 -07:00
**Terminal Basic**
2012-07-21 13:27:27 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/terminal_basic.png)
**Vaughn**
2011-09-15 00:01:39 -07:00
2012-07-21 13:27:27 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/vaughn.png)
**Zenburn**
2012-07-21 13:32:09 -07:00
![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/zenburn.png)
2012-03-29 21:32:17 -07:00
----
2013-03-20 00:44:06 -07:00
iTerm Color Schemes | iTerm2 Color Schemes | iTerm 2 Color Schemes | iTerm Themes | iTerm2 Themes | iTerm 2 Themes
2012-03-29 21:32:17 -07:00