Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 0.2.8 TODO colors have changed

Just updated to Android Studio 0.2.8 and suddenly my TODO items are colored blue, which makes them completely unreadable using the Dracula scheme.

The color setting in Editor -> Colors & Fonts -> General -> TODO defaults is unchanged from before the update, but it is not being used.

The pattern in TODO is also set to Use color scheme TODO default colors.

Is there anywhere else that specifies the color of the TODO items?

EDIT
This seems to happen in IntelliJ IDEA as well.

like image 718
free3dom Avatar asked Sep 12 '13 13:09

free3dom


1 Answers

I've figured it out but I will post this anyway, in case anyone else runs into the same problem.

The solution was to go to Settings -> TODO and toggle the Use color scheme TODO default colors setting off and back on for the \btodo\b.* pattern. It then reverted to using the color I set in the Editor -> Colors & Fonts section.

Edit:
Just to be clear, after toggling the setting off, I first accepted the change by closing settings, then I went back into settings, and toggled it back on again.

like image 115
free3dom Avatar answered Oct 26 '22 18:10

free3dom