Skip to content

marcorooter/iTerm2-Color-Schemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#iTerm Color Schemes#

##Intro## This is a set of color schemes for iTerm (aka iTerm2). Screenshots below and in the screenshots directory.

##Installation Instructions## To install:

  • Launch iTerm 2. Get the latest version at iterm2.com
  • 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

##Contribute## Have a great iTerm theme? Send it to me via a Pull Request! To export your theme settings:

  • Launch iTerm 2
  • Type CMD+i
  • Navigate to Colors tab
  • Click on Load Presets
  • Click on Export
  • Save the .itermcolors file

To include a screenshot, please generate the output using the screenshotTable.sh script in the tools directory.

For screenshot consistency, please have your font set to 13pt Monaco and no transparency on the window

##Screenshots## Blazer

Screenshot

Chalkboard

Screenshot

Dark Pastel

Screenshot

Desert

Screenshot

Espresso

Screenshot

Github

Screenshot

Grass

Screenshot

Homebrew

Screenshot

Hurtado

Screenshot

idleToes

Screenshot

IR_Black

Screenshot

Kibble

Screenshot

LiquidCarbon

Screenshot

LiquidCarbonTransparent

Screenshot

LiquidCarbonTransparentInverse

Screenshot

Mathias

Screenshot

Man Page

Screenshot

Misterioso

Screenshot

Monokai Soda

Screenshot

Neopolitan

Screenshot

NightLion v1

Screenshot

NightLion v2

Screenshot

Novel

Screenshot

Ocean

Screenshot

Obsidian

Screenshot

Pro

Screenshot

Red Sands

Screenshot

Seafoam Pastel

Screenshot

Solarized Darcula (With background image)

Screenshot

Solarized Darcula (Without background image)

Screenshot

Solarized Dark

Screenshot

Solarized Light

Screenshot

Symfonic

Screenshot

Teerb

Screenshot

Terminal Basic

Screenshot

Tomorrow

Screenshot

Tomorrow Night

Screenshot

Tomorrow Night Blue

Screenshot

Tomorrow Night Bright

Screenshot

Tomorrow Night Eighties

Screenshot

Twilight

Screenshot

Vaughn

Screenshot

Zenburn

Screenshot

Credits

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).

The scheme idleToes was inspired by the idleFingers TextMate theme and suggested for inclusion by Seth Wilson.

The scheme Zenburn was inspired by the Zenburn version created by Suraj N. Kurapati.

The scheme Symfonic was inspired by the color scheme used in the documentation for the Symfony PHP Framework.

The scheme Github was inspired by the color theme palette used at Github for their UI and in some of their mascot images.

The scheme Solarized Darcula was inspired by the color theme created by @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!

The theme Hurtado was found here.

The theme Mokokai Soda was found here.

The theme Neopolitan was created by daytonn

The themes Solarized Dark and Solarized Light come from the official Solarized web site

The theme Obsidian was on my hard drive and I don't recall where it came from. If anyone knows, ping me and I'll link back to the author.

The theme Mathias was created by mathiasbynens

The LiquidCarbon themes were created by markcho

The NightLion themes were created by Curvve Media

The Tomorrow themes were created by chriskempson

The Twilight theme was created (as 'twilight') by stefri

The Teerb theme was created by Teerb

The IR_Black theme was found here

The Misterioso theme was created by flooose

If there are other color schemes you'd like to see included, drop me a line!

Extra

###X11 Installation### To install under the X Window System:

  • Import the .xrdb file of the scheme you'd like to use:

      #include "/home/mbadolato/iTerm2-Color-Schemes/xrdb/Blazer.xrdb"
    
  • Use the #defines 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.


iTerm Color Schemes | iTerm2 Color Schemes | iTerm 2 Color Schemes | iTerm Themes | iTerm2 Themes | iTerm 2 Themes

Analytics

About

iTerm Colors - A set of iTerm 2 color schemes/themes. Some schemes have been ported from Mac OSX's Terminal application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published