color-scheme Questions

1

Solved

I have a vim highlight to display whitespace errors in code: " Highlight redundant whitespaces and tabs. highlight RedundantSpaces ctermbg=red match RedundantSpaces /\s\+$\| \+\ze\t\|\t/ Which d...
Gownsman asked 7/8, 2012 at 1:18

1

Solved

I have a dataset with 224900 observations and 10 variables which are the result of different Taylor series back transformations to original data values. I wish to overlay the density plots of each ...
Pussy asked 17/10, 2012 at 22:25

1

I recently installed DW CS6 via Adobe Creative Cloud - and seems to have attempted to import my code coloring from CS5 - but not to much success, It's a jumped mess really. I'm hoping i don't have ...
Antoinetteanton asked 22/7, 2012 at 3:31

5

Solved

This is probably easy, but I'm trying to convert from a source which provides colors in RGB strings to an output in BGR strings in Java. I've been busting my brain and time on shifting and Long.dec...
Ultrasonics asked 14/6, 2010 at 22:57

10

Solved

What are the most user-friendly color combinations for Web 2.0 websites, such as background, button colors, etc.?
Polled asked 26/8, 2008 at 15:13

7

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 ligh...
Torbernite asked 2/11, 2010 at 5:39

1

When I edit scheme (.scm) files in Emacs, I seem to lose my chosen color theme. I'm on Ubuntu 11.10; Emacs 23.3.2 GTK+ and here's my relevant .emacs for color theming: (require 'color-theme) (eval...
Mistrial asked 12/5, 2012 at 15:28

1

Solved

I used to use gVim, but now I am switching to terminal Vim and would like to get rid of some annoying background highlighting which is being rendered under certain text. Here are some examples of w...
Reversion asked 26/9, 2011 at 22:0

1

Solved

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 l...
Mervin asked 13/7, 2011 at 2:55

2

I'm looking for a good color scheme for Komodo IDE.
Armilla asked 29/11, 2010 at 18:50

1

Solved

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 hav...
Jakejakes asked 27/6, 2011 at 11:59

3

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 displa...
Heraclitus asked 10/6, 2011 at 16:8

3

Solved

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 b...
Noonan asked 13/1, 2011 at 23:58

1

Solved

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 f...
Tirado asked 13/5, 2011 at 18:58

1

Solved

I want to create a highlighting group named Italic to be exactly like Normal but with text in italic. Currently, my Normal highlighting is set to ctermfg=251 ctermbg=234 guifg=#cccccc guibg=#242424...
Safekeeping asked 2/3, 2011 at 19:23

1

Solved

With screen types aside (backlit LCD, OLED, matte, glossy, etc...), what color scheme provides the most readability in direct sunlight? I have not been able to find much on this in a day of...
Fatback asked 1/3, 2011 at 14:35

4

Solved

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 ...
Bootery asked 23/2, 2011 at 23:23

4

Solved

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
Fairminded asked 16/2, 2011 at 8:24

1

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 ou...

2

Solved

Webmatrix has a clean color scheme. Is there a similar one for Visual Studio?
Barri asked 29/12, 2010 at 13:32

2

Solved

I'm trying to change the highlighting in vim for the highlighting group "Folded". I'm using the color scheme "koehler" and my folded lines appear in cyan on a grey background in gvim, which is comp...
Toul asked 22/11, 2010 at 11:58

2

Solved

I can't get the VS 2008 settings with the Zenburn colours to import into VS 2010 RC, and wondered if anybody had the theme working and could make the settings available.
Schauer asked 9/3, 2010 at 9:39

4

Solved

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 post...

1

Solved

About fonts and colors in the VS2010 C# text editor with Resharper installed. In the following method: public void Method() { var lis = new System.Collections.ArrayList(); var exc = new Syste...
Prepay asked 18/6, 2010 at 13:0

11

Solved

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 ...
Carlynne asked 20/7, 2009 at 16:30

© 2022 - 2024 — McMap. All rights reserved.