From ea2a92ddb09d2935c771776ccd6f1c4e9e157721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Loli=C3=A9e?= Date: Mon, 16 Sep 2019 15:43:55 +0200 Subject: [PATCH] Initial Commit --- LICENSE | 21 ++++++++++++++++++ README.md | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ palette.svg | 1 + 3 files changed, 85 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100644 palette.svg diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b97936e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Maxime Loliée (loliee.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73a7f5 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +:warning: **Prompt code moved [here](https://github.com/loliee/prompt-patatetoy) !** + +# Patatetoy + +Patatetoy is a joyful color scheme for daily use. + +## Why ? + +The goal is to provide a set of **punchy colors** with **non-agressive** tones 🎨 + +>〝I wrote this color scheme a few years ago to fit my needs and I am still happy to use it everyday.” + +## Colors + +![](palette.svg) + +## Install + +See specific application `README` for install details. + +- [vim](https://github.com/loliee/vim-patatetoy) +- [iTerm2](https://github.com/loliee/iterm2-patatetoy) +- [Terminal.app](https://github.com/loliee/patatetoy/master/macos-terminal) +- [Terminator](https://github.com/loliee/patatetoy/master/terminator) + +## The Values + +| TERMCOL | HEX | RGB | HSB | +| ----------| -----------|:-----------:| ------------| +| black | `#6c6d6c` | 108 109 108 | 106 04 109 | +| blackbr | `#292b2d` | 41 43 45 | 152 24 45 | +| blue | `#5eb1dd` | 94 177 221 | 142 145 221 | +| bluebr | `#73b8dc` | 115 184 220 | 141 121 220 | +| cyan | `#7ec6eb` | 126 198 235 | 142 117 235 | +| cyanbr | `#91cce9` | 145 204 233 | 141 96 233 | +| green | `#82c476` | 130 196 118 | 78 100 196 | +| greenbr | `#88d07e` | 135 208 126 | 79 101 208 | +| magenta | `#c4a5c7` | 196 165 199 | 209 42 199 | +| magentabr | `#d5b7d4` | 213 183 212 | 213 35 213 | +| red | `#f0522a` | 240 82 42 | 8 209 240 | +| redbr | `#fe6743` | 254 103 67 | 8 187 254 | +| white | `#c9cac0` | 201 202 192 | 44 12 202 | +| whitebr | `#f7f5eb` | 247 245 235 | 35 12 247 | +| yellow | `#fee040` | 254 224 64 | 35 190 254 | +| yellowbr | `#fae959` | 250 233 89 | 38 164 250 | + +## Screenshots + +### iTerm2 + +![](https://github.com/loliee/iterm2-patatetoy/raw/master/screenshot.png) + +### Vim + +![](https://raw.githubusercontent.com/loliee/vim-patatetoy/master/screenshot.png) + +## License + +MIT © Maxime Loliée + +## Author + +- [Maxime Loliée](http://github/loliee) diff --git a/palette.svg b/palette.svg new file mode 100644 index 0000000..8d538d1 --- /dev/null +++ b/palette.svg @@ -0,0 +1 @@ + \ No newline at end of file