summaryrefslogtreecommitdiffstats
path: root/data/themes/default/colorclasses.edc
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-17 06:18:26 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-17 06:18:26 (GMT)
commit1ac2ae02985e89ee9d69e3fa36620ee7fe192967 (patch)
treec9fa4da9fa0e7891d5553eda6d89b97ee6fc32d8 /data/themes/default/colorclasses.edc
parent8ddde4044ff1826331b2ced050136ff363e68185 (diff)
downloadeulogium-1ac2ae02985e89ee9d69e3fa36620ee7fe192967.zip
eulogium-1ac2ae02985e89ee9d69e3fa36620ee7fe192967.tar.gz
eulogium-1ac2ae02985e89ee9d69e3fa36620ee7fe192967.tar.bz2
update button and checkboxes, checkbox checkmark broken atm
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'data/themes/default/colorclasses.edc')
-rw-r--r--data/themes/default/colorclasses.edc18
1 files changed, 12 insertions, 6 deletions
diff --git a/data/themes/default/colorclasses.edc b/data/themes/default/colorclasses.edc
index f1cdfd4..8ac944b 100644
--- a/data/themes/default/colorclasses.edc
+++ b/data/themes/default/colorclasses.edc
@@ -11,11 +11,20 @@ color_classes {
color_class { name: "button_list_focus";
color: WIN_COL_HIGHLIGHT;
}
+ color_class { name: "button_text";
+ color: FN_COL_DEFAULT;
+ }
+ color_class { name: "check";
+ color: FN_COL_DEFAULT_BASIC;
+ }
+ color_class { name: "check_focus";
+ color: WIN_COL_HIGHLIGHT;
+ }
+ color_class { name: "check_text";
+ color: FN_COL_DEFAULT;
+ }
// widgets
- color_class { name: "button_text";
- color: FN_COL_DEFAULT;
- }
color_class { name: "button_text_focus";
color: FN_COL_FOCUSED;
}
@@ -31,9 +40,6 @@ color_classes {
color_class { name: "button_text_anchor_disabled";
color: FN_COL_HIGHLIGHT_DISABLE;
}
- color_class { name: "check_text";
- color: FN_COL_DEFAULT;
- }
color_class { name: "check_text_disabled";
color: FN_COL_DISABLE;
}