Android Studio vim dark theme - Unable to edit some colors - android-studio

I downloaded Vim Dark here. I prefer change all grey text to white, but i stuck on Local variable, Constructor declaration, ...etc because there's no colour block to click.
My platform is Fedora 21 and Android Studio 2.0.

I figure out the answer.
I have to change the color on General -> Text -> Default Text.
And also General -> Errors and Warnings -> Unused symbol. For unknown reason, you have to Click "Apply"/"OK" to take effect on Java section preview.

Related

How to change Indentation Line Color In Android Studio 4.0?

I don't know what the name of this setting is. It's the (grayish) line that appears when you unfold a method, if, for, etc.. statement (see attached image). I want to change the color but can't find the option in the Android Studio 4.0 settings menu. Does anyone know what's it called and how to change it's color?
thanks
Things have changed in android studio 4.0
In order to change the color of that indentation line do this
Go to File -> Settings -> Editor -> Color Scheme -> General
And inside that go to Editor -> Guides
You can set
Indent Guide
Indent Guide Selected
Output Image :

Flutter Android Studio Color Palette not showing

Recently I started learning flutter, I am trying to change the color. The Tutor on her screen when typing Colors. The IDE automatically shows color palettes whereas in my case it doesn't.
I tried the following options:
Settings -> Editor -> General -> [checkbox]Show quick documentation on mouse
move
Settings -> Editor -> General -> Code Completion -> [checkbox]Insert selected
suggestion by pressing space, dot or other content-dependent keys &
[checkbox]Show the documentation popup in .... ms
It doesn't work on any of those.
I've attached the screenshot.
Tutor Screenshot:
My Screenshot:
Color palette is part of Quick Documentation.
So, put the mouse cursor over the Colors class or the color name as bellow:
And then, go to View -> Quick Documentation, or use the shorthand key
Windows - CTRL+Q
MacOS - F1
When the help panel has been shown, you can scroll down and see all available colors.
Viewing over color name

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 Dark Colours for Project Properties

I like the Dark Color Theme for VS2012 but it really annoys me that it doesn´t apply to the Project Properties.
And I can´t find the Properties to change the Color in the Visual-Studio-ColorTheme Editor...
Is it even possible to change these Colours?
GoTo: Tools -> Options -> Environment (General)
you will get the option to change color, only if you've installed the Visual-Studio Color theme editor

how to change visual studio 2012 update 2 knockout js text colors?

Just updated to vs2012 update 2 but I noticed that the text colors have changed for any knockout portions in html. they have very light grey background and this makes it very hard to read. I cant find any thing specific that points to knockout js in the fonts and colors section of the visual studio options so I havent been able to make them readable.
does any one know how to fix this?
In Visual Studio -> Tools -> Options -> Environment -> Fonts and Colors, in the Display items:, scroll down to Knockout region and modify the Item background: color.
I had the same issue. I installed this ASP.NET and Web Tools 2012 and then I got the "Knockout Region" and was then able to edit the style
Just install Visual Studio 2012 Color Theme Editor (300KB)
It will automatically fix the problem for all themes. (Dark, Blue, Light)
It is useful especially if you can't find Knockout Region in Visual Studio -> Tools -> Options -> Environment -> Fonts and Colors -> Display items.

Resources