<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ /*
  ~  * Copyright (C) 2015 Eason.Lai (easonline7@gmail.com)
  ~  *
  ~  * 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>

    <!-- public color -->
    <color name="tab_main_text_1">#aaa</color>
    <color name="tab_main_text_2">#74b5f7</color>
    <color name="tab_top_text_1">#aaa</color>
    <color name="tab_top_text_2">#000</color>
    <color name="tab_top2_text_1">#000</color>
    <color name="tab_top2_text_2">#fff</color>

    <color name="oval_pink">#fe9393</color>
    <color name="oval_light_yellow">#f4b400</color>
    <color name="oval_light_blue">#427fed</color>
    <color name="oval_light_green">#67cdb7</color>
    <color name="oval_purple">#9b73e6</color>
    <color name="oval_brown">#CCFD8225</color>

    <color name="text_5e">#5e5e5e</color>

    <color name="theme_body">#cc22292c</color>
    <color name="theme_body_dark">#cc20272a</color>


    <color name="white">#ffffff</color>
    <color name="black">#000000</color>
    <color name="dark">#9f111111</color>


</resources>