mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
2.3 KiB
56 lines
2.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2013 The Android Open Source Project
|
|
|
|
Licensed 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
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
|
|
<color name="primary">#00517b</color>
|
|
<color name="primary_darker">#003d5d</color>
|
|
<color name="accent">#9a4000</color>
|
|
<color name="windowBackground">#e6e6e6</color>
|
|
|
|
<color name="white">#ffffff</color>
|
|
<color name="grey">#cccccc</color>
|
|
|
|
<!-- Time and Date picker -->
|
|
<color name="circle_background">#f2f2f2</color>
|
|
<color name="line_background">#cccccc</color>
|
|
<color name="ampm_text_color">#8c8c8c</color>
|
|
<color name="done_text_color_normal">#000000</color>
|
|
<color name="done_text_color_disabled">#cccccc</color>
|
|
<color name="numbers_text_color">#8c8c8c</color>
|
|
<color name="transparent">#00000000</color>
|
|
<color name="transparent_black">#7f000000</color>
|
|
<color name="blue">#33b5e5</color>
|
|
<color name="blue_focused">#c1e8f7</color>
|
|
<color name="neutral_pressed">#33999999</color>
|
|
<color name="darker_blue">#0099cc</color>
|
|
<color name="date_picker_text_normal">#ff999999</color>
|
|
<color name="calendar_header">#999999</color>
|
|
<color name="date_picker_view_animator">#f2f2f2</color>
|
|
<color name="calendar_selected_date_text">#ffd1d2d4</color>
|
|
<color name="done_text_color">#888888</color>
|
|
<color name="done_text_color_dark">#888888</color>
|
|
|
|
<!-- Colors for red theme -->
|
|
<color name="red">#ff3333</color>
|
|
<color name="red_focused">#853333</color>
|
|
<color name="light_gray">#404040</color>
|
|
<color name="dark_gray">#363636</color>
|
|
<color name="line_dark">#808080</color>
|
|
<color name="done_text_color_dark_normal">#ffffff</color>
|
|
<color name="done_text_color_dark_disabled">#888888</color>
|
|
<color name="done_disabled_dark">#bfbfbf</color>
|
|
</resources> |