Version
0.0.3 -fixed moving text on hover 0.0.2 -adapted code for dart2js -deployed to GAppsEngine Dart Color Theme Editor
Use Rainbow online or follow instructions for local version
- Download and extract the latest version
- Open its root folder in Dart Editor
- pub get on pubspec.yaml
- run rainbow.html via Dart Editor
You can import existing (eclipse/dart) xml theme files
-click "chose file"
-select file
-click ok
You can export the dart theme xml
-enter author (not needed)
-enter theme Name (required)
-click "export"
The code and the theme attributes are linked
if you click on an element inside the code,
it highlights the according attribute options
while hovering over the attribute options,
all connected code elements will ba surrounded by a red box
Toggle attributes that I found from xml files
but whre I could not think of good code samples
If you can think of code samples for unused attributes
I would be happy to add them
Some keywords like setter and getter are not used by Dart Editor,
even though these types do exist.
I dont like the linking between html tags and dart variables
if anyone knows who to talk to about that, let me please know.
-improve
Please let me know about bugs you find and or improvements/features you would like to see in future.
ENJOY & BE NICE ;)