mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-09 10:23:49 -05:00
add colour palette to readme
This commit is contained in:
12
README.md
12
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/
|
" 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')
|
command! What echo synIDattr(synID(line('.'), col('.'), 1), 'name')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## :art: Colour palette
|
||||||
|
|
||||||
|
| Colour name |Colour Code | Colour
|
||||||
|
|------------------|------------|------------------------------------------------------------
|
||||||
|
| Yellow | `#ffff87` |
|
||||||
|
| Purple | `#af87ff` |
|
||||||
|
| Light Green | `#A4E400` |
|
||||||
|
| Light Blue | `#62D8F1` |
|
||||||
|
| Magenta | `#FC1A70` |
|
||||||
|
| Orange | `#FF9700` |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user