Ragunath Jawahar
Ragunath Jawahar

Reputation: 19723

Android Studio problems switching themes

I switched back and forth between the Dracula and Default theme. Now my text folder in the source set has a different color. How do I fix that? Tried invalidating the caches, restarting. But I couldn't fix it. Attached is a screenshot.

enter image description here

Upvotes: 0

Views: 74

Answers (1)

Darek Kay
Darek Kay

Reputation: 16669

My guess - this folder is somehow special. It's either ignored (vcs), excluded etc. Check your color settings:

File > Settings > Editor > Color & Fonts > File Status and look through the styles in your active scheme. One of those probably has a dark background set.

Upvotes: 1

Related Questions