back
113 comments
FWIW, modern reworks of the built-in colorschemes are on their way [1]. We plan to add more third-party colorschemes in the future as we streamline the creation and validation process.

[1] https://github.com/vim/vim/pull/9795

Nice. I love that the OP has so many themes to pick from but repeatedly trying 3rd-party color schemes over the years only made me realize how many criteria have to be met for a color scheme to actually work for me in practice (apparently I'm very picky when it comes to that). I have yet to find one that beats vim's `default` theme. The only tweak I made is to not use underline for the current line but a slightly darker background gray and a bold font face.
When is this going to be pulled in?
I'm a huge fan of the base16 color schemes - not for their appearance (though most look great), but for their ease of integration within the shell and vim. Just clone the repos below, drop a few lines in your shellrc/vimrc, then use a single bash command to change the scheme in both. No more mucking with Xresources.

https://github.com/chriskempson/base16-shell

https://github.com/chriskempson/base16-vim

I used Base16, and even added a colorscheme generator to the near infinite collection of them that Base16 has.

In the end, rewriting the upper 8 colors to not match the established ANSI color scheme is what broke it for me.

Thanks for this! I knew about 256-color and truecolor modes, but I didn't know about the palette-changing escape sequences. I prefer to use the standard 16 colours for portability, but tweak them where possible for comfort. Now I can do that in a shell script instead of messing with the terminal palette on every computer!

Not gonna use those clunky base16 scripts, though. TL;DR in GNU screen: $ echo -e '\eP\e]4;0;rgb:01/3f/13\a\e\\'

After playing around with color schemes for over a decade and never really being satisfied, I made my own palette that is pretty close to the ANSI color scheme, just with more attractive shades that I copied from things like subway systems and public safety stuff (fire trucks and school busses) since so much research goes into colors being clear and unmistakable in varying conditions of weather or cleanliness. Highlight colors are incremental shades of grey. This has worked remarkably well with 99.9% of default app color schemes. Haven't touched my colors in years now.

Edit:

screenshot: https://imgur.com/a/ZPWjSKk, since terminal.sexy URL sharing wasn't working so well for me. I'd post a desktop screenshot, but I'm on the road and my laptop's WiFi just stopped working, lol.

Some background: cyan is now safety orange. This is because cyan hurts my eyes on a light background and it can be tricky to distinguish from blue, while orange is pretty easy to distinguish from red. IIRC I picked out the shades of blue and magenta myself because most color design documents I could dig up had blue and purple usage paired with a specific background color (usually white) which didn't carry over very well to a dark background. I find these shades to be distinguishable and flexible enough for just about any background color.

The greyscale highlights are generally for tmux and nvim status line background colors, which I use to distinguish cells instead of seperator glyphs.

  [colors]

  foreground = #383838
  foreground_bold = #383838
  cursor = #383837
  background = #aaaaaa

  #black (is black)
  color0 = #000000

  #red (fire engine red)
  color1 = #ce2029

  #green (London underground green)
  color2 = #007d32

  #yellow (school bus yellow)
  color3 = #ffd800

  #blue (Persian blue)
  color4 = #1c39bb

  #magenta (Rebecca purple)
  color5 = #663399

  #cyan (actually "ANSI Z535 safety orange", for my eyes)
  color6 = #ff7900

  #white (from the color white)
  color7 = #ffffff

  ###Highlights###
  # Evenly-spaced increments of the greyscale
  # Makes for good tmux/nvim statuslines
  color8 = #1b1b1b
  color9 = #383838
  color10 = #545454
  color11 = #717171
  color12 = #8d8d8d
  color13 = #aaaaaa
  color14 = #c6c6c6
  color15 = #e3e3e3
If it's possible, would you please post a screenshot of how this looks? Not sure how to easily see this, and don't want to learn how unless I know I'll like it.

Thanks!

Can you share that with us? Seems interesting
Seems like it would be worthy of contributing to this site.
Over recent years I've been drawn to the cross-tool themes like Nord and Dracula.

https://www.nordtheme.com/

https://draculatheme.com/

Having consistency between neovim, fzf, bat, tmux, tig and fish is lovely.

I achieve that same consistency with virtually zero configuration by simply setting the colors in my terminal and forgetting about it. Stopped all the fiddling with color schemes quite a while ago.

Good explanation: https://jeffkreeftmeijer.com/vim-16-color/

I used dracula for a while, but I just can't deal with it during the day. So I've been looking for a uniform light theme for day time coding. I hope nord theme can fill in the gaps there, but it looks like it's still early days for it.
Just tried Nord but to me it seems Gruvbox is more distinct with the keywords? At least I feel it easier to differentiate between different elements in code.
I run the Nord theme everywhere.
oh man dracula is so good. just installed on my vscode.

25 years with vim...all the way with vscode now

I tried very hard to find a satisfying light-themed color scheme for Vim, but I have not had much success so far. Most of them have a grey or white base that I don't care about; I wanted something more pastel or warmer and found solarized to be a bit too intense. I wrote and now use my own colorscheme [0] but I think there is much room for improvement.

[0] https://i.redd.it/psmi7s4gcfy51.png

Everforest has a nice warm light mode with a yellowish background. https://github.com/sainnhe/everforest
I also struggle to find just the right light theme. I really enjoy the subtle colors in yours. Often I find accents and somtiemes primary color choices to be too intense against a sepia background.
I also wrote my own colorscheme (loosely based on an existing one) for emacs and I love it. Everything is the way I want it and I know what to customize if I want to change something
What terminal font are you using in that screenshot?
A favorite of mine is still the Shoji theme[1] though sadly this site ignores background coloring so it just only shows black on white[2]

[1] https://github.com/haystackandroid/shoji

[2] https://vimcolorschemes.com/haystackandroid/shoji

I discovered a "color-scheme paradox": Every color scheme I enjoy using avoids using color red for anything except error messages -- which seems to be objectively a good thing -- yet such color schemes are rarely the most popular ones, which I attribute to the fact that the preview screenshots that do not use the color red look unappealing.
I wish there was a universal 'colorscheme' standard that every text editor (Vim/Emacs/VSCode/Jetbrains/otherIDEs) all plugged into. And you could 'load/save' your settings across different apps etc... each one saving into the same _standardized_ file format. Then a site like this would work with me just 'ctrl-c'/ ctrl-v'ing the colorscheme into _any_ text editor (heck any program) target.

(Narrator: They colonized mars before this happened)

I've been using `Apprentice` theme

https://github.com/romainl/Apprentice

Has been a great experience so far

My first thought was that this is some kind of delayed april fool, since all color schemes looked the same (b/w) to me, until I realised that I have to turn-on javascript.
I love most of them!

Is there a way to search for non low-contrast themes? My search for "High contrast" among the light themes yielded no results, yet i saw some themes that fit the bill while browsing.

I went gruvbox some years ago and now cannot live without it. I’m using a base16 variant of it.
I love consistency which is why dracula never disappoints. Dracula has schemes for literally every shell/tui/gui I care about (there is even a Dracula mode in Firefox "Dark Reader"). And it goes really well with happy colorful wallpapers (cyberpunk colors of the 80ies or rick + morty cartoons). The only thing I might consider replacing it with is Nord. But last time I checked Nord still wasn't covering all I want.
(Neo)Vim and colour schemes are the thing that finally pushed me to use VSCode after more than a decade of using Vim. I was just so fed up with trying to find the right incantations of environment variables to get the damn things to work correctly every single time. Hats off to those still fighting the good fight.
EDIT: I see the "view on Github" link now. Wow that is subtle.

I feel like I'm missing something. I know I could just do an internet search to figure it out, but why doesn't this site include instructions on how to install one of these themes?

I've tried to get into vim in the past, but you know how it goes... limited time and all that. I've gone through vimtutor. All I can really do from memory are the basics. Some of that is still on me for not committing, but sometimes I wish more was done to make vim more approachable. I hate to say it but little things like this with the color schemes are probably a big part of what drives adoption for a lot of people because it encourages tinkering.

After constantly switching schemes I "finally" settled on using nightfly.

https://github.com/bluz71/vim-nightfly-guicolors

For some reason some themes have wrong colours, for example desert256:

https://vimcolorschemes.com/vim-scripts/desert256.vim

Here’s more or less how it’s supposed to look: http://hans.fugal.net/vim/colors/desert.html (it’s the original desert theme, not the desert256 fork, but it’s still much closer than the vimcolorschemes.com rendering)

I tend to switch between colour schemes depending on the conditions. During the day, I prefer Gruvbox light soft; at night, I prefer Solarized dark. When using my laptop screen (and some other times too), I find Emacs default colours best. I really don’t see the point of sticking with just one colour scheme, disregarding the surrounding environment.
Color schemes doesn't work unless we are talking about a dozen standard schemes. Otherwise, it is drowning users in choices. What we needed is an interactive fine tuning. Doing it with config files isn't working. We need a web application for that. Give me a dozen also template, and let me fine tune from there. Export, done.
Making your own theme is a great adventure. You get to think about (and "decide") what matters the most to you. Is it identifiers? Operators? Keywords?

Here's mine: https://i.imgur.com/slYc70t.png

My favorite colorscheme is Molokai, which is like Monokai but softer on the eyes. I use a modified variant more similar in layout to Atom One Dark.

https://vimcolorschemes.com/tomasr/molokai

Due note that this can only poll for colorschemes on GitHub. It does not poll from alternative Git forges nor does it allow you to manually add your theme. Sites like this are pressuring users that want ho market their themes to use a closed-source platform for open-source code.
Last time I fiddled with it, it was hard to find good vim theme. By good I mean the one that: does not tires eyes, does not have hard to see colors when light conditions and not perfect.

When the words are invisible during day, then I can't use such theme.

Evil users of emacs have an equivalent service here: https://emacsthemes.com/
I like the classic Solarized, both light and dark.
Just recently started using the built-in colorscheme "blue" and I love it.
Does dark themes lets your focus more than light themes?
Tokyo Night is just amazing.