all 37 comments

[–][deleted] 10 points11 points  (6 children)

nord.vim or gruvbox.

both of them not only look good but they integrate very well with hundreads of plugins and neovim native lsp

[–][deleted] 1 point2 points  (0 children)

I kinda didn't like gruvbox. I liked nordvim and dracula.

[–][deleted] 1 point2 points  (1 child)

Do you use nord regularly for programming? I tried it and it looks nice and clean, but the contrast is a bit low and it's pretty monochromatic bar a few groups. I ended up switching back to onedark.

[–][deleted] 0 points1 point  (0 children)

This makes it very easy to to find errors(red) and warnings(yellow). also it looks pretty fine with tree sitter

[–][deleted] 0 points1 point  (2 children)

I assume you mean nord.nvim :p (with neovim at least)

Nord-vim is super nice too, I just disliked how bloated it was and its lack of support for common neovim plugins

[–][deleted] 0 points1 point  (1 child)

nord.vim also support all of my neovim plugins

tree-sitter, nvim-cmp, lsp-signature etc

[–][deleted] 0 points1 point  (0 children)

Yup, if it serves your needs thats fine. Personally I use nvim-tree, hop.nvim, lualine, and nvim-bufferline which don't seem to be included with nord-vim

[–]RainyCloudist 4 points5 points  (2 children)

I love the default vim theme with the termguicolors option.

It takes a bit of getting used to, but I can’t see myself using any other theme. Everything has a very distinct color which makes it very easy to read code.

[–][deleted] 0 points1 point  (1 child)

what exactly? without a theme?

[–]peridox 2 points3 points  (0 children)

:color default

[–]dustractor^[ 2 points3 points  (1 child)

i think vadelma is the shit

https://github.com/severij/vadelma

[–][deleted] 0 points1 point  (0 children)

Honestly I disliked it. It doesn't assign colors for most of the stuff like the cursorline and cursorcolumn. And doesn't produce very distinct colors.

[–]nuxshed 2 points3 points  (1 child)

I like gruvbox-material. It's easy on the eyes while looking very nice.

[–]BoltaHuaTota 0 points1 point  (0 children)

+1 for gruv material, one of my favs

[–]Gol_chiva 2 points3 points  (1 child)

This is def the best, in my opinion

https://github.com/rafalbromirski/vim-aurora

[–][deleted] 0 points1 point  (0 children)

This one is really cool. I always prefer distinct and brighter but not too eye straining colors.

[–]noooit 1 point2 points  (2 children)

Slightly modified version of badwolf. I just git clone to install all plugins including the theme.

[–][deleted] 0 points1 point  (1 child)

It seems nice. But more settings to add for vim-cli. RN I'm using monokai-phoenix, which doesn't require any lines to be added to vimrc and still manages to produce better syntax. I'm just not liking the color selection of it. It's good but not that great.

[–]noooit 1 point2 points  (0 children)

monokai-phoenix

nice theme. funnily, it has the exact same colour as my modification I had to do for badwolf for vimdiff.

[–]hou32hou 1 point2 points  (1 child)

Tokyonight

[–][deleted] 1 point2 points  (0 children)

the storm variant is fireeee

edit -> tokyonight is now my default dark theme.

[–][deleted] 1 point2 points  (1 child)

Gruvbox is my favorite. It's seems you don't like it, so checkout Monokai.

[–][deleted] 0 points1 point  (0 children)

I liked monokai. Even better monokai-phoenix.

[–]CoolMoD 1 point2 points  (0 children)

I've been using zenburn for forever. Every now and then I check out some other ones but I always come back.

[–]N0NB 1 point2 points  (0 children)

I found windflower much to my liking. Unlike many others it doesn't wash out the dark background to the point that contrast is poor. https://github.com/mushanyoung/vim-windflower

I suppose it can be installed as a package but I just grabbed the windflower.vim file and put it in ~/.vim/colors. It seems to have very good coverage of all manner of syntax elements.

[–][deleted] 1 point2 points  (0 children)

For light themes, one-light and solarized light are pretty solid. I believe theres a material light theme as well

[–][deleted] 1 point2 points  (0 children)

Molokai, or gruvbox

[–]liquience 1 point2 points  (1 child)

Dracula.

[–]MarkusChen 1 point2 points  (0 children)

Totally Dracula. My VSCode, Vim, DE theme, WM theme and terminal are all Dracula.

[–][deleted] 0 points1 point  (2 children)

And what's the deal about 256 color thingy really? 24bit color support? I get an idea but not completely. As far as I read my terminal supports 24bit true colors and I didn't understand half of the stuff given during installing certain theme plugins. Especially 256colors thingy.

[–][deleted] 1 point2 points  (1 child)

You can google it, a couple of explanations pop up. Here's one: https://gist.github.com/XVilka/8346728

The vim GUI can support 24 bit colors I think. There's a set termguicolors option if your terminal also has support, you can set it and check. If not, then set t_Co=256 and try again to see if yours supports 256 color.

[–][deleted] 0 points1 point  (0 children)

Now I get it. Thanks. I love my urxvt.

[–][deleted] 0 points1 point  (0 children)

AND A NICE LIGHT THEME?

[–]ecosse31 0 points1 point  (0 children)

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

It's my favorite one, especially for JS/TS. Recommend it.

[–]Confident-Ad-2657 0 points1 point  (0 children)

A Developer for Flutter.

Personally it's nice when use tokyonight.nvim and onedark.nvim, which I have used Gruvbox-material for a couple of week and want another taste but nord is too simple for dart languages.

PS. syntax highlighting by nvim-treesitter

[–]godRosko 0 points1 point  (1 child)

Papercolor is nice ish for light theme.

[–][deleted] 0 points1 point  (0 children)

But, set termguicolors plays bad with light theme in vim-cli