{"id":13870227,"url":"https://github.com/patstockwell/vim-monokai-tasty","last_synced_at":"2025-07-15T20:32:04.738Z","repository":{"id":33850439,"uuid":"160470220","full_name":"patstockwell/vim-monokai-tasty","owner":"patstockwell","description":"VIM Colour scheme","archived":false,"fork":false,"pushed_at":"2024-07-17T02:31:45.000Z","size":2114,"stargazers_count":386,"open_issues_count":0,"forks_count":52,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-06T21:23:54.684Z","etag":null,"topics":["bitcoin","color-scheme","color-theme","colorscheme","colour-scheme","colour-theme","colourscheme","javascript","monokai","neovim","neovim-colors","neovim-colorscheme","neovim-plugin","vim","vim-colors","vim-colorscheme","vim-plug","vim-plugin","vim-theme","vimrc"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patstockwell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-05T06:14:33.000Z","updated_at":"2024-07-23T22:53:02.000Z","dependencies_parsed_at":"2024-07-17T05:30:16.875Z","dependency_job_id":"8b56d3ba-ce78-4881-a505-dc50d68abbda","html_url":"https://github.com/patstockwell/vim-monokai-tasty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patstockwell%2Fvim-monokai-tasty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patstockwell%2Fvim-monokai-tasty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patstockwell%2Fvim-monokai-tasty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patstockwell%2Fvim-monokai-tasty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patstockwell","download_url":"https://codeload.github.com/patstockwell/vim-monokai-tasty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226068312,"owners_count":17568734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","color-scheme","color-theme","colorscheme","colour-scheme","colour-theme","colourscheme","javascript","monokai","neovim","neovim-colors","neovim-colorscheme","neovim-plugin","vim","vim-colors","vim-colorscheme","vim-plug","vim-plugin","vim-theme","vimrc"],"created_at":"2024-08-05T20:01:35.561Z","updated_at":"2024-11-23T16:31:22.738Z","avatar_url":"https://github.com/patstockwell.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# `vim-monokai-tasty`\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-blueviolet.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n![Last commit](https://img.shields.io/github/last-commit/patstockwell/vim-monokai-tasty?color=blue)\n\nMonokai forever! 🎉 Inspired by Sublime Text's interpretation of monokai, this colour is both gui- and cterm-supported.\nIt works for all languages, and is particularly good for JavaScript and TypeScript development ❤️\n\nUnlike other monokai implementations, `vim-monokai-tasty` targets named syntax groups from a variety of plugins (listed below). \u003csup\u003e1\u003c/sup\u003e_This colorscheme is 74% tastier than competitors_ 🌮\n\n\u003csup\u003e1\u003c/sup\u003eaccording to me\n\n![](./images/example_main.png)\n\n## 🔌 Installation\n\nIf you use _pathogen_\n```bash\ngit clone https://github.com/patstockwell/vim-monokai-tasty.git ~/.vim/bundle/vim-monokai-tasty\n```\n\nIf you use _vim-plug_, add the following and run `:PlugInstall`\n```vim\nPlug 'patstockwell/vim-monokai-tasty'\n```\n\nIf you use _Vundle_, add the following and run `:PluginInstall`\n```vim\nPlugin 'patstockwell/vim-monokai-tasty'\n```\n\nIf you use _minpac_, add the following and run `:call minpac#update()`\n```vim\ncall minpac#add('vim-jp/syntax-vim-ex')\n```\n\n## 🐺 Use\n\nAdd the following to your `.vimrc` (after the Plug declaration):\n```vim\ncolorscheme vim-monokai-tasty\n```\n\nIf you use a terminal that supports italic text, add (before the colorscheme declaration):\n```vim\nlet g:vim_monokai_tasty_italic = 1\ncolorscheme vim-monokai-tasty\n```\n\nIf you want the slightly darker blue [variant of monokai](https://monokai.pro/) called \"Machine\"\n```vim\nlet g:vim_monokai_tasty_machine_tint = 1\ncolorscheme vim-monokai-tasty\n```\n\nIf you want to make the active window stand out, add\n```vim\nlet g:vim_monokai_tasty_highlight_active_window = 1\ncolorscheme vim-monokai-tasty\n```\n\nTo use the included [lightline.vim](https://github.com/itchyny/lightline.vim) theme:\n```vim\nlet g:lightline = { 'colorscheme': 'monokai_tasty' }\n```\n\nTo use the included [vim-airline](https://github.com/vim-airline/vim-airline) theme:\n```vim\nlet g:airline_theme='monokai_tasty'\n```\n\n## 📚 Additional plugins with targeted syntax groups\nFor JavaScript, TypeScript, and React development, _monokai-tasty_ supports definitions from all these plugins.\nAdd some of these for an even better look and feel:\n```vim\nPlug 'HerringtonDarkholme/yats.vim'\nPlug 'pangloss/vim-javascript'\nPlug 'MaxMEllon/vim-jsx-pretty'\nPlug 'styled-components/vim-styled-components'\nPlug 'elzr/vim-json'\nPlug 'jparise/vim-graphql'\n```\n\n## 🔮 Extras\n\n- If you use [iterm2](https://iterm2.com/) (you should), there is an included _monokai.itermcolors_ file.\n- If you use GnuCoreutils there is a _dircolors_ file (compliments the iterm colours)\n\n## 📺 Screen shots\n\n![](./images/example_javascript.png)\n![](./images/example_vim_and_markdown.png)\n![](./images/example_ruby.png)\n\n## 🌟 Example `.vimrc`\n\n```vim\n\" put Plug declaration first\ncall plug#begin('~/.vim/plugged')\nPlug 'patstockwell/vim-monokai-tasty'\nPlug 'HerringtonDarkholme/yats.vim'\nPlug 'pangloss/vim-javascript'\nPlug 'MaxMEllon/vim-jsx-pretty'\nPlug 'elzr/vim-json'\nPlug 'styled-components/vim-styled-components'\nPlug 'itchyny/lightline.vim'\nPlug 'vim-airline/vim-airline'\ncall plug#end()\n\nlet g:vim_monokai_tasty_italic = 1                    \" allow italics, set this before the colorscheme\nlet g:vim_monokai_tasty_machine_tint = 1              \" use `mahcine` colour variant\nlet g:vim_monokai_tasty_highlight_active_window = 1   \" make the active window stand out\ncolorscheme vim-monokai-tasty                         \" set the colorscheme\n\n\" Optional themes for airline/lightline\nlet g:airline_theme='monokai_tasty'                   \" airline theme\nlet g:lightline = { 'colorscheme': 'monokai_tasty' }  \" lightline theme\n\n\" If you don't like a particular colour choice from `vim-monokai-tasty`, you can\n\" override it here. For example, to change the colour of the search hightlight:\nhi Search guifg=#bada55 guibg=#000000 gui=bold ctermfg=green ctermbg=black cterm=bold\n\n\" If you want to know what the name of a particular hightlight is, you can use\n\" `:What`. It prints out the syntax group that the cursor is currently above.\n\" https://www.reddit.com/r/vim/comments/6z4aau/how_to_stop_vim_from_autohighlighting_italics_in/\ncommand! What echomsg synIDattr(synID(line('.'), col('.'), 1), 'name')\n```\n\n## 🎨 Colour palette\n\n| Colour name      |Colour Code | Colour\n|------------------|------------|------------------------------------------------------------\n| Yellow           | `#ffff87`  |![#ffff87](https://place-hold.it/100x40/ffff87/111111?text=+)\n| Purple           | `#af87ff`  |![#af87ff](https://place-hold.it/100x40/af87ff/000000?text=+)\n| Light Green      | `#A4E400`  |![#A4E400](https://place-hold.it/100x40/A4E400/000000?text=+)\n| Light Blue       | `#62D8F1`  |![#62D8F1](https://place-hold.it/100x40/62D8F1/000000?text=+)\n| Magenta          | `#FC1A70`  |![#FC1A70](https://place-hold.it/100x40/FC1A70/000000?text=+)\n| Orange           | `#FF9700`  |![#FF9700](https://place-hold.it/100x40/FF9700/000000?text=+)\n\n## 🏗 Support\nIf you like `vim-monokai-tasty` or find this plugin useful, you can support me by donating bitcoin to the following address.\n\n`1AddzniWjahrTidwC1QhBkcX7RYwn2JVoq`\n\n![](qr-code.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatstockwell%2Fvim-monokai-tasty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatstockwell%2Fvim-monokai-tasty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatstockwell%2Fvim-monokai-tasty/lists"}