diff --git a/README.md b/README.md index dcf32aa..08cddcf 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ To include a screenshot, please generate the output using the [screenshotTable.s ![Screenshot](screenshots/flat.png) +###Flatland### + +![Screenshot](screenshots/flatland.png) + ###FrontEndDelight### ![Screenshot](screenshots/front_end_delight.png) @@ -622,6 +626,8 @@ The Wombat theme was created by [djoyner](https://github.com/djoyner/iTerm2-womb The WildCherry theme was created by [mashaal](https://github.com/mashaal/wild-cherry) +The Flatland theme was created by [realchaseadams](http://www.snip2code.com/Snippet/148193/Flatland-color-scheme-for-iTerm2) + If there are other color schemes you'd like to see included, drop me a line! ## Extra diff --git a/schemes/Flatland.itermcolors b/schemes/Flatland.itermcolors new file mode 100644 index 0000000..3055f59 --- /dev/null +++ b/schemes/Flatland.itermcolors @@ -0,0 +1,213 @@ + + + + + Ansi 0 Color + + Blue Component + 0.098313517868518829 + Green Component + 0.11400297284126282 + Red Component + 0.11279432475566864 + + Ansi 1 Color + + Blue Component + 0.22204709053039551 + Green Component + 0.51309329271316528 + Red Component + 0.94697880744934082 + + Ansi 10 Color + + Blue Component + 0.17389380931854248 + Green Component + 0.83088302612304688 + Red Component + 0.65560126304626465 + + Ansi 11 Color + + Blue Component + 0.28469600311748278 + Green Component + 0.53803886186792194 + Red Component + 1 + + Ansi 12 Color + + Blue Component + 0.81746715307235718 + Green Component + 0.72489368915557861 + Red Component + 0.38222122192382812 + + Ansi 13 Color + + Blue Component + 0.73601889610290527 + Green Component + 0.35389861464500427 + Red Component + 0.41298377513885498 + + Ansi 14 Color + + Blue Component + 0.3957560658454895 + Green Component + 0.2202860563993454 + Red Component + 0.83879584074020386 + + Ansi 15 Color + + Blue Component + 0.999828040599823 + Green Component + 1 + Red Component + 0.99989014863967896 + + Ansi 2 Color + + Blue Component + 0.39238831400871277 + Green Component + 0.82622992992401123 + Red Component + 0.62224894762039185 + + Ansi 3 Color + + Blue Component + 0.42909130454063416 + Green Component + 0.93892139196395874 + Red Component + 0.9557337760925293 + + Ansi 4 Color + + Blue Component + 0.74557012319564819 + Green Component + 0.58828186988830566 + Red Component + 0.31260937452316284 + + Ansi 5 Color + + Blue Component + 0.73601889610290527 + Green Component + 0.35389861464500427 + Red Component + 0.41298377513885498 + + Ansi 6 Color + + Blue Component + 0.3957560658454895 + Green Component + 0.2202860563993454 + Red Component + 0.83879584074020386 + + Ansi 7 Color + + Blue Component + 0.999828040599823 + Green Component + 1 + Red Component + 0.99989014863967896 + + Ansi 8 Color + + Blue Component + 0.098313517868518829 + Green Component + 0.11400297284126282 + Red Component + 0.11279432475566864 + + Ansi 9 Color + + Blue Component + 0.14207941293716431 + Green Component + 0.16634491086006165 + Red Component + 0.82181340456008911 + + Background Color + + Blue Component + 0.12930664420127869 + Green Component + 0.12036420404911041 + Red Component + 0.11203488707542419 + + Bold Color + + Blue Component + 0.999828040599823 + Green Component + 1 + Red Component + 0.99989014863967896 + + Cursor Color + + Blue Component + 0.51685798168182373 + Green Component + 0.50962930917739868 + Red Component + 0.44058024883270264 + + Cursor Text Color + + Blue Component + 0.19370138645172119 + Green Component + 0.15575926005840302 + Red Component + 0.0 + + Foreground Color + + Blue Component + 0.93563872575759888 + Green Component + 0.85877901315689087 + Red Component + 0.72244209051132202 + + Selected Text Color + + Blue Component + 0.999828040599823 + Green Component + 1 + Red Component + 0.99989014863967896 + + Selection Color + + Blue Component + 0.14236269891262054 + Green Component + 0.16536127030849457 + Red Component + 0.16686910390853882 + + + diff --git a/screenshots/flatland.png b/screenshots/flatland.png new file mode 100644 index 0000000..f6c228b Binary files /dev/null and b/screenshots/flatland.png differ diff --git a/terminator/Flatland.config b/terminator/Flatland.config new file mode 100644 index 0000000..cedec16 --- /dev/null +++ b/terminator/Flatland.config @@ -0,0 +1,7 @@ + +[[Flatland]] + palette = "#1d1d19:#f18339:#9fd364:#f4ef6d:#5096be:#695abc:#d63865:#ffffff:#1d1d19:#d22a24:#a7d42c:#ff8949:#61b9d0:#695abc:#d63865:#ffffff" + background_color = "#1d1f21" + cursor_color = "#708284" + foreground_color = "#b8dbef" + background_image = None diff --git a/xrdb/Flatland.xrdb b/xrdb/Flatland.xrdb new file mode 100644 index 0000000..d67a8ac --- /dev/null +++ b/xrdb/Flatland.xrdb @@ -0,0 +1,23 @@ +#define Ansi_0_Color #1d1d19 +#define Ansi_1_Color #f18339 +#define Ansi_10_Color #a7d42c +#define Ansi_11_Color #ff8949 +#define Ansi_12_Color #61b9d0 +#define Ansi_13_Color #695abc +#define Ansi_14_Color #d63865 +#define Ansi_15_Color #ffffff +#define Ansi_2_Color #9fd364 +#define Ansi_3_Color #f4ef6d +#define Ansi_4_Color #5096be +#define Ansi_5_Color #695abc +#define Ansi_6_Color #d63865 +#define Ansi_7_Color #ffffff +#define Ansi_8_Color #1d1d19 +#define Ansi_9_Color #d22a24 +#define Background_Color #1d1f21 +#define Bold_Color #ffffff +#define Cursor_Color #708284 +#define Cursor_Text_Color #002831 +#define Foreground_Color #b8dbef +#define Selected_Text_Color #ffffff +#define Selection_Color #2b2a24