diff --git a/README.md b/README.md index 758b8af..4d99fed 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,10 @@ To include a screenshot, please generate the output using the [screenshotTable.s ![Screenshot](screenshots/github.png) +##Glacier### + +![Screenshot](screenshots/glacier.png) + ###Grape### ![Screenshot](screenshots/grape.png) @@ -686,7 +690,7 @@ The Pencil Dark and Pencil Light themes were created by [mattly](https://github. The Flat theme was created by [ahmetsulek](https://github.com/ahmetsulek/flat-terminal) -The Atom, Brogrammer, and Darkside themes were created by [bahlo](https://github.com/bahlo/iterm-colors) +The Atom, Brogrammer, Glacier and Darkside themes were created by [bahlo](https://github.com/bahlo/iterm-colors) The Afterglow theme was created by [yabatadesign](https://github.com/YabataDesign/afterglow-itermcolors) @@ -820,7 +824,7 @@ To install under the [X Window System](http://www.x.org/): ###Terminator color schemes### -Edit your Terminator configuration file (located in: `$HOME/.config/terminator/config`) and add the configurations for the theme(s) you'd like to use the ``[profiles]`` section. The `terminator/` directory contains the config snippets you'll need. Just paste the configurations into the `[profiles]` sections, and you're good to go! +Edit your Terminator configuration file (located in: `$HOME/.config/terminator/config`) and add the configurations for the theme(s) you'd like to use the ``[profiles]`` section. The `terminator/` directory contains the config snippets you'll need. Just paste the configurations into the `[profiles]` sections, and you're good to go! At a minimum, this is all you need. You can customize the fonts and other aspects as well, if you wish. See the Terminator documentation for more details. diff --git a/schemes/Glacier.itermcolors b/schemes/Glacier.itermcolors new file mode 100644 index 0000000..9bf06a2 --- /dev/null +++ b/schemes/Glacier.itermcolors @@ -0,0 +1,213 @@ + + + + + Ansi 0 Color + + Blue Component + 0.23529411852359772 + Green Component + 0.20392157137393951 + Red Component + 0.18039216101169586 + + Ansi 1 Color + + Blue Component + 0.18431372940540314 + Green Component + 0.058823529630899429 + Red Component + 0.74117648601531982 + + Ansi 10 Color + + Blue Component + 0.59607845544815063 + Green Component + 0.91372549533843994 + Red Component + 0.28627452254295349 + + Ansi 11 Color + + Blue Component + 0.43137255311012268 + Green Component + 0.87450981140136719 + Red Component + 0.99215686321258545 + + Ansi 12 Color + + Blue Component + 0.75686275959014893 + Green Component + 0.54509806632995605 + Red Component + 0.16470588743686676 + + Ansi 13 Color + + Blue Component + 0.15294118225574493 + Green Component + 0.27843138575553894 + Red Component + 0.91764706373214722 + + Ansi 14 Color + + Blue Component + 0.82745099067687988 + Green Component + 0.7137255072593689 + Red Component + 0.62745100259780884 + + Ansi 15 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 2 Color + + Blue Component + 0.43921568989753723 + Green Component + 0.65490198135375977 + Red Component + 0.20784313976764679 + + Ansi 3 Color + + Blue Component + 0.20784313976764679 + Green Component + 0.58039218187332153 + Red Component + 0.9843137264251709 + + Ansi 4 Color + + Blue Component + 0.44705882668495178 + Green Component + 0.34509804844856262 + Red Component + 0.12156862765550613 + + Ansi 5 Color + + Blue Component + 0.13725490868091583 + Green Component + 0.14509804546833038 + Red Component + 0.74117648601531982 + + Ansi 6 Color + + Blue Component + 0.59215688705444336 + Green Component + 0.51372551918029785 + Red Component + 0.46666666865348816 + + Ansi 7 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 8 Color + + Blue Component + 0.3333333432674408 + Green Component + 0.29019609093666077 + Red Component + 0.25098040699958801 + + Ansi 9 Color + + Blue Component + 0.18431372940540314 + Green Component + 0.058823529630899429 + Red Component + 0.74117648601531982 + + Background Color + + Blue Component + 0.08235294371843338 + Green Component + 0.066666670143604279 + Red Component + 0.047058824449777603 + + Bold Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Cursor Color + + Blue Component + 0.42352941632270813 + Green Component + 0.42352941632270813 + Red Component + 0.42352941632270813 + + Cursor Text Color + + Blue Component + 0.42352941632270813 + Green Component + 0.42352941632270813 + Red Component + 0.42352941632270813 + + 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.13725490868091583 + Green Component + 0.14509804546833038 + Red Component + 0.74117648601531982 + + + diff --git a/screenshots/glacier.png b/screenshots/glacier.png new file mode 100644 index 0000000..d90dabf Binary files /dev/null and b/screenshots/glacier.png differ