diff --git a/README.md b/README.md index c5c4669..3af6e4e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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. +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! @@ -29,6 +29,10 @@ To install: * Click on Load Presets and choose a color scheme ##Screenshots## +**Blazer** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/blazer.png) + **Dark Pastel** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/dark_pastel.png) diff --git a/schemes/Blazer.itermcolors b/schemes/Blazer.itermcolors new file mode 100644 index 0000000..6361226 --- /dev/null +++ b/schemes/Blazer.itermcolors @@ -0,0 +1,216 @@ + + + + + + + + + Background Color + + Blue Component + 0.14901960784313725 + Green Component + 0.09803921568627451 + Red Component + 0.050980392156862744 + + Foreground Color + + Blue Component + 0.9490196078431372 + Green Component + 0.9019607843137255 + Red Component + 0.8509803921568627 + + Cursor Color + + Blue Component + 0.9490196078431372 + Green Component + 0.9019607843137255 + Red Component + 0.8509803921568627 + + Cursor Text Color + + Blue Component + 0.14901960784313725 + Green Component + 0.09803921568627451 + Red Component + 0.050980392156862744 + + + + Ansi 0 Color + + Blue Component + 0 + Green Component + 0 + Red Component + 0 + + + Ansi 8 Color + + Blue Component + 0.14901960784313725 + Green Component + 0.14901960784313725 + Red Component + 0.14901960784313725 + + + Ansi 1 Color + + Blue Component + 0.47843137254901963 + Green Component + 0.47843137254901963 + Red Component + 0.7215686274509804 + + + Ansi 9 Color + + Blue Component + 0.7411764705882353 + Green Component + 0.7411764705882353 + Red Component + 0.8588235294117647 + + + Ansi 2 Color + + Blue Component + 0.47843137254901963 + Green Component + 0.7215686274509804 + Red Component + 0.47843137254901963 + + + Ansi 10 Color + + Blue Component + 0.7411764705882353 + Green Component + 0.8588235294117647 + Red Component + 0.7411764705882353 + + + Ansi 3 Color + + Blue Component + 0.47843137254901963 + Green Component + 0.7215686274509804 + Red Component + 0.7215686274509804 + + + Ansi 11 Color + + Blue Component + 0.7411764705882353 + Green Component + 0.8588235294117647 + Red Component + 0.8588235294117647 + + + Ansi 4 Color + + Blue Component + 0.7215686274509804 + Green Component + 0.47843137254901963 + Red Component + 0.47843137254901963 + + + Ansi 12 Color + + Blue Component + 0.8588235294117647 + Green Component + 0.7411764705882353 + Red Component + 0.7411764705882353 + + + Ansi 5 Color + + Blue Component + 0.7215686274509804 + Green Component + 0.47843137254901963 + Red Component + 0.7215686274509804 + + + Ansi 13 Color + + Blue Component + 0.8588235294117647 + Green Component + 0.7411764705882353 + Red Component + 0.8588235294117647 + + + Ansi 6 Color + + Blue Component + 0.7215686274509804 + Green Component + 0.7215686274509804 + Red Component + 0.47843137254901963 + + + Ansi 14 Color + + Blue Component + 0.8588235294117647 + Green Component + 0.8588235294117647 + Red Component + 0.7411764705882353 + + + Ansi 7 Color + + Blue Component + 0.8509803921568627 + Green Component + 0.8509803921568627 + Red Component + 0.8509803921568627 + + + Ansi 15 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + + diff --git a/screenshots/blazer.png b/screenshots/blazer.png new file mode 100644 index 0000000..e5d2e4d Binary files /dev/null and b/screenshots/blazer.png differ