fedilab-Android-App/app/src/main/res/values/colors.xml

137 lines
5.8 KiB
XML
Raw Normal View History

2017-05-05 16:36:04 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources tools:ignore="PrivateResource" xmlns:tools="http://schemas.android.com/tools">
2017-06-30 17:09:07 +02:00
<!-- LIGHT -->
2017-05-05 16:36:04 +02:00
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#2196F3</color>
2017-06-30 17:09:07 +02:00
<!-- DARK -->
<color name="colorPrimaryD">#616161</color>
<color name="colorPrimaryDarkD">#212121</color>
2017-07-07 19:26:26 +02:00
<color name="colorAccentD">#4db6ac</color>
2017-05-05 16:36:04 +02:00
<!-- Header Profile-->
<color name="header1">#0288D1</color>
<color name="header2">#03A9F4</color>
<color name="header3">#4FC3F7</color>
2017-06-30 17:09:07 +02:00
<!-- Header Profile DARK-->
<color name="header1D">#263238</color>
<color name="header2D">#455A64</color>
<color name="header3D">#607D8B</color>
2017-08-13 11:30:28 +02:00
<color name="dark_text">#efefef</color>
2017-06-30 17:09:07 +02:00
<color name="transparent">#00000000</color>
2017-05-05 16:36:04 +02:00
<color name="splashc">#F5F5F5</color>
2017-06-30 17:09:07 +02:00
<color name="splashc_dark">#546E7A</color>
2017-05-05 16:36:04 +02:00
<color name="white">#FFF</color>
<color name="blue_light">#C5CAE9</color>
2017-05-05 16:36:04 +02:00
<color name="light_grey">#E0E0E0</color>
<color name="darkicon">#424242</color>
<color name="yellowicon">#FDD835</color>
<color name="background_image">#282c37</color>
2017-06-07 13:58:21 +02:00
<color name="green_1">#009688</color>
<color name="red_1">#F44336</color>
<color name="black">#000</color>
2017-06-30 17:09:07 +02:00
<!-- Mastodon color scheme -->
<color name="mastodonC1">#282c37</color>
2017-08-13 11:30:28 +02:00
<color name="mastodonC1_">#313543</color>
<color name="mastodonC2">#9baec8</color>
<color name="mastodonC3">#d9e1e8</color>
<color name="mastodonC4">#2b90d9</color>
<color name="foreground_material_dark" >@android:color/white</color>
<color name="foreground_material_light">@color/mastodonC1</color>
<color name="background_material_dark">@color/mastodonC1</color>
<color name="background_material_light">@color/material_grey_50</color>
<color name="background_floating_material_dark">@color/mastodonC1</color>
<color name="background_floating_material_light">@android:color/white</color>
<color name="primary_material_dark">@color/mastodonC1</color>
<color name="primary_material_light">@color/material_grey_100</color>
<color name="primary_dark_material_dark">@color/mastodonC1</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<!-- 20% white (foreground) -->
<color name="ripple_material_dark">@color/mastodonC4</color>
<!-- 12% black (foreground) -->
<color name="ripple_material_light">#1f000000</color>
<color name="accent_material_light">@color/material_deep_teal_500</color>
<color name="accent_material_dark">@color/mastodonC4</color>
<color name="button_material_dark">@color/mastodonC4</color>
<color name="button_material_light">#ffd6d7d7</color>
<color name="switch_thumb_normal_material_dark">@color/mastodonC2</color>
<color name="switch_thumb_normal_material_light">#fff1f1f1</color>
<color name="switch_thumb_disabled_material_dark">@color/mastodonC1</color>
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="bright_foreground_material_dark">@color/mastodonC3</color>
<color name="bright_foreground_material_light">@android:color/black</color>
<!-- White 50% -->
<color name="bright_foreground_disabled_material_dark">@color/mastodonC3</color>
<!-- Black 50% -->
<color name="bright_foreground_disabled_material_light">#80000000</color>
<color name="bright_foreground_inverse_material_dark">@color/mastodonC1</color>
<color name="bright_foreground_inverse_material_light">@color/bright_foreground_material_dark</color>
<color name="dim_foreground_material_dark">@color/mastodonC2</color>
<color name="dim_foreground_material_light">#ff323232</color>
<color name="dim_foreground_disabled_material_dark">@color/mastodonC3</color>
<color name="dim_foreground_disabled_material_light">#80323232</color>
<item name="hint_alpha_material_dark" format="float" type="dimen">0.50</item>
<item name="hint_alpha_material_light" format="float" type="dimen">0.38</item>
<item name="hint_pressed_alpha_material_dark" format="float" type="dimen">0.70</item>
<item name="hint_pressed_alpha_material_light" format="float" type="dimen">0.54</item>
<!-- TODO: This is 40% alpha on the default accent color. -->
<color name="highlighted_text_material_dark">@color/mastodonC4</color>
<!-- TODO: This is 40% alpha on the default accent color. -->
<color name="highlighted_text_material_light">#66009688</color>
<!-- Text & foreground colors -->
<eat-comment />
<!-- 87% black -->
<color name="primary_text_default_material_light">#de000000</color>
<!-- 54% black -->
<color name="secondary_text_default_material_light">#8a000000</color>
<!-- 100% white -->
<color name="primary_text_default_material_dark">#ffffffff</color>
<!-- 70% white -->
<color name="secondary_text_default_material_dark">#b3ffffff</color>
<item name="disabled_alpha_material_light" format="float" type="dimen">0.26</item>
<item name="disabled_alpha_material_dark" format="float" type="dimen">0.30</item>
<item name="highlight_alpha_material_light" format="float" type="dimen">0.12</item>
<item name="highlight_alpha_material_dark" format="float" type="dimen">0.20</item>
<item name="highlight_alpha_material_colored" format="float" type="dimen">0.26</item>
<!-- 26% of default values -->
<color name="primary_text_disabled_material_light">#39000000</color>
<color name="secondary_text_disabled_material_light">#24000000</color>
<!-- 30% of default values -->
<color name="primary_text_disabled_material_dark">@color/mastodonC3</color>
<color name="secondary_text_disabled_material_dark">@color/mastodonC3</color>
<!-- Primary & accent colors -->
<eat-comment />
2017-05-05 16:36:04 +02:00
</resources>