Darts theme editor - blue text that is hard to read on a black background.

I would like to set a visual theme in the Dart editor with a black background, but there is always text that appears blue, which makes it difficult to read. For example, quoted text in HTML documents is displayed in blue. So in the following text:

meta charset = "utf-8"

"utf-8" is blue (including quotation marks). I tried to fix this by creating my own theme and editing the XML file in dart \ plugins \ com.google.dart.tools.deploy_0.2.9.r16323 \ themes, but to no avail.

Any suggestions?

+7
source share
1 answer

You're right. This is problem. As @tomaszkubacki said, try this error (http://code.google.com/p/dart/issues/detail?id=7510). This is the only answer that I have at the moment.

+1
source

All Articles