diff --git a/README.md b/README.md index ba2ebb2..ff41ba3 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ To include a screenshot, please generate the output using the [screenshotTable.s ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/solarized_light.png) +**Spring** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/spring.png) + **Symfonic** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/symfonic.png) @@ -258,7 +262,9 @@ The Misterioso theme was created by [flooose](https://github.com/flooose/misteri The Hybrid theme was found [here](https://gist.github.com/luan/6362811) -The theme Thayer Bright was found [here](https://github.com/t3chnoboy/thayer-bright-iTerm). +The Thayer Bright theme was found [here](https://github.com/t3chnoboy/thayer-bright-iTerm) + +The Spring theme was found [here](https://github.com/t3chnoboy/spring-iTerm) If there are other color schemes you'd like to see included, drop me a line! diff --git a/schemes/Spring.itermcolors b/schemes/Spring.itermcolors new file mode 100644 index 0000000..0334340 --- /dev/null +++ b/schemes/Spring.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.51506304740905762 + Green Component + 0.30126067996025085 + Red Component + 1 + + Ansi 10 Color + + Blue Component + 0.19354382157325745 + Green Component + 0.76252025365829468 + Red Component + 0.12197107821702957 + + Ansi 11 Color + + Blue Component + 0.026914577237731711 + Green Component + 0.72007003977978246 + Red Component + 0.83357007575757569 + + Ansi 12 Color + + Blue Component + 0.99366718530654907 + Green Component + 0.66322368383407593 + Red Component + 0.083326175808906555 + + Ansi 13 Color + + Blue Component + 0.65882354974746704 + Green Component + 0.3490196168422699 + Red Component + 0.5372549295425415 + + Ansi 14 Color + + Blue Component + 0.62352943420410156 + Green Component + 0.60000002384185791 + Red Component + 0.24313725531101227 + + Ansi 15 Color + + Blue Component + 0.99999129772186279 + Green Component + 0.99997437000274658 + Red Component + 1 + + Ansi 2 Color + + Blue Component + 0.23107509315013885 + Green Component + 0.54901963472366333 + Red Component + 0.12333827465772629 + + Ansi 3 Color + + Blue Component + 0.3567432165145874 + Green Component + 0.7887110710144043 + Red Component + 0.12314139306545258 + + Ansi 4 Color + + Blue Component + 0.93504190444946289 + Green Component + 0.8258664608001709 + Red Component + 0.11253869533538818 + + Ansi 5 Color + + Blue Component + 0.65882354974746704 + Green Component + 0.3490196168422699 + Red Component + 0.5372549295425415 + + Ansi 6 Color + + Blue Component + 0.62352943420410156 + Green Component + 0.60000002384185791 + Red Component + 0.24313725531101227 + + Ansi 7 Color + + Blue Component + 0.99999129772186279 + Green Component + 0.99997437000274658 + Red Component + 1 + + Ansi 8 Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Ansi 9 Color + + Blue Component + 0.12941943109035492 + Green Component + 0.0 + Red Component + 1 + + Background Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Bold Color + + Blue Component + 0.29803922772407532 + Green Component + 0.30196079611778259 + Red Component + 0.30196079611778259 + + Cursor Color + + Blue Component + 0.29803922772407532 + Green Component + 0.30196079611778259 + Red Component + 0.30196079611778259 + + Cursor Text Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Foreground Color + + Blue Component + 0.29803922772407532 + Green Component + 0.30196079611778259 + Red Component + 0.30196079611778259 + + Selected Text Color + + Blue Component + 0.29803922772407532 + Green Component + 0.30196079611778259 + Red Component + 0.30196079611778259 + + Selection Color + + Blue Component + 0.83921569585800171 + Green Component + 0.83921569585800171 + Red Component + 0.83921569585800171 + + + diff --git a/screenshots/spring.png b/screenshots/spring.png new file mode 100644 index 0000000..ec3971a Binary files /dev/null and b/screenshots/spring.png differ