Skip to content

Instantly share code, notes, and snippets.

@bryzettler
Forked from kevin-smets/iterm2-solarized.md
Created May 24, 2016 16:15
Show Gist options
  • Select an option

  • Save bryzettler/cd3af3db60f0dffad4df2001dd683c07 to your computer and use it in GitHub Desktop.

Select an option

Save bryzettler/cd3af3db60f0dffad4df2001dd683c07 to your computer and use it in GitHub Desktop.

Revisions

  1. @kevin-smets kevin-smets revised this gist Feb 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@ can be found in the section below.

    ## Auto suggestions (for oh-my-zsh)

    ![Auto suggestions](http://i65.tinypic.com/25g76fm.png)
    ![Auto suggestions](http://i66.tinypic.com/b5i9dv.png)

    Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh

  2. @kevin-smets kevin-smets revised this gist Feb 23, 2016. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -44,13 +44,13 @@ Things like
    - word jumping with arrow keys
    - shorter prompt style

    can be found in the section below:
    can be found in the section below.

    ## Auto suggestions (for oh-my-zsh)

    Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh
    ![Auto suggestions](http://i65.tinypic.com/25g76fm.png)

    To get this ![Auto suggestions](http://i65.tinypic.com/25g76fm.png)
    Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh

    ## Enable word jumps

  3. @kevin-smets kevin-smets revised this gist Feb 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -50,7 +50,7 @@ can be found in the section below:

    Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh

    To get this ![Auto suggestions](http://i67.tinypic.com/2is6utx.png)
    To get this ![Auto suggestions](http://i65.tinypic.com/25g76fm.png)

    ## Enable word jumps

  4. @kevin-smets kevin-smets revised this gist Feb 23, 2016. 1 changed file with 16 additions and 0 deletions.
    16 changes: 16 additions & 0 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,22 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -

    Restart iTerm2 for all changes to take effect.

    # Further tweaking

    Things like

    - auto suggestions
    - word jumping with arrow keys
    - shorter prompt style

    can be found in the section below:

    ## Auto suggestions (for oh-my-zsh)

    Just follow these steps: https://github.com/tarruda/zsh-autosuggestions#oh-my-zsh

    To get this ![Auto suggestions](http://i67.tinypic.com/2is6utx.png)

    ## Enable word jumps

    By default, word jumps (options + → or ←) do not work. You can make this work by going to iTerm - preferences - Keys.
  5. @kevin-smets kevin-smets revised this gist Jan 22, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -50,7 +50,7 @@ Send Escape Sequence
    f
    ```

    ### Option + right
    ### Option + left

    ```
    ⌥←
  6. @kevin-smets kevin-smets revised this gist Jan 22, 2016. 1 changed file with 22 additions and 0 deletions.
    22 changes: 22 additions & 0 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,28 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -

    Restart iTerm2 for all changes to take effect.

    ## Enable word jumps

    By default, word jumps (options + → or ←) do not work. You can make this work by going to iTerm - preferences - Keys.

    Under global shortcut keys, add the following keyboard shortcuts:

    ### Option + right

    ```
    ⌥→
    Send Escape Sequence
    f
    ```

    ### Option + right

    ```
    ⌥←
    Send Escape Sequence
    b
    ```

    ## Shorter prompt style

    By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can check your username value by executing `whoami` in the terminal.
  7. @kevin-smets kevin-smets revised this gist Dec 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ More info here: https://github.com/robbyrussell/oh-my-zsh

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

    WHen the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"`
    When the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"`

    ## Install a patched font

  8. @kevin-smets kevin-smets revised this gist Dec 7, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,8 +6,8 @@

    Get the iTerm color settings

    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [Solarized Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [Solarized Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

    Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.
  9. @kevin-smets kevin-smets revised this gist Dec 7, 2015. 2 changed files with 1 addition and 214 deletions.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Get the iTerm color settings

    - [Dark theme] (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This link is the theme from the screenshot, but it fixes one bug: by default, the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

    213 changes: 0 additions & 213 deletions solarized-dark-fixed.itermcolors
    Original file line number Diff line number Diff line change
    @@ -1,213 +0,0 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Ansi 0 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Ansi 1 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.14145714044570923</real>
    <key>Green Component</key>
    <real>0.10840655118227005</real>
    <key>Red Component</key>
    <real>0.81926977634429932</real>
    </dict>
    <key>Ansi 10 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.38298487663269043</real>
    <key>Green Component</key>
    <real>0.35665956139564514</real>
    <key>Red Component</key>
    <real>0.27671992778778076</real>
    </dict>
    <key>Ansi 11 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.43850564956665039</real>
    <key>Green Component</key>
    <real>0.40717673301696777</real>
    <key>Red Component</key>
    <real>0.32436618208885193</real>
    </dict>
    <key>Ansi 12 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Ansi 13 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.72908437252044678</real>
    <key>Green Component</key>
    <real>0.33896297216415405</real>
    <key>Red Component</key>
    <real>0.34798634052276611</real>
    </dict>
    <key>Ansi 14 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Ansi 15 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.86405980587005615</real>
    <key>Green Component</key>
    <real>0.95794391632080078</real>
    <key>Red Component</key>
    <real>0.98943418264389038</real>
    </dict>
    <key>Ansi 2 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.020208755508065224</real>
    <key>Green Component</key>
    <real>0.54115492105484009</real>
    <key>Red Component</key>
    <real>0.44977453351020813</real>
    </dict>
    <key>Ansi 3 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.023484811186790466</real>
    <key>Green Component</key>
    <real>0.46751424670219421</real>
    <key>Red Component</key>
    <real>0.64746475219726562</real>
    </dict>
    <key>Ansi 4 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.78231418132781982</real>
    <key>Green Component</key>
    <real>0.46265947818756104</real>
    <key>Red Component</key>
    <real>0.12754884362220764</real>
    </dict>
    <key>Ansi 5 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.43516635894775391</real>
    <key>Green Component</key>
    <real>0.10802463442087173</real>
    <key>Red Component</key>
    <real>0.77738940715789795</real>
    </dict>
    <key>Ansi 6 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.52502274513244629</real>
    <key>Green Component</key>
    <real>0.57082360982894897</real>
    <key>Red Component</key>
    <real>0.14679534733295441</real>
    </dict>
    <key>Ansi 7 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.79781103134155273</real>
    <key>Green Component</key>
    <real>0.89001238346099854</real>
    <key>Red Component</key>
    <real>0.91611063480377197</real>
    </dict>
    <key>Ansi 8 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.53505516052246094</real>
    <key>Green Component</key>
    <real>0.39142724871635437</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Ansi 9 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.073530435562133789</real>
    <key>Green Component</key>
    <real>0.21325300633907318</real>
    <key>Red Component</key>
    <real>0.74176257848739624</real>
    </dict>
    <key>Background Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.15170273184776306</real>
    <key>Green Component</key>
    <real>0.11783610284328461</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Bold Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Cursor Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Cursor Text Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Foreground Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Selected Text Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Selection Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    </dict>
    </plist>
  10. @kevin-smets kevin-smets revised this gist Nov 23, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ More info here: https://github.com/robbyrussell/oh-my-zsh

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

    edit `~/.zshrc` and set `ZSH_THEME="agnoster"`
    WHen the installation is done, edit `~/.zshrc` and set `ZSH_THEME="agnoster"`

    ## Install a patched font

    @@ -34,8 +34,8 @@ Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -
    - Regular Font -> "Change Font"
    - Non-ASCII Font -> "Change Font"

    Restart iTerm for all changes to take effect.
    Restart iTerm2 for all changes to take effect.

    ## Shorter prompt style

    By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can be sure of the value by executing `whoami` in the terminal.
    By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can check your username value by executing `whoami` in the terminal.
  11. @kevin-smets kevin-smets revised this gist Nov 22, 2015. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Get the iTerm color settings

    - [Dark theme] (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This is the theme from the screenshot, which fixes one thing: the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Dark theme] (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This link is the theme from the screenshot, but it fixes one bug: by default, the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

    @@ -15,8 +15,10 @@ Just save it somewhere and open the file(s). The color settings will be imported
    # Oh my zsh

    More info here: https://github.com/robbyrussell/oh-my-zsh

    ## Install with curl

    curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

    edit `~/.zshrc` and set `ZSH_THEME="agnoster"`

  12. @kevin-smets kevin-smets revised this gist Oct 29, 2015. 2 changed files with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,5 @@
    # How to install


    ## iTerm2

    - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal).
  13. @kevin-smets kevin-smets revised this gist Oct 29, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # How to install


    ## iTerm2

    - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal).
  14. @kevin-smets kevin-smets revised this gist Oct 27, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,4 @@ Restart iTerm for all changes to take effect.

    ## Shorter prompt style

    By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine.
    By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set `DEFAULT_USER` in `~/.zshrc` to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine. You can be sure of the value by executing `whoami` in the terminal.
  15. @kevin-smets kevin-smets revised this gist Oct 27, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,6 @@ Open the downloaded font and press "Install Font".
    Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

    - Regular Font -> "Change Font"

    - Non-ASCII Font -> "Change Font"

    Restart iTerm for all changes to take effect.
  16. @kevin-smets kevin-smets revised this gist Oct 27, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Get the iTerm color settings

    - [Dark theme] Get it here (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This is the theme from the screenshot, which fixes one thing: the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Dark theme] (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This is the theme from the screenshot, which fixes one thing: the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

  17. @kevin-smets kevin-smets revised this gist Oct 27, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion iterm2-solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Get the iTerm color settings

    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) (the one in the screenshot)
    - [Dark theme] Get it here (https://gist.github.com/kevin-smets/8568070#file-solarized-dark-fixed-itermcolors) This is the theme from the screenshot, which fixes one thing: the Ansi 8 Color is not readable on the set background. This value has been replaced by the one from the Solarized high contrast theme.
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

  18. @kevin-smets kevin-smets renamed this gist Oct 27, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  19. @kevin-smets kevin-smets revised this gist Oct 27, 2015. 1 changed file with 213 additions and 0 deletions.
    213 changes: 213 additions & 0 deletions Solarized Dark Fixed
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,213 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Ansi 0 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Ansi 1 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.14145714044570923</real>
    <key>Green Component</key>
    <real>0.10840655118227005</real>
    <key>Red Component</key>
    <real>0.81926977634429932</real>
    </dict>
    <key>Ansi 10 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.38298487663269043</real>
    <key>Green Component</key>
    <real>0.35665956139564514</real>
    <key>Red Component</key>
    <real>0.27671992778778076</real>
    </dict>
    <key>Ansi 11 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.43850564956665039</real>
    <key>Green Component</key>
    <real>0.40717673301696777</real>
    <key>Red Component</key>
    <real>0.32436618208885193</real>
    </dict>
    <key>Ansi 12 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Ansi 13 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.72908437252044678</real>
    <key>Green Component</key>
    <real>0.33896297216415405</real>
    <key>Red Component</key>
    <real>0.34798634052276611</real>
    </dict>
    <key>Ansi 14 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Ansi 15 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.86405980587005615</real>
    <key>Green Component</key>
    <real>0.95794391632080078</real>
    <key>Red Component</key>
    <real>0.98943418264389038</real>
    </dict>
    <key>Ansi 2 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.020208755508065224</real>
    <key>Green Component</key>
    <real>0.54115492105484009</real>
    <key>Red Component</key>
    <real>0.44977453351020813</real>
    </dict>
    <key>Ansi 3 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.023484811186790466</real>
    <key>Green Component</key>
    <real>0.46751424670219421</real>
    <key>Red Component</key>
    <real>0.64746475219726562</real>
    </dict>
    <key>Ansi 4 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.78231418132781982</real>
    <key>Green Component</key>
    <real>0.46265947818756104</real>
    <key>Red Component</key>
    <real>0.12754884362220764</real>
    </dict>
    <key>Ansi 5 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.43516635894775391</real>
    <key>Green Component</key>
    <real>0.10802463442087173</real>
    <key>Red Component</key>
    <real>0.77738940715789795</real>
    </dict>
    <key>Ansi 6 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.52502274513244629</real>
    <key>Green Component</key>
    <real>0.57082360982894897</real>
    <key>Red Component</key>
    <real>0.14679534733295441</real>
    </dict>
    <key>Ansi 7 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.79781103134155273</real>
    <key>Green Component</key>
    <real>0.89001238346099854</real>
    <key>Red Component</key>
    <real>0.91611063480377197</real>
    </dict>
    <key>Ansi 8 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.53505516052246094</real>
    <key>Green Component</key>
    <real>0.39142724871635437</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Ansi 9 Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.073530435562133789</real>
    <key>Green Component</key>
    <real>0.21325300633907318</real>
    <key>Red Component</key>
    <real>0.74176257848739624</real>
    </dict>
    <key>Background Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.15170273184776306</real>
    <key>Green Component</key>
    <real>0.11783610284328461</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Bold Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Cursor Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Cursor Text Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    <key>Foreground Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.51685798168182373</real>
    <key>Green Component</key>
    <real>0.50962930917739868</real>
    <key>Red Component</key>
    <real>0.44058024883270264</real>
    </dict>
    <key>Selected Text Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.56363654136657715</real>
    <key>Green Component</key>
    <real>0.56485837697982788</real>
    <key>Red Component</key>
    <real>0.50599193572998047</real>
    </dict>
    <key>Selection Color</key>
    <dict>
    <key>Blue Component</key>
    <real>0.19370138645172119</real>
    <key>Green Component</key>
    <real>0.15575926005840302</real>
    <key>Red Component</key>
    <real>0.0</real>
    </dict>
    </dict>
    </plist>
  20. @kevin-smets kevin-smets revised this gist Jul 17, 2015. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
  21. @kevin-smets kevin-smets revised this gist Jul 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,7 @@ edit `~/.zshrc` and set `ZSH_THEME="agnoster"`
    - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot). Click "view raw" to download the font.
    - [Others @ powerline fonts](https://github.com/powerline/fonts)

    Double click the downloaded font and press "Install Font".
    Open the downloaded font and press "Install Font".

    Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

  22. @kevin-smets kevin-smets revised this gist Jul 17, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,8 @@ edit `~/.zshrc` and set `ZSH_THEME="agnoster"`
    - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot). Click "view raw" to download the font.
    - [Others @ powerline fonts](https://github.com/powerline/fonts)

    Double click the downloaded font and press "Install Font".

    Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

    - Regular Font -> "Change Font"
  23. @kevin-smets kevin-smets revised this gist Jul 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ edit `~/.zshrc` and set `ZSH_THEME="agnoster"`

    ## Install a patched font

    - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot)
    - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot). Click "view raw" to download the font.
    - [Others @ powerline fonts](https://github.com/powerline/fonts)

    Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).
  24. @kevin-smets kevin-smets revised this gist Jul 10, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ## iTerm2

    http://www.iterm2.com/#/section/downloads
    - [Download](http://www.iterm2.com/downloads.html) and install iTerm2 (it has better color fidelity than the built in Terminal).

    Get the iTerm color settings

  25. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -22,9 +22,10 @@ edit `~/.zshrc` and set `ZSH_THEME="agnoster"`

    ## Install a patched font

    https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf
    - [Meslo](https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf) (the one in the screenshot)
    - [Others @ powerline fonts](https://github.com/powerline/fonts)

    Set this font in iTerm2 (14px) (iTerm -> preferences -> profiles -> text).
    Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

    - Regular Font -> "Change Font"

  26. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@ Get the iTerm color settings

    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) (the one in the screenshot)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes](http://iterm2colorschemes.com/)
    - [More themes @ iterm2colorschemes](http://iterm2colorschemes.com/)

    Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.

  27. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,7 @@ Get the iTerm color settings

    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) (the one in the screenshot)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)
    - [More themes](http://iterm2colorschemes.com/)

    Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.

  28. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Get the iTerm color settings

    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors) (the one in the screenshot)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)

    Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.
  29. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 2 additions and 5 deletions.
    7 changes: 2 additions & 5 deletions solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,11 +6,8 @@

    Get the iTerm color settings

    - (Dark colors)[https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors]

    ### Light

    https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors
    - [Dark theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors)
    - [Light theme](https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Light.itermcolors)

    Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.

  30. @kevin-smets kevin-smets revised this gist Jun 7, 2015. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions solarized_instructions.md
    Original file line number Diff line number Diff line change
    @@ -6,9 +6,7 @@

    Get the iTerm color settings

    ### Dark

    https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors
    - (Dark colors)[https://raw.githubusercontent.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors]

    ### Light