diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-07-02 17:15:54 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit> | 2014-07-09 15:46:35 +0200 |
commit | bf2cb1c4d85b8212c481777aa846b182ca3014a4 (patch) | |
tree | 1deb57f8d2946bd966a4b58e833a339a9cf929e1 /gui/devices/1024x768/res | |
parent | Refresh after partition changes (diff) | |
download | android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.gz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.bz2 android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.lz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.xz android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.tar.zst android_bootable_recovery-bf2cb1c4d85b8212c481777aa846b182ca3014a4.zip |
Diffstat (limited to 'gui/devices/1024x768/res')
-rw-r--r-- | gui/devices/1024x768/res/ui.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index 3409972d9..f404b466d 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -129,6 +129,9 @@ <variable name="console_x" value="25" /> <variable name="console_width" value="974" /> <variable name="console_foreground" value="#A0A0A0" /> + <variable name="warning" value="#F8F8A0" /> + <variable name="error" value="#FF4040" /> + <variable name="highlight" value="#33B5E5" /> <variable name="console_background" value="#303030" /> <variable name="console_scroll" value="#303030" /> <variable name="console_action_height" value="320" /> |