How to change the color of certain parts of code in Android Studio? - android-studio

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

Related

How to apply a lighter background to Darcula theme in Android Studio?

In Darcula, when the font color is also dark - as in the green below - then it is hard to read against the pitch black background and bugs hide in the undergrowth.
Is there a way to change the background from pitch black to a lighter shade, for example gray (without the glare from the default theme)?
Go to Settings > Editor > Color scheme > General
Select Text > Default text
Change background color from the right panel
As La Bla Bla suggested, you can customise the theme in settings.
OR you could download an entirely new theme from JetBrains' selection here:
https://plugins.jetbrains.com/search?tags=Theme
and import it using these steps:
How to change or add theme to Android Studio?

On Android Studio, turning background screen from white to black?

On Android studio when I code at night, it hurts my eyes when the background is white, how do I turn it to black? I'm referring to the following...
Preferences > Editor > Color & Fonts > General > Default Text > Background
Will directly change the background colour.
To change to a darker theme
File->settings->IDE settings->Appearance->Theme
Go to
File -> settings -> Appearance and Behaviour -> Appearance
In Appearance window, change theme to Dracula

Scrollbar hints color scheme for Android Studio and Intellij

I'm partially color blind and this causes some usability issues when I'm interacting with software, in this case Android Studio and Intellij. The Color Themes for Intellij website has helped me a lot for customizing the text editor, but there's still one issue.
The right scrollbar on the text editor shows color coded information about the location of errors, warnings and other context aware information.
It's very difficult for me to differentiate the elements of current color scheme for that bar.
Is there a way to customize it?
It seems that changing the Theme of the software doesn't affect said color scheme.
You need to check
Navigate through Setting --> Editor --> colors & Fonts --> General --> Errors and Warnings--> Error --> check Error Stripe mark (choose color you want) to show color code in right scroll
another way that might help you ,
Navigate to setting --> appearance --> check Adjust color of red-green deficiency (under theme)
You might want to try this theme
https://github.com/oizo/intellij-colorblind-scheme
Also in intelliJ idea, there is an option to enable color-blind mode:
Settings → Appearance & Behavior → Appearance → Adjust colors for red-green vision deficiency

How to get rid of background color of Android Studio comments in dark theme?

I've installed Android Studio 2.1 and switched to the dark theme. How do I get rid of this background color? I can't seem to find it anywhere. I've changed all the background colors of comments but I can't seem to get rid of this:
The Created by Can... comment has a background like it's selected (of course it's not selected) and it's really disturbing my attention.
That background is actually warning highlight from code inspection. You can disable it by going to Settings -> Editor -> Inspections, where you can search for Default File Template Usage and uncheck it (screenshot for help).

Visual Studio 2012 find and replace highlight color is not exact

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?

Resources