{"id":13485289,"url":"https://github.com/sts10/vim-pink-moon","last_synced_at":"2026-02-03T01:07:42.009Z","repository":{"id":38418550,"uuid":"110055053","full_name":"sts10/vim-pink-moon","owner":"sts10","description":"A vim/neovim colorscheme","archived":false,"fork":false,"pushed_at":"2024-02-24T03:39:00.000Z","size":1792,"stargazers_count":204,"open_issues_count":1,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-30T19:42:58.243Z","etag":null,"topics":["color-scheme","colorscheme","neovim","vim"],"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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sts10.png","metadata":{"files":{"readme":"readme.mdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-11-09T02:09:40.000Z","updated_at":"2024-10-25T18:15:53.000Z","dependencies_parsed_at":"2024-10-30T19:41:14.693Z","dependency_job_id":null,"html_url":"https://github.com/sts10/vim-pink-moon","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/sts10%2Fvim-pink-moon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fvim-pink-moon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fvim-pink-moon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sts10%2Fvim-pink-moon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sts10","download_url":"https://codeload.github.com/sts10/vim-pink-moon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245892510,"owners_count":20689509,"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":["color-scheme","colorscheme","neovim","vim"],"created_at":"2024-07-31T17:01:54.109Z","updated_at":"2026-02-03T01:07:42.003Z","avatar_url":"https://github.com/sts10.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","Vim script"],"sub_categories":[],"readme":"# Pink Moon, a colorscheme for Vim/Neovim\n\n![A screenshot of some Rust code, as color-highlighted by the Pink Moon colorscheme, using the font Jetbrains Mono](img/pink-moon-rust.png)\n\n![A screenshot of some HTML and CSS, as color-highlighted by the Pink Moon colorscheme, using the font DejaVu Sans Mono](img/pink-moon-frontend.png)\n\n## Installation\n\n**Option 1**: Install via a plugin manager, like [vim-plug](https://github.com/junegunn/vim-plug) \n\n1. Add `Plug 'sts10/vim-pink-moon'` as a plugin in your Vim config file (either `vimrc` or `init.vim` if using Neovim)\n2. Run `:PlugInstall`\n3. Put `colorscheme pink-moon` in your Vim config file. vim-pink-moon should run `set background=dark` for you, but you can put it in your config file as well.\n\nA similar procedure should work with other plugin managers.\n\n**Option 2**: Manual installation (assuming you're using Vim, as opposed to Neovim)\n\n1. Download the colorscheme: `curl -O https://raw.githubusercontent.com/sts10/vim-pink-moon/master/colors/pink-moon.vim`\n2. Move the colorscheme to `~/.vim/colors`: `mkdir -p ~/.vim/colors \u0026 mv pink-moon.vim ~/.vim/colors/`\n3. Put `colorscheme pink-moon` and `set background=dark` in your `vimrc`. \n\n## Fonts in screenshots\n\nThe fonts in the screenshots above and below are [Deja Vu Sans Mono](http://dejavu-fonts.org/wiki/Download) and [JetBrains Mono](https://www.jetbrains.com/lp/mono/).\n\n## Inspiration\n\nI liked the vibe of [this setup](https://imgur.com/a/5DSV6) (which I found thanks to [this Reddit post](https://www.reddit.com/r/unixporn/comments/7638b7/budgie_i_really_really_like_your_name/?st=j9ro3ovb\u0026sh=e3181cb6)), though I ended up picking most, if not all, of the colors independently. Not a lot of science involved!\n\n## Troubleshooting (Getting true HEX colors)\n\nVim-Pink-Moon has HEX color codes in it, so it works well with GUI versions of Vim (including [MacVim](https://github.com/macvim-dev/macvim/releases/)), as well as terminals that have true color support (like [iTerm2](https://iterm2.com/) for macOS). \n\nIf you're using [Neovim](https://github.com/neovim/neovim) and macOS and having trouble getting the colors in the screenshot above to appear for you, I've got [a blog post](https://sts10.github.io/2015/10/24/true-hex-colors-with-neovim-and-iterm2.html) explaining how to get HEX colors in iTerm2 using Neovim. I also later wrote [a separate blog post about troubleshooting HEX colors with regular terminal Vim + iTerm](https://sts10.github.io/2016/06/14/true-hex-colors-in-vim-with-iterm2.html).\n\n### Further troubleshooting\n\nTry re-ordering these settings in your Vim config file (e.g. vimrc) to the following\n\n```vim\nset termguicolors\ncolorscheme pink-moon\nset background=dark\n```\n\nFor help from another source, check [the gruvbox wiki](https://github.com/morhetz/gruvbox/wiki/Terminal-specific).\n\n## Slack Theme\n\nIf you want to make your [Slack](https://slack.com/) theme match Pink Moon, go to Preferences \u003e Sidebar \u003e Theme, scroll down to \"Custom Theme\", and paste in `#333C47,#434852,#6F98B3,#F0FDFF,#434852,#F0FDFF,#D08785,#D08785`. \n\n## More screenshots \n\n![A screenshot of some Ruby code, as color-highlighted by the Pink Moon colorscheme, using the font JetBrains Mono](img/pink-moon-markdown.png)\n\n![A screenshot of some Ruby code, as color-highlighted by the Pink Moon colorscheme, using the font DejaVu Sans Mono](img/pink-moon-ruby.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsts10%2Fvim-pink-moon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsts10%2Fvim-pink-moon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsts10%2Fvim-pink-moon/lists"}