diff --git a/README.md b/README.md index bc6a632..926c799 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ The themes Solarized Dark and Solarized Light come from the official [Solarized The theme Obsidian was on my hard drive and I don't recall where it came from. If anyone knows, ping me and I'll link back to the author. +The theme Mathias was created by [mathiasbynens](https://github.com/mathiasbynens/dotfiles) + 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. @@ -91,6 +93,10 @@ To install: ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/kibble.png) +**Mathias** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/mathias.png) + **Man Page** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/man_page.png) diff --git a/schemes/Mathias.itermcolors b/schemes/Mathias.itermcolors new file mode 100644 index 0000000..5357570 --- /dev/null +++ b/schemes/Mathias.itermcolors @@ -0,0 +1,214 @@ + + + + + + Ansi 0 Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Ansi 1 Color + + Blue Component + 0.13333334028720856 + Green Component + 0.13333334028720856 + Red Component + 0.89803922176361084 + + Ansi 10 Color + + Blue Component + 0.3333333432674408 + Green Component + 1 + Red Component + 0.3333333432674408 + + Ansi 11 Color + + Blue Component + 0.3333333432674408 + Green Component + 1 + Red Component + 1 + + Ansi 12 Color + + Blue Component + 1 + Green Component + 0.3333333432674408 + Red Component + 0.3333333432674408 + + Ansi 13 Color + + Blue Component + 1 + Green Component + 0.3333333432674408 + Red Component + 1 + + Ansi 14 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 0.3333333432674408 + + Ansi 15 Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Ansi 2 Color + + Blue Component + 0.17647059261798859 + Green Component + 0.89019608497619629 + Red Component + 0.65098041296005249 + + Ansi 3 Color + + Blue Component + 0.11764705926179886 + Green Component + 0.58431375026702881 + Red Component + 0.98823529481887817 + + Ansi 4 Color + + Blue Component + 1 + Green Component + 0.55294120311737061 + Red Component + 0.76862746477127075 + + Ansi 5 Color + + Blue Component + 0.45098039507865906 + Green Component + 0.14509804546833038 + Red Component + 0.98039215803146362 + + Ansi 6 Color + + Blue Component + 0.94117647409439087 + Green Component + 0.85098040103912354 + Red Component + 0.40392157435417175 + + Ansi 7 Color + + Blue Component + 0.94901961088180542 + Green Component + 0.94901961088180542 + Red Component + 0.94901961088180542 + + Ansi 8 Color + + Blue Component + 0.33333333333333331 + Green Component + 0.33333333333333331 + Red Component + 0.33333333333333331 + + Ansi 9 Color + + Blue Component + 0.3333333432674408 + Green Component + 0.3333333432674408 + Red Component + 1 + + Background Color + + Blue Component + 0.0 + Green Component + 0.0 + Red Component + 0.0 + + Bold Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Cursor Color + + Blue Component + 0.73333334922790527 + Green Component + 0.73333334922790527 + Red Component + 0.73333334922790527 + + Cursor Text Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Foreground Color + + Blue Component + 0.73333334922790527 + Green Component + 0.73333334922790527 + Red Component + 0.73333334922790527 + + Selected Text Color + + Blue Component + 0.94901961088180542 + Green Component + 0.94901961088180542 + Red Component + 0.94901961088180542 + + Selection Color + + Blue Component + 0.33333333333333331 + Green Component + 0.33333333333333331 + Red Component + 0.33333333333333331 + + + diff --git a/screenshots/mathias.png b/screenshots/mathias.png new file mode 100644 index 0000000..5db8c01 Binary files /dev/null and b/screenshots/mathias.png differ