diff --git a/README.md b/README.md index 0404038..7fb8e3f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The theme Neopolitan was created by [daytonn](https://github.com/daytonn/iTerm2- The themes Solarized Dark and Solarized Light come from the official [Solarized web site](http://ethanschoonover.com/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. + 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. @@ -166,6 +168,10 @@ To install under the [X Window System](http://www.x.org/): ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/ocean.png) +**Obsidian** + +![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/obsidian.png) + **Pro** ![Screenshot](https://github.com/mbadolato/iTerm2-Color-Schemes/raw/master/screenshots/pro.png) diff --git a/schemes/Obsidian.itermcolors b/schemes/Obsidian.itermcolors new file mode 100644 index 0000000..ec64d1b --- /dev/null +++ b/schemes/Obsidian.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.0058728735893964767 + Green Component + 0.0019029383547604084 + Red Component + 0.65059930086135864 + + Ansi 10 Color + + Blue Component + 0.38865476846694946 + Green Component + 0.78259927034378052 + Red Component + 0.57610249519348145 + + Ansi 11 Color + + Blue Component + 0.45457249031511099 + Green Component + 0.97101097817426907 + Red Component + 0.99790030717849731 + + Ansi 12 Color + + Blue Component + 1 + Green Component + 0.84147301680556086 + Red Component + 0.63004138114143959 + + 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.0 + Green Component + 0.73333334922790527 + Red Component + 0.0 + + Ansi 3 Color + + Blue Component + 0.13365332782268524 + Green Component + 0.80319333076477051 + Red Component + 0.99768334627151489 + + Ansi 4 Color + + Blue Component + 0.85797548294067383 + Green Component + 0.60853838920593262 + Red Component + 0.22633251547813416 + + Ansi 5 Color + + Blue Component + 0.73333334922790527 + Green Component + 0.0 + Red Component + 0.73333334922790527 + + Ansi 6 Color + + Blue Component + 0.73333334922790527 + Green Component + 0.73333334922790527 + Red Component + 0.0 + + Ansi 7 Color + + Blue Component + 0.73333334922790527 + Green Component + 0.73333334922790527 + Red Component + 0.73333334922790527 + + Ansi 8 Color + + Blue Component + 0.33333333333333331 + Green Component + 0.33333333333333331 + Red Component + 0.33333333333333331 + + Ansi 9 Color + + Blue Component + 0.011788656142404541 + Green Component + 0.0 + Red Component + 1 + + Background Color + + Blue Component + 0.19909860193729401 + Green Component + 0.1888463944196701 + Red Component + 0.15618015825748444 + + Bold Color + + Blue Component + 1 + Green Component + 1 + Red Component + 1 + + Cursor Color + + Blue Component + 0.81718629598617554 + Green Component + 0.79242384433746338 + Red Component + 0.7546851634979248 + + Cursor Text Color + + Blue Component + 0.80200916528701782 + Green Component + 0.80219048261642456 + Red Component + 0.80206769704818726 + + Foreground Color + + Blue Component + 0.80200916528701782 + Green Component + 0.80219048261642456 + Red Component + 0.80206769704818726 + + Selected Text Color + + Blue Component + 0.88775444030761719 + Green Component + 0.88287061452865601 + Red Component + 0.87299025058746338 + + Selection Color + + Blue Component + 0.30797499418258667 + Green Component + 0.2967468798160553 + Red Component + 0.24182461202144623 + + + \ No newline at end of file diff --git a/screenshots/obsidian.png b/screenshots/obsidian.png new file mode 100644 index 0000000..8645ef3 Binary files /dev/null and b/screenshots/obsidian.png differ diff --git a/xrdb/Obsidian.xrdb b/xrdb/Obsidian.xrdb new file mode 100644 index 0000000..7124441 --- /dev/null +++ b/xrdb/Obsidian.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #000000 +#define Ansi_1_Color #a60001 +#define Ansi_10_Color #93c863 +#define Ansi_11_Color #fef874 +#define Ansi_12_Color #a1d7ff +#define Ansi_13_Color #ff55ff +#define Ansi_14_Color #55ffff +#define Ansi_15_Color #ffffff +#define Ansi_2_Color #00bb00 +#define Ansi_3_Color #fecd22 +#define Ansi_4_Color #3a9bdb +#define Ansi_5_Color #bb00bb +#define Ansi_6_Color #00bbbb +#define Ansi_7_Color #bbbbbb +#define Ansi_8_Color #555555 +#define Ansi_9_Color #ff0003 +#define Background_Color #283033 +#define Bold_Color #ffffff +#define Cursor_Color #c0cad0 +#define Cursor_Text_Color #cdcdcd +#define Foreground_Color #cdcdcd +#define Selected_Text_Color #dfe1e2 +#define Selection_Color #3e4c4f