summaryrefslogtreecommitdiff
path: root/ElmSharp/theme/mobile/color_classes.edc
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp/theme/mobile/color_classes.edc')
-rw-r--r--ElmSharp/theme/mobile/color_classes.edc34
1 files changed, 34 insertions, 0 deletions
diff --git a/ElmSharp/theme/mobile/color_classes.edc b/ElmSharp/theme/mobile/color_classes.edc
index 726b914..f71991c 100644
--- a/ElmSharp/theme/mobile/color_classes.edc
+++ b/ElmSharp/theme/mobile/color_classes.edc
@@ -57,4 +57,38 @@ color_classes {
name: "label/slide_bounce/bg";
color: 0 0 0 0;
}
+
+ /*
+ * Radio
+ */
+ color_class { "radio/default/icon";
+ color: 61 185 204 255;
+ }
+ color_class { "radio/default/bg";
+ color: 250 250 250 51;
+ }
+ color_class { "radio/default/icon_disabled";
+ color: 61 185 204 77;
+ }
+ color_class { "radio/default/bg_disabled";
+ color: 250 250 250 38;
+ }
+ color_class { "radio/default/bg_border_on";
+ color: 250 250 250 77;
+ }
+ color_class { "radio/default/bg_border_on_disabled";
+ color: 250 250 250 38;
+ }
+ color_class { "radio/default/stroke";
+ color: 61 185 204 255;
+ }
+ color_class { "radio/default/stroke_disabled";
+ color: 61 185 204 77;
+ }
+ color_class { "radio/default/bg_on";
+ color: 250 250 250 255;
+ }
+ color_class { "radio/default/bg_on_disabled";
+ color: 250 250 250 255;
+ }
}