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.

47 lines
2.4 KiB

7 years ago
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="tusky_blue">#d8a070</color>
<color name="tusky_blue_light">#f16707</color>
<color name="tusky_orange">#ca8f04</color>
<color name="tusky_orange_light">#fab207</color>
<color name="tusky_green">#19a341</color>
<color name="tusky_green_light">#25d069</color>
<color name="tusky_red">#DF1553</color>
<color name="red">#f00</color>
<color name="white">#fff</color>
<color name="black">#000</color>
<!-- def RemapVal(v, a, b, c = 0, d = 100): return c + (d - c) * (v - a) / (b - a) -->
<!-- the number roughly corresponds to the % lightness of the grey -->
<color name="tusky_grey_05">#070b14</color>
<color name="tusky_grey_10">#121a24</color> <!-- Pleroma Dark Background -->
<color name="tusky_grey_20">#182230</color> <!-- Pleroma Dark Foreground -->
4 years ago
<color name="tusky_grey_25">#1f2836</color> <!-- calculated from gradient -->
<color name="tusky_grey_30">#252e3c</color> <!-- Pleroma Dark Foreground -->
<color name="tusky_grey_40">#3f4855</color> <!-- calculated from gradient -->
<color name="tusky_grey_50">#666e7a</color> <!-- calculated from gradient -->
<color name="tusky_grey_70">#adb0b4</color> <!-- calculated from gradient -->
<color name="tusky_grey_80">#b2b8c2</color> <!-- Pleroma Light Foreground -->
<color name="tusky_grey_90">#b9b9ba</color> <!-- Pleroma Dark Text Color -->
<color name="tusky_grey_95">#f2f4f6</color> <!-- Pleroma Light Background -->
<!--<color name="tusky_grey_95">#e4e6e8</color>-->
<color name="transparent_tusky_blue">#8c2b90d9</color>
<color name="transparent_black">#8f000000</color>
<color name="header_background_filter_dark">#44000000</color>
<color name="header_background_filter_light">#66FFFFFF</color>
<color name="transparent_statusbar_background">#44000000</color>
ComposeActivity improvements (#548) * do not add media urls to status text * add scrolling to content * add arrow icon and animation to replying-to toggle * remove unnecessary compose_button_colors.xml * improve toot button * improve bottom bar, add bottom sheet for compose options, dedicated cw button * fix crash on Android < API 21 * move media picking from dialog to bottom sheet * add small style tootbutton * fix colors/button background for light theme * add icons to media chose bottom sheet * improve hide media button, delete unused styles * fix crash on dev build when taking photo * consolidate drawables * consolidate strings and ids, add tooltips to buttons * allow media only toots * change error message to show max size of upload correctly * fix button color * add emoji * code cleanup * Merge branch 'master' into compose_activity_refactoring # Conflicts: # app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java * fix hidden snackbar * improve hint text color * add SendTootService * fix timeline refreshing * toot saving and error handling for sendtootservice * restructure some code * convert EditTextTyped to Kotlin * fixed pick media button disabled color * force sensitive media when content warning is shown * add db cache for emojis & fix tests * reorder buttons to match mastodon web * add possibility to cancel sending of toot * correctly delete sent toots * refresh SavedTootActivity after toot was sent * remove unused resources * correct params for toot saving in SendTootService * consolidate strings * bugfix * remove unused resources * fix notifications on old android for SendTootService * fix crash
6 years ago
<!-- colors used in the elephant friend drawables -->
<color name="elephant_friend_border_color">#121419</color>
<color name="elephant_friend_accent_color">@color/tusky_blue</color>
<color name="elephant_friend_body_color">#9BAEC8</color>
<color name="elephant_friend_dark_body_color_1">#8192A6</color>
<color name="elephant_friend_dark_body_color_2">#7F90A4</color>
<color name="elephant_friend_light_color_1">#CAD4E0</color>
<color name="elephant_friend_light_color_2">#d9e1e8</color>
<color name="green_ver">#124514</color>
7 years ago
</resources>