color-scheme Questions

5

Solved

Sometimes Sublime Text 2 will recognize my code with its color scheme and other times it won't. I do a lot of pasting code into the code editor and editing it, but I rarely write code in it, mostly...
Eclogite asked 24/1, 2013 at 23:22

2

Solved

Is there any way, in my vimrc, to override the background setting of my colorscheme and force it to black? I'm looking for something like set colorscheme=wombat256 override_background(black) so ...
Saccharine asked 30/9, 2011 at 21:29

2

Solved

I am customizing my own color scheme for Vim but I don't know when should I configure ctermfg/ctermbg variable and guifg/guibg variable because I didn't see any differences between them at all. Is ...
Mobcap asked 8/3, 2020 at 17:50

5

I love the color themes (thanks!), but one seriously nagging issue is that the code that is #ifdef'd out, is impossible to read (and annoyingly bright). If I highlight those lines, I can read it, b...
Chrissychrist asked 5/6, 2012 at 19:51

2

I'm trying to prevent Visual Studio 2015 from colorizing code blocks when at a breakpoint within a lambda expression. (Screen shot below). It's very distracting for me, and I would like to preven...
Ostraw asked 2/3, 2018 at 21:45

3

When you save a project, Sublime Text will create a .sublime-workspace file. In this file, there is an array of buffers, and for each buffer there is a color_scheme property. This is set to whateve...

2

I am using SQL Developer with a dark background theme ('classic'), which is really nice. However, the cursor is hard to see, since it has a color (grey?) that is very similar to the background colo...
Superstition asked 22/11, 2017 at 8:9

2

Solved

I want to easily distinguish between my input commands in the VSCode terminal and the terminal output. So if I could change the colour or font of the, in my case, "my-Macbook-Air:Folder myname$", i...

3

Solved

I am trying to build a color palette around 2 colors: teal and rose I found this website: https://learnui.design/tools/data-color-picker.html#palette Which could do half of what I was looking for ...
Cochabamba asked 6/3, 2019 at 21:43

1

Solved

I am using VsCode version 1.30.1. I have forked a color theme on github, and can't get it to work. I cloned the repo into my .vscode/extensions folder. The color theme shows up when I go to colo...
Jopa asked 24/12, 2018 at 4:20

2

Solved

I'm struggling to make the Solarized colorscheme correctly working on an Ubuntu 13.10 machine inside Vim inside tmux inside the gnome-terminal. I've started configuring gnome-terminal using the sc...
Jelsma asked 16/4, 2014 at 19:54

3

Solved

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 colo...
Aruspex asked 13/8, 2010 at 23:37

4

Solved

I didn't find any option for that, so I suspect that some views follow the color pattern of the operating system. I'm currently using OS X, and it seems like changing the default background color i...
Omniumgatherum asked 2/4, 2010 at 21:42

5

Solved

When running Vim in a Terminal, the vim window does not fill the entire screen space, which is very irritating when the terminal background color radically differs from vim's. Admittedly, one might...
Bestead asked 14/11, 2014 at 19:33

2

Solved

For a long time I have used a grey background color in Eclipse, and it's awful. But I have really no idea how I can switch back to a default white background. I have looked in Window > Preferences...
Alcyone asked 3/11, 2010 at 9:25

4

Solved

I'm trying to change the color scheme on my vim editor. I put this on the .vimrc file set t_Co=256 colorscheme molokai I have the molokai.vim file on .vim/colors And when I try to load the .v...
Hollenbeck asked 4/9, 2014 at 3:58

1

Solved

How do I change the color of my properties and methods to be like those with the ReSharper plugin? I can't find option in Visual Studio > Options > Font and Colors to change these.

3

Solved

I have IntelliJ IDEA 12 and something weird is happening when I load custom font color themes like SonOfObsidian https://gist.github.com/palaniraja/2097581. The left border displaying the line num...
Beardless asked 30/6, 2013 at 18:25

1

Solved

TLDR : How to change following files color in android studio The other day I was playing with Color Themes , and Material Theme plugin to see which colors and themes would look better for android ...
Terza asked 7/5, 2018 at 6:43

1

Solved

I do not know why but when I change the color scheme of the spyder editor (I have the latest version installed and I do it through preferences -> syntax coloring), the variable explorer's color rem...
Outboard asked 5/5, 2018 at 18:31

3

Solved

I'm working on a TextMate like color scheme for NetBeans (twilight), I'm almost done, there's only one thing left: I can't set the html attributes highlighting. As you can see normal attributes ...
Shall asked 25/10, 2010 at 8:51

3

Solved

I want to change the highlight color of references showing in Eclipse's Search View after CDT find reference operation (right click on code -> References -> any). How can I do this? Note: this is ...
Diandiana asked 17/11, 2015 at 19:11

5

Solved

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 Eclip...
Gahnite asked 3/2, 2009 at 13:6

3

Solved

Im switching code editors and trying to rebuild my color scheme from the previous one, from Sublime Text to PHP Storm. What i can't find is: How to change the color of selected text/code - to be ...
Segregationist asked 20/1, 2016 at 12:27

9

Solved

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 backgroun...
Waverly asked 12/5, 2010 at 13:44

© 2022 - 2024 — McMap. All rights reserved.