top | item 10173495

Anderson.vim: Dark vim colorscheme based on colors from Wes Anderson films

44 points| tambourine_man | 10 years ago |github.com

13 comments

order
[+] nstart|10 years ago|reply
Looks pretty good. Shall try it out for a few days. I'm a big fan of pastel shades and most color schemes don't get it right. Solarized with dark background is pretty good but I honestly prefer the light background. Been looking for a decent dark background based color scheme and settled on molokai. Even then I'm not a fan of the fancy highlights no matter how tastefully done. Anderson looks like what I've been looking for. I especially need it since I wake up at 5am to study/work on side projects and work with the lights switched off to avoid waking up the wife/anyone else in the house. Light/Bright backgrounds are a disaster then. So thank you :)

I'm sad to say though that the colors of the wes anderson films reference has flown far over my head :D

[+] perfTerm|10 years ago|reply
I remember liking molokai as well but now I'm using solarized dark at work across terminal, vim, and intellij and php storm which is alright. It took some fiddling to get right though.
[+] _RPM|10 years ago|reply
Part of the reason I don't use many VIM plugins is because how much it slows down the time from

    $ vim main.c
to actually seeing the UI. But These colors do look pretty.
[+] jolux|10 years ago|reply
For some reason the iTerm colors are not working for me. What version of iTerm was used to make these?
[+] Omni5cience|10 years ago|reply
It works with the beta version (i.e. 2.9).
[+] generic_user|10 years ago|reply
it has both 16 and 256 color mode which is nice if you work in gui and terminal mode.
[+] ofcapl_|10 years ago|reply
sorry for a little offtop, but I want to know how do You deal with really long files (e.g. css) in vim? I used to work with vim, but navigating in long files caused 'jumpy' scroll effect which drives me crazy - any suggestions?

btw. this theme is really nice :)

[+] clessg|10 years ago|reply
Not sure if you're referring to performance, but if you are, then...

Two things that work well for me are disabling line highlighting and cursor line.

:set nocursorline

:syntax off

Disabling relative line numbers apparently helps too. (No effect for me though.)