diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 536ff91..ff1ff76 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The scheme idleToes was inspired by the [idleFingers](http://idlefingers.co.uk/) The scheme Zenburn was inspired by the [Zenburn](http://snk.tuxfamily.org/log/zenburn-terminal-color-scheme.html) version created by Suraj N. Kurapati. +The scheme Symfony 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. + 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. @@ -69,6 +71,10 @@ To install: ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/red_sands.png) +**Symfony** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/symfony.png) + **Terminal Basic** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/terminal_basic.png) diff --git a/schemes/Symfony.itermcolors b/schemes/Symfony.itermcolors new file mode 100755 index 0000000..356093d --- /dev/null +++ b/schemes/Symfony.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.18431372940540314 + Green Component + 0.19607843458652496 + Red Component + 0.86274510622024536 + + Ansi 10 Color + + Blue Component + 0.22745098173618317 + Green Component + 0.85882353782653809 + Red Component + 0.33725491166114807 + + Ansi 11 Color + + Blue Component + 0.0 + Green Component + 0.51764708757400513 + Red Component + 1 + + Ansi 12 Color + + Blue Component + 0.83137255907058716 + Green Component + 0.51764708757400513 + Red Component + 0.0 + + Ansi 13 Color + + Blue Component + 0.85098040103912354 + Green Component + 0.16078431904315948 + Red Component + 0.71764707565307617 + + Ansi 14 Color + + Blue Component + 1 + Green Component + 0.80000001192092896 + Red Component + 0.80000001192092896 + + Ansi 15 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 2 Color + + Blue Component + 0.22745098173618317 + Green Component + 0.85882353782653809 + Red Component + 0.33725491166114807 + + Ansi 3 Color + + Blue Component + 0.0 + Green Component + 0.51764708757400513 + Red Component + 1 + + Ansi 4 Color + + Blue Component + 0.83137255907058716 + Green Component + 0.51764708757400513 + Red Component + 0.0 + + Ansi 5 Color + + Blue Component + 0.85098040103912354 + Green Component + 0.16078431904315948 + Red Component + 0.71764707565307617 + + Ansi 6 Color + + Blue Component + 1 + Green Component + 0.80000001192092896 + Red Component + 0.80000001192092896 + + Ansi 7 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 8 Color + + Blue Component + 0.12941177189350128 + Green Component + 0.11372549086809158 + Red Component + 0.10588235408067703 + + Ansi 9 Color + + Blue Component + 0.18431372940540314 + Green Component + 0.19607843458652496 + Red Component + 0.86274510622024536 + + Background Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Bold Color + + Blue Component + 0.0 + Green Component + 0.51764708757400513 + Red Component + 1 + + Cursor Color + + Blue Component + 0.18431372940540314 + Green Component + 0.19607843458652496 + Red Component + 0.86274510622024536 + + Cursor Text Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Foreground Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Selected Text Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Selection Color + + Blue Component + 0.25882354378700256 + Green Component + 0.21176470816135406 + Red Component + 0.027450980618596077 + + + diff --git a/screenshots/symfony.png b/screenshots/symfony.png new file mode 100644 index 0000000..244bcda Binary files /dev/null and b/screenshots/symfony.png differ