Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 565
buzoherbert Avatar asked May 17 '16 06:05

buzoherbert


2 Answers

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

enter image description here

another way that might help you ,

Navigate to setting --> appearance --> check Adjust color of red-green deficiency (under theme)

like image 142
Amit Vaghela Avatar answered Sep 20 '22 20:09

Amit Vaghela


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

> http://blog.jetbrains.com/idea/2015/09/intellij-idea-15-eap-help-us-test-the-adjustments-for-color-deficiency/

like image 43
Vojtech Ruzicka Avatar answered Sep 20 '22 20:09

Vojtech Ruzicka