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
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.
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?
[+] [-] SingAlong|10 years ago|reply
Direct font download: https://damieng.com/blog/2008/05/26/envy-code-r-preview-7-co...
[+] [-] clessg|10 years ago|reply
[+] [-] nstart|10 years ago|reply
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
[+] [-] unknown|10 years ago|reply
[deleted]
[+] [-] _RPM|10 years ago|reply
[+] [-] scrollaway|10 years ago|reply
https://github.com/neovim/neovim
[+] [-] jolux|10 years ago|reply
[+] [-] Omni5cience|10 years ago|reply
[+] [-] generic_user|10 years ago|reply
[+] [-] DustinCalim|10 years ago|reply
[+] [-] ofcapl_|10 years ago|reply
btw. this theme is really nice :)
[+] [-] alwillis|10 years ago|reply
[+] [-] clessg|10 years ago|reply
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.)