Skip to content

Commit

Permalink
🐛 FIX: Colors Empty Text
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed May 20, 2019
1 parent 1261778 commit 17f3774
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,24 +239,24 @@ Shades of purple theme is built with several shades of purple and a few contrast

| USAGE | HEX CODES |
| ---------------- | ------------------------------------------------------------------------ |
| Background | ![#2D2B55](https://placehold.it/15/2D2B55/000000?text=+) `#2D2B55` |
| Background Dark | ![#1E1E3F](https://placehold.it/15/1E1E3F/000000?text=+) `#1E1E3F` |
| Foreground | ![#A599E9](https://placehold.it/15/A599E9/000000?text=+) `#A599E9` |
| Hover Background | ![#4D21FC](https://placehold.it/15/4D21FC/000000?text=+) `#4D21FC` |
| Contrast | ![#FAD000](https://placehold.it/15/FAD000/000000?text=+) `#FAD000` |
| Contrast Lite | ![#FFEE80](https://placehold.it/15/FFEE80/000000?text=+) `#FFEE80` |
| Contrast Lite II | ![#FAEFA5](https://placehold.it/15/FAEFA5/000000?text=+) `#FAEFA5` |
| Highlight | ![#FF7200](https://placehold.it/15/FF7200/000000?text=+) `#FF7200` |
| Comment | ![#B362FF](https://placehold.it/15/B362FF/000000?text=+) `#B362FF` |
| Constants | ![#FF628C](https://placehold.it/15/FF628C/000000?text=+) `#FF628C` |
| Keywords | ![#FF9D00](https://placehold.it/15/FF9D00/000000?text=+) `#FF9D00` |
| Other | ![#9EFFFF](https://placehold.it/15/9EFFFF/000000?text=+) `#9EFFFF` |
| Strings | ![#A5FF90](https://placehold.it/15/A5FF90/000000?text=+) `#A5FF90` |
| Templates | ![#3AD900](https://placehold.it/15/3AD900/000000?text=+) `#3AD900` |
| Definitions | ![#FB94FF](https://placehold.it/15/FB94FF/000000?text=+) `#FB94FF` |
| Invalid | ![#EC3A37F5](https://placehold.it/15/EC3A37F5/000000?text=+) `#EC3A37F5` |
| Diff Added | ![#00FF009A](https://placehold.it/15/00FF009A/000000?text=+) `#00FF009A` |
| Diff Removed | ![#FF000D81](https://placehold.it/15/FF000D81/000000?text=+) `#FF000D81` |
| Background | ![#2D2B55](https://placehold.it/15/2D2B55/000000?text=%20) `#2D2B55` |
| Background Dark | ![#1E1E3F](https://placehold.it/15/1E1E3F/000000?text=%20) `#1E1E3F` |
| Foreground | ![#A599E9](https://placehold.it/15/A599E9/000000?text=%20) `#A599E9` |
| Hover Background | ![#4D21FC](https://placehold.it/15/4D21FC/000000?text=%20) `#4D21FC` |
| Contrast | ![#FAD000](https://placehold.it/15/FAD000/000000?text=%20) `#FAD000` |
| Contrast Lite | ![#FFEE80](https://placehold.it/15/FFEE80/000000?text=%20) `#FFEE80` |
| Contrast Lite II | ![#FAEFA5](https://placehold.it/15/FAEFA5/000000?text=%20) `#FAEFA5` |
| Highlight | ![#FF7200](https://placehold.it/15/FF7200/000000?text=%20) `#FF7200` |
| Comment | ![#B362FF](https://placehold.it/15/B362FF/000000?text=%20) `#B362FF` |
| Constants | ![#FF628C](https://placehold.it/15/FF628C/000000?text=%20) `#FF628C` |
| Keywords | ![#FF9D00](https://placehold.it/15/FF9D00/000000?text=%20) `#FF9D00` |
| Other | ![#9EFFFF](https://placehold.it/15/9EFFFF/000000?text=%20) `#9EFFFF` |
| Strings | ![#A5FF90](https://placehold.it/15/A5FF90/000000?text=%20) `#A5FF90` |
| Templates | ![#3AD900](https://placehold.it/15/3AD900/000000?text=%20) `#3AD900` |
| Definitions | ![#FB94FF](https://placehold.it/15/FB94FF/000000?text=%20) `#FB94FF` |
| Invalid | ![#EC3A37F5](https://placehold.it/15/EC3A37F5/000000?text=%20) `#EC3A37F5` |
| Diff Added | ![#00FF009A](https://placehold.it/15/00FF009A/000000?text=%20) `#00FF009A` |
| Diff Removed | ![#FF000D81](https://placehold.it/15/FF000D81/000000?text=%20) `#FF000D81` |

<br>

Expand Down

0 comments on commit 17f3774

Please sign in to comment.