diff --git a/Homebrew.itermcolors b/Homebrew.itermcolors new file mode 100644 index 0000000..51e58f8 --- /dev/null +++ b/Homebrew.itermcolors @@ -0,0 +1,213 @@ + + + + + Ansi 0 Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Ansi 1 Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.59999999999999998 + + Ansi 10 Color + + Blue Component + 0.0 + Green Component + 0.85098039215686272 + Red Component + 0.0 + + Ansi 11 Color + + Blue Component + 0.0 + Green Component + 0.89803921568627454 + Red Component + 0.89803921568627454 + + Ansi 12 Color + + Blue Component + 1 + Green Component + 0.0 + Red Component + 0.0 + + Ansi 13 Color + + Blue Component + 0.89803921568627454 + Green Component + 0.0 + Red Component + 0.89803921568627454 + + Ansi 14 Color + + Blue Component + 0.89803921568627454 + Green Component + 0.89803921568627454 + Red Component + 0.0 + + Ansi 15 Color + + Blue Component + 0.89803921568627454 + Green Component + 0.89803921568627454 + Red Component + 0.89803921568627454 + + Ansi 2 Color + + Blue Component + 0.0 + Green Component + 0.65098039215686276 + Red Component + 0.0 + + Ansi 3 Color + + Blue Component + 0.0 + Green Component + 0.59999999999999998 + Red Component + 0.59999999999999998 + + Ansi 4 Color + + Blue Component + 0.69803921568627447 + Green Component + 0.0 + Red Component + 0.0 + + Ansi 5 Color + + Blue Component + 0.69803921568627447 + Green Component + 0.0 + Red Component + 0.69803921568627447 + + Ansi 6 Color + + Blue Component + 0.69803921568627447 + Green Component + 0.65098039215686276 + Red Component + 0.0 + + Ansi 7 Color + + Blue Component + 0.74901960784313726 + Green Component + 0.74901960784313726 + Red Component + 0.74901960784313726 + + Ansi 8 Color + + Blue Component + 0.40000000000000002 + Green Component + 0.40000000000000002 + Red Component + 0.40000000000000002 + + Ansi 9 Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.89803921568627454 + + Background Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Bold Color + + Blue Component + 0.0 + Green Component + 1 + Red Component + 0.0 + + Cursor Color + + Blue Component + 0.094117647058823528 + Green Component + 1 + Red Component + 0.13725490196078433 + + Cursor Text Color + + Blue Component + 0.0940093994140625 + Green Component + 0.0 + Red Component + 1 + + Foreground Color + + Blue Component + 0.0 + Green Component + 1 + Red Component + 0.0 + + Selected Text Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Selection Color + + Blue Component + 0.019607843137254902 + Green Component + 0.22352941176470587 + Red Component + 0.031372549019607843 + + + diff --git a/README.md b/README.md index 79f9671..b70ce82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -These are the iTerm2 themes I use. The schemes Novel, Grass, Ocean, Man Page, and Red Sands are copies of the schemes of the same name included with the Mac Terminal application. +This is a set of color schemes that I've made for iTerm2. The schemes Novel, Grass, Homebrew, Ocean, Man Page, and Red Sands are copies of the schemes of the same name included with the Mac Terminal application. **Dark Pastel** @@ -12,6 +12,10 @@ These are the iTerm2 themes I use. The schemes Novel, Grass, Ocean, Man Page, an ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/grass.png) +**Homebrew** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/homebrew.png) + **Man Page** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/man_page.png) @@ -34,7 +38,7 @@ These are the iTerm2 themes I use. The schemes Novel, Grass, Ocean, Man Page, an To install: -* Launch iTerm2. iTerm2 version SVN r480 or later is required. Get the latest version here +* Launch iTerm2. Get the latest version at iterm2.com * Type CMD+i * Navigate to Colors tab * Click on Load Presets diff --git a/screenshots/homebrew.png b/screenshots/homebrew.png new file mode 100644 index 0000000..c0e7c40 Binary files /dev/null and b/screenshots/homebrew.png differ