This is what it looks like
The dark grey part behind every word, not the light grey selection boxes.
Does anybody have any idea what setting can actually get rid of it?
Thanks!
Figured it out.
Just put background color for all user-related items to automatic:
Related
Whenever I type something in the Remix ONLINE IDE, the entire code flickers. What I mean is that say the keyword function is shown in blue color, now when I start typing that blue color will turn to white and then the blue very fast (flickering).
Had the same problem and couldn't find a reson. But if you reload the page it stops flickering.
I use Android Studio with Material Theme, as it makes it look A LOT better. The only problem is that when I initialize a variable, it shows up as dark grey, which is pretty unreadable because I use the dark theme. Is there an option that I can change only that dark grey to some other color, without making any changes to the color of other pieces of code?
Here's a screenshot:
File > Settings > Editor > Color Scheme > The language for which you want to change the color
In my app I'm using a Drawer Layout, following the example of Android Developer.
As you probably konw, the 3 lines of the Toggle button in the top-left corner are light grey... Well, I would like to set their color the white, because the ActionBar is in light blue.
Do you know how to do this?
Thank you very much!
Solved: it's really simple! I had to apply a white level in photoshop on res/drawable/ic_drawer.png, then reload eclipse!
You have to change the res/drawable/ic_drawer.png image in you application folder.
I'm using TextEdit to transcribe sections of 26 moleskine notebooks that I've filled up over the past 7 years. I changed the background to black and the text color to gray, which is great for the eyes except I cannot see the cursor. This makes it hard to edit, as you can imagine. When I use textwrangler or sublime the cursor blinks white..how do I extend these settings to textedit?
Thank you - first ever stackoverflow question :)
Unfortunately it looks like TextEdit does not allow configuring the color of the cursor.
Is there a way to change the cursor color in TextEdit?
Ok, I am using the Visual Studio 2012 Color Theme Editor extension and I have modified the dark theme a little bit so that it suits my needs.
However I am experiencing an issue with the background color when I am using the Find tool. The issue is that I am setting an exact color for the background of the highlighted string, but it seems that there is some default transparency applied which is not editable even when using the editor mentioned above (VS gives you the option to edit the colors while the custom editor gives you the option to change the opacity as well).
Since I am using the dark theme whichever color I choose it looks like dark grey with a little bit of red/blue/yellow/whatever. I need to set it to something vibrant and not to dark grey with a drop of white for example - I want to easily see what is highlighted when I search.
How do I set it to something vibrant and not to dark grey with a drop of white for example - I want to easily see what is highlighted when I search?