All Projects → sts10 → Vim Pink Moon

sts10 / Vim Pink Moon

Licence: mit
A vim/neovim colorscheme

Projects that are alternatives of or similar to Vim Pink Moon

Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+21.35%)
Mutual labels:  neovim, color-scheme, colorscheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+77.53%)
Mutual labels:  neovim, color-scheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+213.48%)
Mutual labels:  neovim, color-scheme, colorscheme
Gruvbox.nvim
Lua port of the most famous vim colorscheme
Stars: ✭ 78 (-12.36%)
Mutual labels:  neovim, colorscheme
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+5311.24%)
Mutual labels:  color-scheme, colorscheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+423.6%)
Mutual labels:  neovim, color-scheme
Kicad Color Schemes
Want to change the color scheme of KiCad? Look here for Inspiration.
Stars: ✭ 315 (+253.93%)
Mutual labels:  color-scheme, colorscheme
Nova.vim
Another color scheme for vim/neovim, only supports 24bit true color
Stars: ✭ 84 (-5.62%)
Mutual labels:  neovim, color-scheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+631.46%)
Mutual labels:  color-scheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-89.89%)
Mutual labels:  color-scheme, colorscheme
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+994.38%)
Mutual labels:  neovim, colorscheme
Night Owl.vim
A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
Stars: ✭ 349 (+292.13%)
Mutual labels:  neovim, colorscheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (+274.16%)
Mutual labels:  neovim, color-scheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+482.02%)
Mutual labels:  color-scheme, colorscheme
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (+264.04%)
Mutual labels:  neovim, colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+741.57%)
Mutual labels:  color-scheme, colorscheme
Blue Moon
A dark color scheme for Neovim derived from palenight and carbonight
Stars: ✭ 31 (-65.17%)
Mutual labels:  neovim, color-scheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-37.08%)
Mutual labels:  color-scheme, colorscheme
Vim Archery
🎯 Vim colorscheme inspired by Arch Linux colors
Stars: ✭ 64 (-28.09%)
Mutual labels:  color-scheme, colorscheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (+98.88%)
Mutual labels:  neovim, color-scheme

Pink Moon, a colorscheme for Vim/Neovim

A screenshot of some Rust code, as color-highlighted by the Pink Moon colorscheme, using the font Jetbrains Mono

A screenshot of some HTML and CSS, as color-highlighted by the Pink Moon colorscheme, using the font DejaVu Sans Mono

Installation

Option 1: Install via a plugin manager, like vim-plug

  1. Add Plug 'sts10/vim-pink-moon' as a plugin in your Vim config file (either vimrc or init.vim if using Neovim)
  2. Run :PlugInstall
  3. 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.

A similar procedure should work with other plugin managers.

Option 2: Manual installation (assuming you're using Vim, as opposed to Neovim)

  1. Download the colorscheme: curl -O https://raw.githubusercontent.com/sts10/vim-pink-moon/master/colors/pink-moon.vim
  2. Move the colorscheme to ~/.vim/colors: mkdir -p ~/.vim/colors & mv pink-moon.vim ~/.vim/colors/
  3. Put colorscheme pink-moon and set background=dark in your vimrc.

Fonts in screenshots

The fonts in the screenshots above and below are Deja Vu Sans Mono and JetBrains Mono.

Inspiration

I liked the vibe of this setup (which I found thanks to this Reddit post), though I ended up picking most if not all of the colors independently. Not a lot of science involved!

Troubleshooting (Getting true HEX colors)

Vim-Pink-Moon has HEX color codes in it, so it works well with GUI versions of Vim (including MacVim), as well as terminals that have true color support (like iTerm2 for macOS).

If you're using Neovim and macOS and having trouble with getting the colors in the screenshot above to appear for you, I've got a blog post explaining how to get HEX colors in iTerm2 using Neovim. I also later wrote a separate blog post about troubleshooting HEX colors will regular terminal Vim + iTerm.

Further troubleshooting

Try re-ordering these setting in your Vim config file (vimrc) to the following

set termguicolors
colorscheme pink-moon
set background=dark

For help from another source, check the gruvbox wiki.

Slack Theme

If you want to make your Slack theme match Pink Moon, go to Preferences > Sidebar > Theme, scroll down to "Custom Theme", and paste in #333C47,#434852,#6F98B3,#F0FDFF,#434852,#F0FDFF,#D08785,#D08785.

More screenshots

A screenshot of some Ruby code, as color-highlighted by the Pink Moon colorscheme, using the font JetBrains Mono

A screenshot of some Ruby code, as color-highlighted by the Pink Moon colorscheme, using the font DejaVu Sans Mono

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].