Tagged Questions
The color-scheme tag has no wiki summary.
185
votes
11answers
111k views
Color Themes for Eclipse? [closed]
I am a recovering Emacs user, who is trying to ease into Eclipse usage. (Since I'm encouraging the rest of the team to use it, I guess I should at least try to get along).
My current excuse is that ...
147
votes
24answers
83k views
Dark color scheme for Eclipse?
Is Eclipse at all themeable? I would like to install a dark color scheme for it, since I much prefer white text on dark background than the other way around.
Edit: so apparently there is NO easy way ...
31
votes
19answers
42k views
Visual Studio color theme [closed]
What Visual Studio color theme do you use?
Or just the default?
Also see: What color scheme do you use for programming?
30
votes
12answers
10k views
Best CSS color wheel sites [closed]
What site(s) do you recommend for looking at complimentary colors for site design? It would also be beneficial to enter a hex or RGB value and have the color wheel spit back complimentary colors.
...
29
votes
15answers
14k views
Which Visual Studio Color Theme? [closed]
Which Visual Studio Color Theme do you use?
Do you find that the darker themes work best for you? Do they help ease your eye strain?
What is your favorite color theme & where can I get it?
21
votes
5answers
6k views
How to automatically generate N “distinct” colors?
I wrote the two methods below to automatically select N distinct colors. It works by defining a piecewise linear function on the RGB cube. The benefit of this is you can also get a progressive scale ...
15
votes
9answers
1k views
CSS - Separation of Color and Position
I'm just wondering what others do in this respect:
Do you try to keep positional CSS (layout) separate from color/flavor CSS (color, background-color, background-images, font-size and family) ?
Use ...
13
votes
11answers
7k views
Web 2.0 Color Combinations
What are the most user-friendly color combinations for Web 2.0 websites, such as background, button colors, etc.?
11
votes
7answers
4k views
Where can I find nice Dark ReSharper (with Color identifiers = on) Themes?
I haven't come across any decent dark Visual Studio 2008 color themes with support for ReSharper's Color identifiers turned on.
Have any been published?
8
votes
6answers
6k views
Mac OS X vim colors mangled
Here's my setup
Mac OS X 10.6
VIM (default version that comes with OSX 10.6)
rails.vim (installed in .vim/autoload)
ir_black.vim (installed in .vim/colors)
i have "colorscheme ir_black" and "syn on" ...
8
votes
2answers
283 views
Emacs - random color theme every hour?
I know that to (funcall (car (nth (random (length color-themes)) color-themes))) gives me a random color theme on every Emacs startup; but I hardly restart Emacs. How do I cycle between random color ...
8
votes
1answer
682 views
VS2010 - Font colors for numbers in SQL scripts
OK, see the numbers? I can barely see them because my Visual Studio 2010 theme has the backround as almost-black, and the numbers show up in the default color, which is black. I can't figure out ...
8
votes
11answers
261 views
Can I make a custom colour definitions that I can share between CSS, JS and HTML?
I have a blue-ish colour that I want to use in many places in my app and at the moment I am copying and pasting it between styles in my CSS. Is there a way of defining a constant like the standard ...
8
votes
2answers
2k views
VIM Colorschemes in Screen & PuTTy?
I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a client but unfortunately I haven't had much success. I can only get 8bit colours working with PuTTY ...
8
votes
7answers
801 views
What's so special about the greenish-blue color? Why is it so popular in web design?
I've noticed that this color is somehow preferred over pure blue or blue-violet. Vista and Windows 2008 have largely adopted this color. Many dating sites seem to prefer this one over blue or violet. ...
7
votes
1answer
373 views
How to generate different colors of same luminance for line chart in Java?
I want to generate different colors for my line graphs:
I want to generate equally different colors (for human eye)
I want them to be the same luminance (not computed brightness)
(this rules out ...
7
votes
5answers
3k views
Does anyone know a light Vim scheme which makes coding more readable and pleasant?
I know a lot of nice dark schemes for Vim which makes coding more readable and pleasant such as ir_black, wombat, zenburn. Its weird but I haven't seen so many popular light themes (white background).
...
7
votes
6answers
9k views
Is it possible to customize the color scheme of a Google Map?
I'm using the Google Maps API and would like it to render a very simple image of countries/continents.
I also want to draw them in a suitable color that will work well with my site's color scheme.
...
7
votes
11answers
9k views
What is the best color combination for readability, easy of use, and reduced eye strain?
I am trying to pick out the optimal set of colors for a new website project.
I want to do a traditional black on white look and feel for the main content. However my partner on the project wants ...
7
votes
6answers
9k views
Eclipse - editor colors - a healthy configuration
I use Eclipse for Java, Python, C(++) and so on.
I'm accustomed to Vim and the dark color schemes. The default white background just hurts my eyes. And that's a real problem. It doesn't seem Eclipse ...
6
votes
3answers
318 views
Negative aspects of dark color scheme (dark background with light text)
I am using Light on dark color scheme in my WPF application.
My question is what are the negative aspects of this color scheme and why this color scheme is not widely used?
Please follow this thread ...
6
votes
3answers
344 views
In my .vimrc, how can I check for the existence of a color scheme?
In a .vimrc, is it possible to load a color scheme only if it exists?
6
votes
2answers
291 views
Is there a Visual Studio color scheme similar to Webmatrix?
Webmatrix has a clean color scheme. Is there a similar one for Visual Studio?
6
votes
6answers
176 views
Where do you go to find inspiration for website designs? [closed]
Starting from scratch is hard. How do you do it? I quite like color lovers for some palette ideas but after that I just browse randomly until I find soemthing that catches my eye.
6
votes
3answers
459 views
Getting a Colour Scheme from an Image
I want to develop a basic tool like the one featured here. I will be taking screenshots of a number of web pages and from there I wish to take the top five most popular colours and from there somehow ...
6
votes
2answers
639 views
Granularity of Syntax Coloring in Visual Studio
I am crazy about syntax coloring, where different source-code elements are displayed in different colors. Nowadays, good coloring is right up there with proper indentation when it comes to my ability ...
6
votes
2answers
474 views
Colorscheme effects
I noticed that a while back a question was asked about personal preferences in terms of color schemes for Vim (What is your favorite colorscheme FOR PROGRAMMING in Vim?). Though the author did note ...
6
votes
5answers
496 views
Determining your websites color scheme
One of the biggest issues I have, from a UI standpoint, when building a new website is figuring out what colors I will use and of those colors, do they actually work well together.
I found this site ...
5
votes
1answer
110 views
How can I replace a factor levels with the top n levels (by some metric), plus [other]?
For a factor with more than a sensible number of levels to color in a graph, I want to replace any levels that are not in the 'top 10' with 'other'.
Alternate Question: How do I reduce my factor ...
5
votes
1answer
292 views
Non-linear scaling of a colormap to enhance contrast
The following python code creates a heatmap of a matrix that contains normally distributed values
import numpy as np
from matplotlib import pylab as plt
np.random.seed(123) #make sure we all have ...
5
votes
3answers
1k views
5
votes
1answer
1k views
How can I import color schemes into Visual Studio 2010?
I recently came across this website: http://studiostyles.info, which contains a list of color schemes that people have already created.
However, I can't find instructions on how to import them into ...
5
votes
6answers
803 views
Calculating contrasting colours in javascript
On one of pages we're currently working on users can change the background of the text displayed.
We would like to automatically alter the foreground colour to maintain reasonable contrast of the ...
4
votes
2answers
135 views
How to get the list of all installed color schemes in vim?
Is there a way to get a list of all installed color schemes in vim? That would make very easy to select one without looking at the vim directory.
Thanks.
4
votes
1answer
139 views
Syntax coloring of html files in eclipse
We use a custom cgi solution, which makes use of %-tags in html-files:
<% keyword some.stuff() %>
Does anyone know an easy way to get syntax coloring in eclipse for these tags?
4
votes
4answers
461 views
How do I make a lighter version of a colour using PHP?
Hello fellow earthlings. A quesion about RGB color and its usefulness in a simple tiny php code:
Imagine I have variable $colorA containning a valid six char color. say B1B100, a greenish natural ...
4
votes
4answers
389 views
Using hexadecimal color code in System.Drawing.Color
Is there a way to specify the hexadecimal code(something like #E9E9E9) while setting the color of a datagrid instead of using the below code.
dg.BackColor = System.Drawing.Color.LightGray
...
4
votes
3answers
2k views
Custom colorscheme not working on VIM
Here's what I did:
cp ~/.vim/colors/ir_black.vim /usr/share/vim/vim72/colors/
Then tried to open some code and :colorscheme ir_black
It changes a few colors but makes most of the text start to ...
4
votes
2answers
311 views
How can I customize the text editor or color tag parts of my code in Visual Studio?
How do I customize, extend the text editor, or color tag parts of my code?
I would like Visual Studio to color code parts of my code. Can I use #region and give it a color?
Is there any way to make ...
4
votes
4answers
2k views
Android Nexus One - Can I save energy with color scheme?
I'm wondering what color-scheme is more energy-saving for AMOLED display?
I've already decided to manage c-scheme according to ambient light, thanks to this post:
Somewhat-proof, the link ...
4
votes
1answer
2k views
Eclipse highlight occurrences, right column marker color
Similar, but different to this question:
I use highlight occurrences a lot, but sometimes I'm irritated by how hard it is to see the little grey-ish rectangles on the rightmost side of the editor - ...
4
votes
2answers
3k views
Changing Resharper's color scheme
Does anyone know how to change the ReSharper color scheme in VS2008 SP1 ?
I've looked around and all the posts out there one the internet pointed to dead-ends.
JeBrains at one point told users to ...
4
votes
1answer
87 views
How do you change the colors of the text when doing a Schema Compare in Visual Studio 2008 Database Edition?
I am trying to find out how to modify the Colors / Fonts used in the Schema Compare "Object Definitions" window that appears after a comparison is done between two databases.
The color scheme I have ...
3
votes
1answer
855 views
Incorrect colors with vim in iTerm2 using Solarized
I am having a strange issue with iTerm2, in terminal vim (non-gui) and the solarized color scheme. First, I have set iTerm2 to use the dark solarized colour scheme.
I am also using solarized for vim. ...
3
votes
2answers
207 views
Aptana like color theme for emacs
Does anyone know where I can find Aptana like dark color theme for emacs?
3
votes
1answer
177 views
Importing/Exporting color themes for the MATLAB editor
Is there a way (maybe undocumented?) of importing/exporting color themes for the MATLAB editor?
As an example, I would like to import the Zenburn color scheme in MATLAB.
3
votes
2answers
309 views
How do I turn off all font hinting in gvim in Windows 7?
I have a font display problem while using gvim in Windows 7 with the Terminus font. Here's a sample:
1x
3x
I'm pretty sure it's trying to display casesensitive in bold, but Terminus.ttf is meant ...
3
votes
3answers
629 views
Vim syntax Highlighting
I have installed vim in Debian 6. I am trying to change color scheme and enable syntax highlighting. But it's not working. I added set background=dark in .vimrc file. But white background is ...
3
votes
1answer
440 views
netbeans background color
(I want this just so I can browse my files easily instead of just walls of text)
I am using Netbeans 7 and I want to know: can I mark functions/classes or blocks with a background color?
Example: I ...
3
votes
1answer
476 views
Change colour scheme for ggplot geom_polygon in R
I'm creating a map using the maps library and ggplot's geom_polygon. I'd simply like to change the default blue, red, purple colour scheme to something else. I'm extremely new to ggplot so please ...