aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-02-22 21:16:40 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-02-22 21:16:40 +0100
commitd0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc (patch)
tree692ee08fa39ee0213b485bc1ad13fa71fdc86313 /OpenKeychain/src/main/res/values/colors.xml
parent6008b65bbd1c96947ad49ccd6dff8bcc69ea43ed (diff)
downloadopen-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.tar.gz
open-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.tar.bz2
open-keychain-d0be3bd7ea5ea2c3ef40aa9899c5255f037f6ebc.zip
Once again: Colors and header image
Diffstat (limited to 'OpenKeychain/src/main/res/values/colors.xml')
-rw-r--r--OpenKeychain/src/main/res/values/colors.xml38
1 files changed, 16 insertions, 22 deletions
diff --git a/OpenKeychain/src/main/res/values/colors.xml b/OpenKeychain/src/main/res/values/colors.xml
index 4bce321ec..006b9b9b5 100644
--- a/OpenKeychain/src/main/res/values/colors.xml
+++ b/OpenKeychain/src/main/res/values/colors.xml
@@ -1,27 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <!--<color name="colorPrimary">@color/material_deep_teal_500</color>-->
- <!--<color name="colorPrimaryDark">@color/material_blue_grey_900</color>-->
+ <!-- Main theme colors -->
- <!-- TODO: -->
+ <!-- green colors from OpenKeychain logo bottom right -->
+ <!-- your app branding color for the app bar -->
+ <color name="primary">#7bad45</color>
+ <!-- darker variant for the status bar and contextual app bars -->
+ <color name="primary_dark">#6c983d</color>
+ <!-- theme UI controls like checkboxes and text fields -->
+ <color name="accent">#2196F3</color>
- <color name="colorSecondary">@color/material_deep_teal_200</color>
- <color name="colorSecondaryDark">@color/material_deep_teal_500</color>
- <!--<color name="windowBackgroundColor">#333333</color>-->
- <color name="black_translucent">#80000000</color>
+ <!-- Other colors -->
- <!-- Palette generated by Material Palette materialpalette.com/green/indigo -->
- <color name="colorPrimary">#8bc34a</color>
- <color name="colorPrimaryDark">#558b2f</color>
-
- <!-- TODO: -->
- <color name="primary">#8bc34a</color>
- <color name="primary_dark">#558b2f</color>
<color name="primary_light">#C8E6C9</color>
- <color name="accent">#00BCD4</color>
- <color name="fab">#00BCD4</color>
- <color name="fab_pressed">#0097A7</color>
+ <color name="fab">#2196F3</color>
+ <color name="fab_pressed">#1976D2</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#727272</color>
<color name="icons">#FFFFFF</color>
@@ -39,26 +33,26 @@
<color name="holo_gray_bright">#33CCCCCC</color>
- <!-- FAB -->
+ <!-- floating action buttons -->
<color name="black_semi_transparent">#B2000000</color>
<color name="background">#e5e5e5</color>
<color name="half_black">#808080</color>
<color name="white">#fafafa</color>
<color name="white_pressed">#f1f1f1</color>
- <color name="pink">#e91e63</color>
- <color name="pink_pressed">#ec407a</color>
<!--
http://www.google.com/design/spec/style/color.html#color-color-palette
light = normal color
dark = 900
+
+ exception: green
-->
<color name="android_red_light">#f44336</color>
<color name="android_red_dark">#b71c1c</color>
<color name="android_orange_light">#ff9800</color>
<color name="android_orange_dark">#e65100</color>
- <color name="android_green_light">#4caf50</color>
- <color name="android_green_dark">#1b5e20</color>
+ <color name="android_green_light">@color/primary</color>
+ <color name="android_green_dark">@color/primary_dark</color>
<color name="android_purple_light">#673ab7</color>
<color name="android_purple_dark">#311b92</color>