diff --git a/README.md b/README.md index 7ab8d82..853ad51 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,15 @@ let g:lightline = { 'colorscheme': 'monokai_tasty' } " lightline theme " from https://www.reddit.com/r/vim/comments/6z4aau/how_to_stop_vim_from_autohighlighting_italics_in/ command! What echo synIDattr(synID(line('.'), col('.'), 1), 'name') ``` + +## :art: Colour palette + +| Colour name |Colour Code | Colour +|------------------|------------|------------------------------------------------------------ +| Yellow | `#ffff87` |![#ffff87](https://placehold.it/100x40/ffff87/111111?text=+) +| Purple | `#af87ff` |![#af87ff](https://placehold.it/100x40/af87ff/000000?text=+) +| Light Green | `#A4E400` |![#A4E400](https://placehold.it/100x40/A4E400/000000?text=+) +| Light Blue | `#62D8F1` |![#62D8F1](https://placehold.it/100x40/62D8F1/000000?text=+) +| Magenta | `#FC1A70` |![#FC1A70](https://placehold.it/100x40/FC1A70/000000?text=+) +| Orange | `#FF9700` |![#FF9700](https://placehold.it/100x40/FF9700/000000?text=+) +