Live data from Hacker News

Vim Color Schemes

vimcolorschemes.com

31–40 of 119 posts

Re: Vim Color Schemes

#31

Earlier quoted context omitted.

In a way, yes. For me, using light-themed software for a prolonged period causes my eyes to strain and my head to ache. Sure, they do so to a very little extent, but the uncomfort is often distracting if not tempting me to slack off. So for me, yes, dark themes help me get in the zone much easier. But of course that has very little to do of the colors scheme itself.

I also get a somewhat soothing and focusing effect when using a dark theme, especially in a room with dim lights. But what absolutely destroys the experience for me is when I have to look something up on the internet and end up on a page that doesn't honor the browser's dark mode. The switch between bright and dark is extremely jarring.

That's why I chose to have the dark reader extension always on and only disable for sites that don't need it.

No such luck however with design tools where changing the theme can't be an option.

Re: Vim Color Schemes

#34

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.

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.

Re: Vim Color Schemes

#37
post #4

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

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\\'

Re: Vim Color Schemes

#39
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.

Re: Vim Color Schemes

#40

Does dark themes lets your focus more than light themes?

I've seen research that supported that idea and research that didn't so I'm not sure it is possible to provide a definitive answer to that question.

As a colorscheme author, though, I can attest that working on a dark background gives me a lot more "range", so to speak, than on a light background, which tends to make "dark" colorschemes much easier to create and more expressive.

For me, the sweat spot is at around 10-20% lightness.

Post reply on HN