diff --git a/README.md b/README.md index 03348e7..e70cea3 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,10 @@ To include a screenshot, please generate the output using the [screenshotTable.s ![Screenshot](screenshots/firefox_dev.png) +###Firewatch### + +![Screenshot](screenshots/firewatch.png) + ###FishTank### ![Screenshot](screenshots/fish_tank.png) @@ -802,6 +806,8 @@ The FirefoxDev theme was created by [Or3stis](https://github.com/Or3stis) The Ryuuko theme was created by [dylanaraps](https://github.com/dylanaraps) and added by [iandrewt](https://github.com/iandrewt) +The Firewatch theme was created by [Sebastian Szturo](https://github.com/SebastianSzturo) as an [atom syntax theme](https://atom.io/themes/firewatch-syntax) and ported to an iTerm scheme by [Ben Styles](https://github.com/leeds-ebooks). It was originally inspired by the [Firewatch game](http://www.firewatchgame.com/). + If there are other color schemes you'd like to see included, drop me a line! ## Extra diff --git a/schemes/Firewatch.itermcolors b/schemes/Firewatch.itermcolors new file mode 100644 index 0000000..f4c27aa --- /dev/null +++ b/schemes/Firewatch.itermcolors @@ -0,0 +1,213 @@ + + + + + Ansi 0 Color + + Blue Component + 0.42745098471641541 + Green Component + 0.37254902720451355 + Red Component + 0.34509804844856262 + + Ansi 1 Color + + Blue Component + 0.37647058823529411 + Green Component + 0.32549019607843138 + Red Component + 0.85098039215686272 + + Ansi 10 Color + + Blue Component + 0.46746355295181274 + Green Component + 0.72727733850479126 + Red Component + 0.354786217212677 + + Ansi 11 Color + + Blue Component + 0.38823529411764707 + Green Component + 0.70980392156862748 + Red Component + 0.87450980392156863 + + Ansi 12 Color + + Blue Component + 0.77082590612002366 + Green Component + 0.5377966307043256 + Red Component + 0.29988299381314448 + + Ansi 13 Color + + Blue Component + 0.098039215686274508 + Green Component + 0.31764705882352939 + Red Component + 0.83529411764705885 + + Ansi 14 Color + + Blue Component + 0.71372549019607845 + Green Component + 0.6588235294117647 + Red Component + 0.26666666666666666 + + Ansi 15 Color + + Blue Component + 1 + Green Component + 0.89803921568627454 + Red Component + 0.90196078431372551 + + Ansi 2 Color + + Blue Component + 0.46746355295181274 + Green Component + 0.72727733850479126 + Red Component + 0.354786217212677 + + Ansi 3 Color + + Blue Component + 0.38823529411764707 + Green Component + 0.70980392156862748 + Red Component + 0.87450980392156863 + + Ansi 4 Color + + Blue Component + 0.7686274509803922 + Green Component + 0.53725490196078429 + Red Component + 0.30196078431372547 + + Ansi 5 Color + + Blue Component + 0.098039215686274508 + Green Component + 0.31764705882352939 + Red Component + 0.83529411764705885 + + Ansi 6 Color + + Blue Component + 0.71372549019607845 + Green Component + 0.6588235294117647 + Red Component + 0.26666666666666666 + + Ansi 7 Color + + Blue Component + 1 + Green Component + 0.89803921568627454 + Red Component + 0.90196078431372551 + + Ansi 8 Color + + Blue Component + 0.42745098471641541 + Green Component + 0.37254902720451355 + Red Component + 0.34509804844856262 + + Ansi 9 Color + + Blue Component + 0.37647058823529411 + Green Component + 0.32549019607843138 + Red Component + 0.85098039215686272 + + Background Color + + Blue Component + 0.15294117647058825 + Green Component + 0.12549019607843137 + Red Component + 0.11764705882352941 + + Bold Color + + Blue Component + 1 + Green Component + 0.89803921568627454 + Red Component + 0.90196078431372551 + + Cursor Color + + Blue Component + 0.92647796869277954 + Green Component + 0.96674919128417969 + Red Component + 0.96554505825042725 + + Cursor Text Color + + Blue Component + 0.70993047952651978 + Green Component + 0.77144092321395874 + Red Component + 0.76960963010787964 + + Foreground Color + + Blue Component + 0.69803921568627447 + Green Component + 0.63529411764705879 + Red Component + 0.60784313725490191 + + Selected Text Color + + Blue Component + 0.64197766780853271 + Green Component + 0.56231993436813354 + Red Component + 0.48961970210075378 + + Selection Color + + Blue Component + 0.24256426095962524 + Green Component + 0.2113519012928009 + Red Component + 0.18291746079921722 + + + diff --git a/screenshots/README.md b/screenshots/README.md index ef5310f..da9d663 100644 --- a/screenshots/README.md +++ b/screenshots/README.md @@ -120,6 +120,10 @@ Screenshots ![image](espresso_libre.png) +`firewatch.png` + +![image](firewatch.png) + `fish_tank.png` ![image](fish_tank.png) diff --git a/screenshots/firewatch.png b/screenshots/firewatch.png new file mode 100644 index 0000000..c727c9f Binary files /dev/null and b/screenshots/firewatch.png differ