Using Vim with light or white background color scheme [closed]
Asked Answered
T

7

14

When using Vim with on a terminal with a light or white background, most color schemes are subtly broken. How can I fix this? Is it possible to use a color scheme which is designed for a light or a white background?

How can I chose a vim colorschemes which uses white/or lightgrey as background color?

Torbernite answered 2/11, 2010 at 5:39 Comment(4)
THANK you. It seems like all the colorschemes are tailored towards a black background. Are we the only programmers who like light backgrounds?Odericus
These answers can be sparse on instructions on how to apply the color schemes. Here is a walkthrough on how to setup a colors and syntax highlighting with vim: github.com/sentientmachine/Pretty-Vim-PythonMckinnie
disagree with the closure finding. this is actually a very concrete question, in fact one i came here precisely to find answers to.Rhodium
I did some searching (the github colorscheme tag is useful), here's a bunch that I found reasonable: vim-colors-plain, One Half Light, vim-colors-github, snowDurand
F
15

Solarized For Vim python code files:

enter image description here

or

enter image description here

More work has been put into this than your average color scheme.

Fledgling answered 16/6, 2012 at 4:41 Comment(3)
That font looks cool, which one it is?Pirri
I'm wondering why Solarized themes are so many times recommended. I used both of them and after a while I feel more tired than when I used white on black or black on white. Solarized to be better should have much higher contrast.Weymouth
@Pirri It's NovaMono here's the relevant powerline font that'll work with airline too: github.com/powerline/fonts/blob/master/NovaMono/…Durand
S
9

I use Proton on a daily basis. I love it.

Seraglio answered 2/11, 2010 at 12:23 Comment(3)
Oh there actually are people using my color theme(s) :) If you have any suggestions, don't hesitate to contact me!Adamsun
I didn't even know about Proton, but I'm already using it. I like it a lot! Thanks for making it @Droggl.Standin
Note that this theme still exists at the above link and works as of May 2019.Canonicity
A
6

I prefer this one: habiLight

By the way: For an overview of colorschemes available for Vim see vimcolorschemetest. Go to section "Browse by File Type" an select the file type for which you want to see the examples.

Acidophil answered 2/11, 2010 at 9:50 Comment(0)
D
5

I'm not sure if it is gauche to suggest one's own color scheme, but I do genuinely prefer to a broad range of light-background schemes that I've tried, whether coding in Python or not: mayansmoke.

Example screenshot:

enter image description here

Diction answered 2/11, 2010 at 23:11 Comment(0)
T
4

My personal favorite is Elflord. However you might like pyte, I have tried that and found it to my own liking. Desert and desert256 are more in the brown range, but you may like those as well. But my best suggestion for you is earendel. Good luck finding the right ones for you, if you need a list of all of them, I think this is where I found mine:

http://www.vim.org/scripts/script_search_results.php?&script_type=color%20scheme&order_by=rating&show_me=20&result_ptr=0

Tilla answered 2/11, 2010 at 5:44 Comment(1)
thanks jim. earendel looks awesome to me =)Torbernite
R
1

I stick with the default colors. The bold yellow is quite horrible (but it might be my consoles fault (link)), everything else is very good.

I stick with the default in order to have the same colors everywhere, and secondly I don't "see" (care) which color is which, but only that colors differ. It's unconscious.

Righthanded answered 2/11, 2010 at 10:13 Comment(0)
C
0

I definitely recommend this color scheme and configuration. You can just clone this repo in you .vim folder and you're on.

Charade answered 24/7, 2012 at 7:41 Comment(1)
I suspect what you mean is this colorscheme: github.com/robertmeta/nofrilsDurand

© 2022 - 2024 — McMap. All rights reserved.