summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Mazel <mazelm@gmail.com>2016-09-14 02:42:56 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-10-21 13:08:10 +0000
commitc7d7b84ecca638c136cbdaef52acd29ec002cf62 (patch)
tree817071bc03b0be1c8cd52738215f6a19eb99a0bc
parentec09281f06558903a959518e4013bc78a551bfaa (diff)
use orange color scheme (Impress color)
Change-Id: I06bbbb6e588d1c1071340e021fd7b0caa594cdb1 Reviewed-on: https://gerrit.libreoffice.org/28887 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--android/sdremote/mobile/src/main/res/values/colors.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/android/sdremote/mobile/src/main/res/values/colors.xml b/android/sdremote/mobile/src/main/res/values/colors.xml
index 010cd65..860c41d 100644
--- a/android/sdremote/mobile/src/main/res/values/colors.xml
+++ b/android/sdremote/mobile/src/main/res/values/colors.xml
@@ -5,21 +5,11 @@
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<resources>
- <color name="primary">#18A303</color> <!-- green primary -->
- <color name="primary_dark">#106802</color> <!-- green secondary -->
- <color name="accent">#023F62</color> <!-- blue secondary -->
+ <color name="primary">#D36118</color> <!-- orange primary -->
+ <color name="primary_dark">#A33E03</color> <!-- orange secondary -->
+ <color name="accent">#0369A3</color> <!-- blue primary -->
<color name="background_grid_slide_index_inactive">#7f000000</color>
<color name="background_grid_slide_index_active">#bfff0000</color>