Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loliee committed Sep 16, 2019
0 parents commit ea2a92d
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) Maxime Loliée <[email protected]> (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.
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions palette.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea2a92d

Please sign in to comment.