diff --git a/README.md b/README.md index f32bf2d..c5c4669 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The scheme Zenburn was inspired by the [Zenburn](http://snk.tuxfamily.org/log/ze 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. +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. + If there are other color schemes you'd like to see included, drop me a line! 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. @@ -39,6 +41,10 @@ To install: ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/espresso.png) +**Github** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/github.png) + **Grass** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/grass.png) diff --git a/schemes/Github.itermcolors b/schemes/Github.itermcolors new file mode 100644 index 0000000..cbb27f8 --- /dev/null +++ b/schemes/Github.itermcolors @@ -0,0 +1,213 @@ + + + + + Ansi 0 Color + + Blue Component + 0.24313725490196078 + Green Component + 0.24313725490196078 + Red Component + 0.24313725490196078 + + Ansi 1 Color + + Blue Component + 0.086274509803921567 + Green Component + 0.043137254901960784 + Red Component + 0.59215686274509804 + + Ansi 10 Color + + Blue Component + 0.63529411764705879 + Green Component + 0.83529411764705885 + Red Component + 0.52941176470588236 + + Ansi 11 Color + + Blue Component + 0.89411764705882346 + Green Component + 1 + Red Component + 1 + + Ansi 12 Color + + Blue Component + 0.72941176470588232 + Green Component + 0.42352941176470588 + Red Component + 0.1803921568627451 + + Ansi 13 Color + + Blue Component + 0.62352941176470589 + Green Component + 0.63529411764705879 + Red Component + 1 + + Ansi 14 Color + + Blue Component + 0.99607843137254903 + Green Component + 0.98039215686274506 + Red Component + 0.10980392156862745 + + Ansi 15 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 2 Color + + Blue Component + 0.16470588235294117 + Green Component + 0.58823529411764708 + Red Component + 0.027450980392156862 + + Ansi 3 Color + + Blue Component + 0.16078431372549018 + Green Component + 0.95294117647058818 + Red Component + 0.98039215686274506 + + Ansi 4 Color + + Blue Component + 0.54117647058823526 + Green Component + 0.24313725490196078 + Red Component + 0.0 + + Ansi 5 Color + + Blue Component + 0.56862745098039214 + Green Component + 0.27450980392156865 + Red Component + 0.9137254901960784 + + Ansi 6 Color + + Blue Component + 0.92549019607843142 + Green Component + 0.81960784313725488 + Red Component + 0.53725490196078429 + + Ansi 7 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + 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.87058823529411766 + + Background Color + + Blue Component + 0.95686274509803915 + Green Component + 0.95686274509803915 + Red Component + 0.95686274509803915 + + Bold Color + + Blue Component + 0.0 + Green Component + 0.33333333333333331 + Red Component + 0.78823529411764703 + + Cursor Color + + Blue Component + 0.24705882352941178 + Green Component + 0.24705882352941178 + Red Component + 0.24705882352941178 + + Cursor Text Color + + Blue Component + 0.95686274509803915 + Green Component + 0.95686274509803915 + Red Component + 0.95686274509803915 + + Foreground Color + + Blue Component + 0.24313725490196078 + Green Component + 0.24313725490196078 + Red Component + 0.24313725490196078 + + Selected Text Color + + Blue Component + 0.32549019607843138 + Green Component + 0.32549019607843138 + Red Component + 0.32549019607843138 + + Selection Color + + Blue Component + 0.88627450980392153 + Green Component + 0.75686274509803919 + Red Component + 0.66274509803921566 + + + diff --git a/screenshots/github.png b/screenshots/github.png new file mode 100644 index 0000000..cf9fabe Binary files /dev/null and b/screenshots/github.png differ