Changes of com.discord v1029

This commit is contained in:
root 2020-01-28 01:59:01 +01:00
parent 39c2580941
commit 908812f63a
1759 changed files with 82194 additions and 51845 deletions

View file

@ -177,6 +177,7 @@
<flag name="skipCollapsed" value="0x00000008" />
</attr>
<attr name="behavior_skipCollapsed" format="boolean" />
<attr name="bg_announcements_follow_sheet" format="reference" />
<attr name="bg_boost_progress_bar" format="reference" />
<attr name="bg_chat_embed_gift_image" format="reference" />
<attr name="bg_cloud_pattern" format="reference" />
@ -338,22 +339,47 @@
<attr name="collapsedTitleTextAppearance" format="reference" />
<attr name="color" format="color" />
<attr name="colorAccent" format="color" />
<attr name="colorActivityCardBackground" format="reference|color" />
<attr name="colorBackgroundAccent" format="reference|color" />
<attr name="colorBackgroundAccentButton" format="color" />
<attr name="colorBackgroundFloating" format="color" />
<attr name="colorBackgroundModifierAccent" format="color" />
<attr name="colorBackgroundPrimary" format="color" />
<attr name="colorBackgroundSecondary" format="color" />
<attr name="colorBackgroundTertiary" format="color" />
<attr name="colorBackgroundFloating" format="reference|color" />
<attr name="colorBackgroundMobilePrimary" format="reference|color" />
<attr name="colorBackgroundMobileSecondary" format="reference|color" />
<attr name="colorBackgroundModifierAccent" format="reference|color" />
<attr name="colorBackgroundModifierActive" format="reference|color" />
<attr name="colorBackgroundModifierHover" format="reference|color" />
<attr name="colorBackgroundModifierSelected" format="reference|color" />
<attr name="colorBackgroundPrimary" format="reference|color" />
<attr name="colorBackgroundSecondary" format="reference|color" />
<attr name="colorBackgroundTertiary" format="reference|color" />
<attr name="colorButtonNormal" format="color" />
<attr name="colorButtonSecondary" format="reference|color" />
<attr name="colorChannelDefault" format="color" />
<attr name="colorChannelsDefault" format="reference|color" />
<attr name="colorChanneltextareaBackground" format="reference|color" />
<attr name="colorCompoundButton" format="reference|color" />
<attr name="colorControlActivated" format="color" />
<attr name="colorControlHighlight" format="color" />
<attr name="colorControlNormal" format="color" />
<attr name="colorDeprecatedCardBg" format="reference|color" />
<attr name="colorDeprecatedCardEditableBg" format="reference|color" />
<attr name="colorDeprecatedPanelBackground" format="reference|color" />
<attr name="colorDeprecatedQuickswitcherInputBackground" format="reference|color" />
<attr name="colorDeprecatedQuickswitcherInputPlaceholder" format="reference|color" />
<attr name="colorDeprecatedStoreBg" format="reference|color" />
<attr name="colorDeprecatedTextInputBg" format="reference|color" />
<attr name="colorDeprecatedTextInputBorder" format="reference|color" />
<attr name="colorDeprecatedTextInputBorderDisabled" format="reference|color" />
<attr name="colorDeprecatedTextInputBorderHover" format="reference|color" />
<attr name="colorDeprecatedTextInputPrefix" format="reference|color" />
<attr name="colorError" format="reference|color" />
<attr name="colorHeadingPrimary" format="color" />
<attr name="colorHeadingSecondary" format="color" />
<attr name="colorHeaderPrimary" format="reference|color" />
<attr name="colorHeaderSecondary" format="reference|color" />
<attr name="colorInteractiveActive" format="reference|color" />
<attr name="colorInteractiveHover" format="reference|color" />
<attr name="colorInteractiveMuted" format="reference|color" />
<attr name="colorInteractiveNormal" format="reference|color" />
<attr name="colorLogoPrimary" format="reference|color" />
<attr name="colorOnBackground" format="reference|string|integer|boolean|color|float|dimension|fraction" />
<attr name="colorOnError" format="color" />
<attr name="colorOnPrimary" format="color" />
@ -377,11 +403,10 @@
<attr name="colorSecondaryVariant" format="color" />
<attr name="colorSurface" format="color" />
<attr name="colorSwitchThumbNormal" format="color" />
<attr name="colorTextInteractiveActive" format="color" />
<attr name="colorTextInteractiveMuted" format="color" />
<attr name="colorTextLink" format="color" />
<attr name="colorTextMuted" format="color" />
<attr name="colorTextNormal" format="color" />
<attr name="colorTextLink" format="reference|color" />
<attr name="colorTextMuted" format="reference|color" />
<attr name="colorTextNormal" format="reference|color" />
<attr name="colorTextboxMarkdownSyntax" format="reference|color" />
<attr name="color_bg_private_channel_presence_selected" format="color" />
<attr name="commitIcon" format="reference" />
<attr name="constraintSet" format="reference" />
@ -876,6 +901,9 @@
<attr name="img_addfriends_empty" format="reference" />
<attr name="img_addfriends_notconnected" format="reference" />
<attr name="img_baddies" format="reference" />
<attr name="img_channel_following_success_1" format="reference" />
<attr name="img_channel_following_success_2" format="reference" />
<attr name="img_channel_following_success_3" format="reference" />
<attr name="img_chat_channel_less" format="reference" />
<attr name="img_chat_nsfw" format="reference" />
<attr name="img_empty_search" format="reference" />

View file

@ -13,7 +13,33 @@
<color name="background_material_dark">@color/material_grey_850</color>
<color name="background_material_light">@color/material_grey_50</color>
<color name="battlenet">#ff009ae5</color>
<color name="battlenet_500">#ff009ae5</color>
<color name="black">#ff000000</color>
<color name="black_100">#fff2f2f2</color>
<color name="black_130">#ffe8e8e8</color>
<color name="black_160">#ffdadada</color>
<color name="black_200">#ffcccccc</color>
<color name="black_230">#ffbdbdbd</color>
<color name="black_260">#ffacacac</color>
<color name="black_300">#ff999999</color>
<color name="black_330">#ff7a7a7a</color>
<color name="black_360">#ff5c5c5c</color>
<color name="black_400">#ff333333</color>
<color name="black_430">#ff252525</color>
<color name="black_460">#ff141414</color>
<color name="black_500">#ff000000</color>
<color name="black_530">#ff000000</color>
<color name="black_560">#ff000000</color>
<color name="black_600">#ff000000</color>
<color name="black_630">#ff000000</color>
<color name="black_660">#ff000000</color>
<color name="black_700">#ff000000</color>
<color name="black_730">#ff000000</color>
<color name="black_760">#ff000000</color>
<color name="black_800">#ff000000</color>
<color name="black_830">#ff000000</color>
<color name="black_860">#ff000000</color>
<color name="black_900">#ff000000</color>
<color name="black_alpha_05">#0d000000</color>
<color name="black_alpha_10">#1a000000</color>
<color name="black_alpha_20">#33000000</color>
@ -21,18 +47,34 @@
<color name="black_alpha_60">#99000000</color>
<color name="black_alpha_70">#b3000000</color>
<color name="black_alpha_80">#cc000000</color>
<color name="brand">#ff7289da</color>
<color name="brand_100">#fff8f9fd</color>
<color name="brand_130">#fff2f4fc</color>
<color name="brand_160">#ffebeefa</color>
<color name="brand_200">#ffe3e7f8</color>
<color name="brand_230">#ffdae0f5</color>
<color name="brand_260">#ffd1d9f3</color>
<color name="brand_300">#ffc7d0f0</color>
<color name="brand_330">#ffb5c1ec</color>
<color name="brand_360">#ffa5b3e7</color>
<color name="brand_400">#ff8ea1e1</color>
<color name="brand_430">#ff869adf</color>
<color name="brand_460">#ff7d92dd</color>
<color name="brand_500">#ff7289da</color>
<color name="brand_500_alpha_20">#337289da</color>
<color name="brand_500_alpha_30">#4d7289da</color>
<color name="brand_500_alpha_60">#997289da</color>
<color name="brand_530">#ff687dc6</color>
<color name="brand_560">#ff5c6fb1</color>
<color name="brand_600">#ff4e5d94</color>
<color name="brand_630">#ff435180</color>
<color name="brand_660">#ff3b4770</color>
<color name="brand_700">#ff2e3757</color>
<color name="brand_730">#ff2b3352</color>
<color name="brand_760">#ff272f4b</color>
<color name="brand_800">#ff222941</color>
<color name="brand_830">#ff1a2032</color>
<color name="brand_860">#ff111521</color>
<color name="brand_900">#ff06070b</color>
<color name="bright_foreground_disabled_material_dark">#80ffffff</color>
<color name="bright_foreground_disabled_material_light">#80000000</color>
@ -107,6 +149,7 @@
<color name="error_color_material_dark">#ffff7043</color>
<color name="error_color_material_light">#ffff5722</color>
<color name="facebook">#ff355089</color>
<color name="facebook_500">#ff355089</color>
<color name="flexInputIconColor">@color/primary_500</color>
<color name="flexInputIconColorActivated">@color/purple_brand</color>
<color name="flexInputIconColorDisabled">@color/primary_500_alpha_30</color>
@ -124,12 +167,42 @@
<color name="grey_unread">#ff8a8e94</color>
<color name="highlighted_text_material_dark">#6680cbc4</color>
<color name="highlighted_text_material_light">#66009688</color>
<color name="hypesquad_house1">#ff9c84ef</color>
<color name="hypesquad_house2">#fff47b67</color>
<color name="hypesquad_house3">#ff45ddc0</color>
<color name="hypesquad_house_1">#ff9c84ef</color>
<color name="hypesquad_house_1_500">#ff9c84ef</color>
<color name="hypesquad_house_2">#fff47b67</color>
<color name="hypesquad_house_2_500">#fff47b67</color>
<color name="hypesquad_house_3">#ff45ddc0</color>
<color name="hypesquad_house_3_500">#ff45ddc0</color>
<color name="league_of_legends">#ff021f25</color>
<color name="link">#ff00b0f4</color>
<color name="link_100">#fff2fbfe</color>
<color name="link_130">#ffe8f8fe</color>
<color name="link_160">#ffdaf4fd</color>
<color name="link_200">#ffcceffd</color>
<color name="link_230">#ffbdeafc</color>
<color name="link_260">#fface5fb</color>
<color name="link_300">#ff99dffb</color>
<color name="link_330">#ff7ad6f9</color>
<color name="link_360">#ff5cccf8</color>
<color name="link_400">#ff33c0f6</color>
<color name="link_430">#ff25bbf6</color>
<color name="link_460">#ff14b6f5</color>
<color name="link_500">#ff00b0f4</color>
<color name="link_530">#ff00a0de</color>
<color name="link_560">#ff008fc6</color>
<color name="link_600">#ff0078a6</color>
<color name="link_630">#ff006890</color>
<color name="link_660">#ff005b7e</color>
<color name="link_700">#ff004662</color>
<color name="link_730">#ff00425b</color>
<color name="link_760">#ff003d54</color>
<color name="link_800">#ff003549</color>
<color name="link_830">#ff002838</color>
<color name="link_860">#ff001a25</color>
<color name="link_900">#ff00090c</color>
<color name="link_light">#ff0067e0</color>
<color name="lol">#ff021f25</color>
<color name="lol_500">#ff021f25</color>
<color name="material_blue_grey_800">#ff37474f</color>
<color name="material_blue_grey_900">#ff263238</color>
<color name="material_blue_grey_950">#ff21272b</color>
@ -154,10 +227,24 @@
<color name="notification_action_color_filter">@color/secondary_text_default_material_light</color>
<color name="notification_icon_bg_color">#ff9e9e9e</color>
<color name="notification_material_background_media_default_color">#ff424242</color>
<color name="partner">#ff4087ed</color>
<color name="partner_500">#ff4087ed</color>
<color name="placeholder">#ffdadddf</color>
<color name="preference_fallback_accent_color">#ff008577</color>
<color name="premium_guild_blue">#ff3e70dd</color>
<color name="premium_guild_blue_500">#ff3e70dd</color>
<color name="premium_guild_pink">#ffff73fa</color>
<color name="premium_guild_pink_500">#ffff73fa</color>
<color name="premium_guild_purple">#ffb377f3</color>
<color name="premium_guild_purple_500">#ffb377f3</color>
<color name="premium_tier_1_blue">#ff738ef5</color>
<color name="premium_tier_1_blue_500">#ff738ef5</color>
<color name="premium_tier_1_purple">#ffb3aeff</color>
<color name="premium_tier_1_purple_500">#ffb3aeff</color>
<color name="premium_tier_2_pink">#ffe292aa</color>
<color name="premium_tier_2_pink_500">#ffe292aa</color>
<color name="premium_tier_2_purple">#ffb473f5</color>
<color name="premium_tier_2_purple_500">#ffb473f5</color>
<color name="primary_000">#ffffffff</color>
<color name="primary_000_alpha_06">#0fffffff</color>
<color name="primary_000_alpha_12">#1fffffff</color>
@ -196,10 +283,37 @@
<color name="primary_900">#ff040405</color>
<color name="primary_900_alpha_30">#4d040405</color>
<color name="primary_900_alpha_60">#99040405</color>
<color name="primary_dark">#ff4f545c</color>
<color name="primary_dark_100">#fff6f6f7</color>
<color name="primary_dark_130">#ffeff0f0</color>
<color name="primary_dark_160">#ffe6e6e8</color>
<color name="primary_dark_200">#ffdcddde</color>
<color name="primary_dark_230">#ffd1d3d5</color>
<color name="primary_dark_260">#ffc6c8ca</color>
<color name="primary_dark_300">#ffb9bbbe</color>
<color name="primary_dark_330">#ffa3a6aa</color>
<color name="primary_dark_360">#ff8e9297</color>
<color name="primary_dark_400">#ff72767d</color>
<color name="primary_dark_430">#ff686d73</color>
<color name="primary_dark_460">#ff5d6269</color>
<color name="primary_dark_500">#ff4f545c</color>
<color name="primary_dark_530">#ff484c54</color>
<color name="primary_dark_560">#ff40444b</color>
<color name="primary_dark_600">#ff36393f</color>
<color name="primary_dark_630">#ff2f3136</color>
<color name="primary_dark_660">#ff292b2f</color>
<color name="primary_dark_700">#ff202225</color>
<color name="primary_dark_730">#ff1e1f22</color>
<color name="primary_dark_760">#ff1b1d20</color>
<color name="primary_dark_800">#ff18191c</color>
<color name="primary_dark_830">#ff121315</color>
<color name="primary_dark_860">#ff0c0d0e</color>
<color name="primary_dark_900">#ff040405</color>
<color name="primary_dark_material_dark">@android:color/black</color>
<color name="primary_dark_material_light">@color/material_grey_600</color>
<color name="primary_light">#ff747f8d</color>
<color name="primary_light_100">#fff8f9f9</color>
<color name="primary_light_130">#fff2f3f4</color>
<color name="primary_light_130">#fff2f3f5</color>
<color name="primary_light_160">#ffebedef</color>
<color name="primary_light_200">#ffe3e5e8</color>
<color name="primary_light_230">#ffdbdee1</color>
@ -208,14 +322,23 @@
<color name="primary_light_330">#ffb6bcc4</color>
<color name="primary_light_360">#ffa6adb6</color>
<color name="primary_light_400">#ff9099a4</color>
<color name="primary_light_430">#ff88919d</color>
<color name="primary_light_460">#ff7f8996</color>
<color name="primary_light_500">#ff747f8d</color>
<color name="primary_light_500_alpha_20">#33747f8d</color>
<color name="primary_light_500_alpha_24">#3d747f8d</color>
<color name="primary_light_530">#ff6a7480</color>
<color name="primary_light_560">#ff5e6772</color>
<color name="primary_light_600">#ff4f5660</color>
<color name="primary_light_630">#ff444b53</color>
<color name="primary_light_660">#ff3c4149</color>
<color name="primary_light_700">#ff2e3338</color>
<color name="primary_light_700_alpha_20">#ff2e3338</color>
<color name="primary_light_730">#ff2b2f35</color>
<color name="primary_light_760">#ff282c31</color>
<color name="primary_light_800">#ff23262a</color>
<color name="primary_light_830">#ff1b1d20</color>
<color name="primary_light_860">#ff111315</color>
<color name="primary_light_900">#ff060607</color>
<color name="primary_light_900_alpha_08">#ff060607</color>
<color name="primary_material_dark">@color/material_grey_900</color>
@ -232,61 +355,135 @@
<color name="reaction_background_me_dark">#4d5c6a9e</color>
<color name="reaction_background_me_light">#4dadb7dc</color>
<color name="reddit">#ff5f99cf</color>
<color name="reddit_500">#ff5f99cf</color>
<color name="ripple_material_dark">#33ffffff</color>
<color name="ripple_material_light">#1f000000</color>
<color name="samsung">#ff1429a0</color>
<color name="samsung_500">#ff1429a0</color>
<color name="secondary_text_default_material_dark">#b3ffffff</color>
<color name="secondary_text_default_material_light">#8a000000</color>
<color name="secondary_text_disabled_material_dark">#36ffffff</color>
<color name="secondary_text_disabled_material_light">#24000000</color>
<color name="skype">#ff009dd7</color>
<color name="skype_500">#ff009dd7</color>
<color name="spotify">#ff1db954</color>
<color name="spotify_500">#ff1db954</color>
<color name="status_green">#ff43b581</color>
<color name="status_green_100">#fff6fbf9</color>
<color name="status_green_130">#ffeef8f4</color>
<color name="status_green_160">#ffe4f4ed</color>
<color name="status_green_200">#ffd9f0e6</color>
<color name="status_green_230">#ffceecde</color>
<color name="status_green_260">#ffc2e7d6</color>
<color name="status_green_300">#ffb4e1cd</color>
<color name="status_green_330">#ff9dd8bd</color>
<color name="status_green_360">#ff87d0ae</color>
<color name="status_green_400">#ff69c49a</color>
<color name="status_green_430">#ff5ec093</color>
<color name="status_green_460">#ff52bb8b</color>
<color name="status_green_500">#ff43b581</color>
<color name="status_green_500_alpha_20">#3343b581</color>
<color name="status_green_500_alpha_60">#9943b581</color>
<color name="status_green_500_dark">#ff40ab7a</color>
<color name="status_green_530">#ff3da575</color>
<color name="status_green_560">#ff369368</color>
<color name="status_green_600">#ff2e7b58</color>
<color name="status_green_630">#ff276b4c</color>
<color name="status_green_660">#ff235d42</color>
<color name="status_green_700">#ff1b4834</color>
<color name="status_green_730">#ff194430</color>
<color name="status_green_760">#ff173e2c</color>
<color name="status_green_800">#ff143627</color>
<color name="status_green_830">#ff0f2a1e</color>
<color name="status_green_860">#ff0a1b13</color>
<color name="status_green_900">#ff030906</color>
<color name="status_grey">#ff747f8d</color>
<color name="status_grey_100">#fff8f9f9</color>
<color name="status_grey_130">#fff2f3f5</color>
<color name="status_grey_160">#ffebedef</color>
<color name="status_grey_200">#ffe3e5e8</color>
<color name="status_grey_230">#ffdbdee1</color>
<color name="status_grey_260">#ffd2d6da</color>
<color name="status_grey_300">#ffc7ccd1</color>
<color name="status_grey_330">#ffb6bcc4</color>
<color name="status_grey_360">#ffa6adb6</color>
<color name="status_grey_400">#ff9099a4</color>
<color name="status_grey_430">#ff88919d</color>
<color name="status_grey_460">#ff7f8996</color>
<color name="status_grey_500">#ff747f8d</color>
<color name="status_grey_500_alpha_20">#33747f8d</color>
<color name="status_grey_530">#ff6a7480</color>
<color name="status_grey_560">#ff5e6772</color>
<color name="status_grey_600">#ff4f5660</color>
<color name="status_grey_630">#ff444b53</color>
<color name="status_grey_660">#ff3c4149</color>
<color name="status_grey_700">#ff2e3338</color>
<color name="status_grey_730">#ff2b2f35</color>
<color name="status_grey_760">#ff282c31</color>
<color name="status_grey_800">#ff23262a</color>
<color name="status_grey_830">#ff1b1d20</color>
<color name="status_grey_860">#ff111315</color>
<color name="status_grey_900">#ff060607</color>
<color name="status_grey_alpha_50">#80747f8d</color>
<color name="status_orange_500">#fff57731</color>
<color name="status_red">#fff04747</color>
<color name="status_red_100">#fffef6f6</color>
<color name="status_red_130">#fffeeeee</color>
<color name="status_red_160">#fffde5e5</color>
<color name="status_red_200">#fffcdada</color>
<color name="status_red_230">#fffbcfcf</color>
<color name="status_red_260">#fffac3c3</color>
<color name="status_red_300">#fff9b5b5</color>
<color name="status_red_330">#fff79f9f</color>
<color name="status_red_360">#fff58989</color>
<color name="status_red_400">#fff36c6c</color>
<color name="status_red_430">#fff26161</color>
<color name="status_red_460">#fff15656</color>
<color name="status_red_500">#fff04747</color>
<color name="status_red_500_alpha_20">#33f04747</color>
<color name="status_red_500_alpha_60">#99f04747</color>
<color name="status_red_500_dark">#ffea3d3d</color>
<color name="status_red_530">#ffda4141</color>
<color name="status_red_560">#ffc23a3a</color>
<color name="status_red_600">#ffa33030</color>
<color name="status_red_630">#ff8d2a2a</color>
<color name="status_red_660">#ff7c2525</color>
<color name="status_red_700">#ff601c1c</color>
<color name="status_red_730">#ff5a1b1b</color>
<color name="status_red_760">#ff531818</color>
<color name="status_red_800">#ff481515</color>
<color name="status_red_830">#ff371010</color>
<color name="status_red_860">#ff240b0b</color>
<color name="status_red_900">#ff0c0404</color>
<color name="status_yellow">#fffaa61a</color>
<color name="status_yellow_100">#fffffbf4</color>
<color name="status_yellow_130">#fffff7ea</color>
<color name="status_yellow_160">#fffef2de</color>
<color name="status_yellow_200">#fffeedd1</color>
<color name="status_yellow_230">#fffee8c3</color>
<color name="status_yellow_260">#fffde2b5</color>
<color name="status_yellow_300">#fffddba3</color>
<color name="status_yellow_330">#fffcd188</color>
<color name="status_yellow_360">#fffcc66c</color>
<color name="status_yellow_400">#fffbb848</color>
<color name="status_yellow_430">#fffbb33b</color>
<color name="status_yellow_460">#fffaad2c</color>
<color name="status_yellow_500">#fffaa61a</color>
<color name="status_yellow_500_alpha_60">#99faa61a</color>
<color name="status_yellow_530">#ffe49718</color>
<color name="status_yellow_560">#ffcb8615</color>
<color name="status_yellow_600">#ffaa7112</color>
<color name="status_yellow_630">#ff93620f</color>
<color name="status_yellow_660">#ff81550d</color>
<color name="status_yellow_700">#ff64420a</color>
<color name="status_yellow_730">#ff5e3e0a</color>
<color name="status_yellow_760">#ff563909</color>
<color name="status_yellow_800">#ff4b3208</color>
<color name="status_yellow_830">#ff3a2606</color>
<color name="status_yellow_860">#ff261904</color>
<color name="status_yellow_900">#ff0d0801</color>
<color name="steam">#ff182332</color>
<color name="steam_500">#ff182332</color>
<color name="switch_thumb_disabled_material_dark">#ff616161</color>
<color name="switch_thumb_disabled_material_light">#ffbdbdbd</color>
<color name="switch_thumb_normal_material_dark">#ffbdbdbd</color>
@ -295,7 +492,9 @@
<color name="tooltip_background_light">#e6ffffff</color>
<color name="transparent">@android:color/transparent</color>
<color name="twitch">#ff593695</color>
<color name="twitch_500">#ff593695</color>
<color name="twitter">#ff1da1f2</color>
<color name="twitter_500">#ff1da1f2</color>
<color name="ucrop_color_crop_background">#ff000000</color>
<color name="ucrop_color_default_crop_frame">#ffffffff</color>
<color name="ucrop_color_default_crop_grid">#80ffffff</color>
@ -314,11 +513,36 @@
<color name="viewfinder_mask">#60000000</color>
<color name="white">#ffffffff</color>
<color name="white_1">#fff9f9f9</color>
<color name="white_100">#ffffffff</color>
<color name="white_130">#ffffffff</color>
<color name="white_160">#ffffffff</color>
<color name="white_2">#fff3f3f3</color>
<color name="white_200">#ffffffff</color>
<color name="white_230">#ffffffff</color>
<color name="white_260">#ffffffff</color>
<color name="white_3">#fff0f0f0</color>
<color name="white_300">#ffffffff</color>
<color name="white_330">#ffffffff</color>
<color name="white_360">#ffffffff</color>
<color name="white_3_alpha_25">#40f0f0f0</color>
<color name="white_400">#ffffffff</color>
<color name="white_430">#ffffffff</color>
<color name="white_460">#ffffffff</color>
<color name="white_5">#ffebebeb</color>
<color name="white_500">#ffffffff</color>
<color name="white_530">#ffe8e8e8</color>
<color name="white_560">#ffcfcfcf</color>
<color name="white_6">#ffe9e7e7</color>
<color name="white_600">#ffadadad</color>
<color name="white_630">#ff969696</color>
<color name="white_660">#ff838383</color>
<color name="white_700">#ff666666</color>
<color name="white_730">#ff5f5f5f</color>
<color name="white_760">#ff585858</color>
<color name="white_800">#ff4d4d4d</color>
<color name="white_830">#ff3b3b3b</color>
<color name="white_860">#ff262626</color>
<color name="white_900">#ff0d0d0d</color>
<color name="white_alpha_05">#0dffffff</color>
<color name="white_alpha_10">#1affffff</color>
<color name="white_alpha_20">#33ffffff</color>
@ -327,5 +551,7 @@
<color name="white_alpha_70">#b3ffffff</color>
<color name="white_alpha_80">#ccffffff</color>
<color name="xbox">#ff107c10</color>
<color name="xbox_500">#ff107c10</color>
<color name="youtube">#ffcb2120</color>
<color name="youtube_500">#ffcb2120</color>
</resources>

View file

@ -197,6 +197,7 @@
<dimen name="folder_guild_outer_margin">6.0dip</dimen>
<dimen name="folder_guild_size">16.0dip</dimen>
<dimen name="grid_item_padding">4.0dip</dimen>
<dimen name="guild_icon_radius">12.0dip</dimen>
<dimen name="guild_item_size">58.0dip</dimen>
<dimen name="guild_item_spacing">6.0dip</dimen>
<dimen name="guild_list_size">72.0dip</dimen>
@ -402,7 +403,6 @@
<dimen name="right_panel_width">275.0dip</dimen>
<dimen name="search_container_height">40.0dip</dimen>
<dimen name="selection_indicator_icon_size">28.0dip</dimen>
<dimen name="server_icon_radius">12.0dip</dimen>
<dimen name="settings_border_insets">-1.0dip</dimen>
<dimen name="settings_option_padding">15.0dip</dimen>
<dimen name="settings_option_padding_header_top">25.0dip</dimen>

View file

@ -62,9 +62,8 @@
<item type="id" name="action_mode_close_button" />
<item type="id" name="action_text" />
<item type="id" name="actions" />
<item type="id" name="active_subscription_apple_indicator" />
<item type="id" name="active_subscription_cancel_button" />
<item type="id" name="active_subscription_error_text" />
<item type="id" name="active_subscription_footer_text" />
<item type="id" name="active_subscription_header_background" />
<item type="id" name="active_subscription_header_icon" />
<item type="id" name="active_subscription_header_logo" />
@ -72,6 +71,7 @@
<item type="id" name="active_subscription_payment_method_spinner_item_text" />
<item type="id" name="active_subscription_progress" />
<item type="id" name="active_subscription_spinner" />
<item type="id" name="active_subscription_spinner_container" />
<item type="id" name="active_subscription_spinner_title" />
<item type="id" name="active_subscription_top_button" />
<item type="id" name="active_subscriptions_bottom_button" />
@ -274,6 +274,18 @@
<item type="id" name="change_password_new_password_input" />
<item type="id" name="change_password_save" />
<item type="id" name="change_password_two_factor" />
<item type="id" name="channel_follow_channel_dropdown_icon" />
<item type="id" name="channel_follow_channel_name" />
<item type="id" name="channel_follow_error_text" />
<item type="id" name="channel_follow_guild_dropdown_icon" />
<item type="id" name="channel_follow_guild_icon" />
<item type="id" name="channel_follow_select_channel" />
<item type="id" name="channel_follow_select_guild" />
<item type="id" name="channel_follow_selected_channel_name" />
<item type="id" name="channel_follow_selected_guild_name" />
<item type="id" name="channel_follow_success_confirm" />
<item type="id" name="channel_follow_success_image" />
<item type="id" name="channel_follow_success_text" />
<item type="id" name="channel_list_item_private_status" />
<item type="id" name="channel_members_list_item_avatar" />
<item type="id" name="channel_members_list_item_boosted_indicator" />
@ -424,6 +436,7 @@
<item type="id" name="chat_input_emoji_picker_recycler" />
<item type="id" name="chat_input_guard" />
<item type="id" name="chat_input_guard_action" />
<item type="id" name="chat_input_guard_action_secondary" />
<item type="id" name="chat_input_guard_subtext" />
<item type="id" name="chat_input_guard_text" />
<item type="id" name="chat_input_item_avatar" />
@ -544,6 +557,7 @@
<item type="id" name="content_pager" />
<item type="id" name="content_tabs" />
<item type="id" name="coordinator" />
<item type="id" name="create_channel_follower_button" />
<item type="id" name="create_channel_name" />
<item type="id" name="create_channel_name_layout" />
<item type="id" name="create_channel_private_container" />
@ -719,6 +733,7 @@
<item type="id" name="file_subtitle_tv" />
<item type="id" name="filter_chip" />
<item type="id" name="folder_view_folder_image" />
<item type="id" name="follow_sheet_view_flipper" />
<item type="id" name="friend_container" />
<item type="id" name="friends_add_container" />
<item type="id" name="friends_add_header" />
@ -784,6 +799,7 @@
<item type="id" name="guideline" />
<item type="id" name="guild_actions_add_create" />
<item type="id" name="guild_actions_add_create_desc" />
<item type="id" name="guild_actions_add_edu" />
<item type="id" name="guild_actions_add_join" />
<item type="id" name="guild_actions_add_join_desc" />
<item type="id" name="guild_actions_manage_channels_divider" />
@ -858,6 +874,10 @@
<item type="id" name="guild_search_item_avatar" />
<item type="id" name="guild_search_item_name" />
<item type="id" name="guild_search_recycler" />
<item type="id" name="guild_selector_icon" />
<item type="id" name="guild_selector_icon_text" />
<item type="id" name="guild_selector_item_name" />
<item type="id" name="guild_selector_list" />
<item type="id" name="guild_transfer_ownership_acknowledge_check" />
<item type="id" name="guild_transfer_ownership_cancel" />
<item type="id" name="guild_transfer_ownership_confirm" />
@ -1333,7 +1353,10 @@
<item type="id" name="premium_guild_transfer_select" />
<item type="id" name="premium_guild_transfer_target_guild" />
<item type="id" name="premium_perks_upload_text" />
<item type="id" name="premium_settings_active_guild_subscription" />
<item type="id" name="premium_settings_active_subscription" />
<item type="id" name="premium_settings_billing_divider" />
<item type="id" name="premium_settings_billing_information" />
<item type="id" name="premium_settings_credit_container" />
<item type="id" name="premium_settings_grandfathered" />
<item type="id" name="premium_settings_legalese" />
@ -1343,14 +1366,18 @@
<item type="id" name="premium_settings_nitro_classic_boost_discount" />
<item type="id" name="premium_settings_nitro_classic_wumpus" />
<item type="id" name="premium_settings_nitro_wumpus" />
<item type="id" name="premium_settings_payment_container" />
<item type="id" name="premium_settings_premium_classic_gift" />
<item type="id" name="premium_settings_premium_classic_monthly" />
<item type="id" name="premium_settings_premium_classic_yearly" />
<item type="id" name="premium_settings_premium_gift" />
<item type="id" name="premium_settings_premium_monthly" />
<item type="id" name="premium_settings_premium_yearly" />
<item type="id" name="premium_settings_renew_mutation_container" />
<item type="id" name="premium_settings_renew_mutation_tv" />
<item type="id" name="premium_settings_retry" />
<item type="id" name="premium_settings_scrollview" />
<item type="id" name="premium_settings_subscription_container" />
<item type="id" name="premium_settings_tier_1_container" />
<item type="id" name="premium_settings_tier_2_container" />
<item type="id" name="premium_settings_view_flipper" />
@ -1958,11 +1985,6 @@
<item type="id" name="unhandled_uri_okay" />
<item type="id" name="unread_wrap" />
<item type="id" name="up" />
<item type="id" name="upgrade_premium_body" />
<item type="id" name="upgrade_premium_cancel" />
<item type="id" name="upgrade_premium_confirm" />
<item type="id" name="upgrade_premium_error" />
<item type="id" name="upgrade_premium_header" />
<item type="id" name="upload_progress_1" />
<item type="id" name="upload_progress_2" />
<item type="id" name="upload_progress_3" />

View file

@ -28,6 +28,10 @@
<item quantity="other">seconds</item>
<item quantity="one">second</item>
</plurals>
<plurals name="announcement_edit_rate_limit_retryAfterMinutes">
<item quantity="other">%s minutes</item>
<item quantity="one">1 minute</item>
</plurals>
<plurals name="application_progress_indicator_installing_hours_timeRemaining">
<item quantity="other">%s hours</item>
<item quantity="one">%s hour</item>
@ -736,6 +740,14 @@
<item quantity="other">%s Boosts</item>
<item quantity="one">%s Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_android_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_pending_cancelation_android_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_pending_cancelation_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
@ -871,5 +883,5 @@
<item quantity="other">%s People</item>
<item quantity="one">%s Person</item>
</plurals>
<item type="plurals" name="APKTOOL_DUMMY_c7">false</item>
<item type="plurals" name="APKTOOL_DUMMY_ca">false</item>
</resources>

File diff suppressed because it is too large Load diff

View file

@ -200,6 +200,10 @@
<string name="animate_emoji">Play animated emoji.</string>
<string name="animate_emoji_note">I want emoji to move and groove.</string>
<string name="animated_emoji">Animated Emoji</string>
<string name="announcement_edit_rate_limit">To keep announcements speedy, published messages can only be edited 3 times per hour. Please try again in %1$s.</string>
<string name="announcement_guild_description">Announcements from Discord for Public server admins and moderators.</string>
<string name="announcement_guild_here_to_help">"We're here to help!"</string>
<string name="announcement_guild_popout_name">Public Server Updates</string>
<string name="answer">Answer</string>
<string name="app_information">App Information</string>
<string name="app_name">SimpleAST-Core</string>
@ -780,6 +784,7 @@
<string name="billing_step_paypal">PayPal Information</string>
<string name="billing_step_review">Review</string>
<string name="billing_step_select_plan">Select Plan</string>
<string name="billing_subscription_credit">Subscription Credit</string>
<string name="billing_switch_plan_change">Change Plan</string>
<string name="billing_switch_plan_change_date">Your subscription will change starting on **%1$s**.</string>
<string name="billing_switch_plan_choose_one">Choose one:</string>
@ -823,6 +828,7 @@
<string name="bot_requires_email_verification">You need to verify your email before you can send messages here.</string>
<string name="bot_tag">BOT</string>
<string name="bot_tag_bot">BOT</string>
<string name="bot_tag_discord">DISCORD</string>
<string name="bot_tag_server">SERVER</string>
<string name="bottom_sheet_behavior">com.google.android.material.bottomsheet.BottomSheetBehavior</string>
<string name="brown">Brown</string>
@ -1034,7 +1040,7 @@ ONE MORE THING {fixed}
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse">Collapse</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">895c9e22-24dc-433f-bad8-56e199796876</string>
<string name="com.crashlytics.android.build_id">017957a1-958e-4b55-843f-7ab18a5cefa1</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_me_description">Displays text with emphasis.</string>
@ -1196,6 +1202,10 @@ ONE MORE THING {fixed}
<string name="create_instant_invite">Create Invite</string>
<string name="create_link">Create Link</string>
<string name="create_news_channel">Create Announcement Channel</string>
<string name="create_or_join_edu_details">"1) **Organize** conversations with channels and roles
2) **Easily** talk with seamless group voice chat
3) **Express** yourself with custom emojis"</string>
<string name="create_or_join_edu_title">A server is a super group chat for friends and communities!</string>
<string name="create_or_join_modal_header">Oh, another server huh?</string>
<string name="create_server_button_body">"Create a new server and invite your friends. It's free!"</string>
<string name="create_server_button_cta">Create a server</string>
@ -2157,6 +2167,7 @@ ONE MORE THING {fixed}
<string name="guild_security_req_mfa_label">2FA Requirement For Moderation</string>
<string name="guild_security_req_mfa_turn_off">Disable 2FA Requirement</string>
<string name="guild_security_req_mfa_turn_on">Enable 2FA Requirement</string>
<string name="guild_select">Select a Server</string>
<string name="guild_settings_action_filter_bot_add">Add Bot</string>
<string name="guild_settings_action_filter_channel_create">Create Channel</string>
<string name="guild_settings_action_filter_channel_delete">Delete Channel</string>
@ -3026,6 +3037,7 @@ Want to know more about Discord?"</string>
<string name="loading">Loading</string>
<string name="loading_your_pin">Loading your pin</string>
<string name="lobby">Lobby</string>
<string name="local_muted">Muted by you</string>
<string name="local_push_notification_guild_verification_body">You can now chat in this server. Thanks for waiting!</string>
<string name="locale">Locale</string>
<string name="login">Login</string>
@ -3364,6 +3376,8 @@ Want to know more about Discord?"</string>
<string name="notice_premium_grandfathered_ended">Your access to Nitro has expired. Upgrade from Nitro Classic to Nitro for superpowered chat perks and Server Boosts.</string>
<string name="notice_premium_grandfathered_ending">You only have %1$s left of Nitro! Your subscription downgrades to Nitro Classic on **%2$s**.</string>
<string name="notice_premium_grandfathered_extended">Hey Nitro sub! We added an extra month to your grandfathered perks</string>
<string name="notice_premium_grandfathered_monthly_ending">Thanks for being an early supporter. Your grandfathered Nitro subscription changes to Nitro Classic on **%1$s**. Upgrade now for a free month and keep your current perks.</string>
<string name="notice_premium_grandfathered_upgrade">Upgrade Now</string>
<string name="notice_premium_promo_action">Check it out</string>
<string name="notice_premium_promo_message">"Support Discord's development and get fun perks!"</string>
<string name="notice_premium_xbox_game_pass_promotion">Hey Nitro subscriber, congrats! You get 3 months of Xbox Game Pass on us.</string>
@ -3757,7 +3771,7 @@ To keep your sub, go to Settings and update your payment."</string>
<string name="premium_gift_share_link_ios">Share</string>
<string name="premium_gifting_title">Nitro Gifting</string>
<string name="premium_gifting_title_mobile">Select a Nitro Gift</string>
<string name="premium_grandfathered_monthly">Thank you for supporting Discord, have an extra grandfathered month on us! Your access to Nitro perks at Nitro Classic price is now set to expire **%1$s**</string>
<string name="premium_grandfathered_monthly">Thanks for being an early supporter. Your grandfathered Nitro subscription changes to Nitro Classic on **%1$s**. Upgrade now for a free month and keep your current perks</string>
<string name="premium_grandfathered_warning">"As a thank you for supporting us, you have a discounted Nitro plan. **By canceling or changing your plan, you will lose this discount.** You've been warned!!!!!"</string>
<string name="premium_grandfathered_warning_confirm">Do It Anyway</string>
<string name="premium_grandfathered_warning_mobile">If you cancel now, you will lose access to your grandfathered plan.</string>
@ -3902,7 +3916,9 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_transfer_button_disabled_tooltip">This Boost is on cooldown</string>
<string name="premium_guild_subscription_unused_slot_description">Unused Boost</string>
<string name="premium_guild_subscriptions_renewal_info">**%1$sx** %1$s - **%2$s**</string>
<string name="premium_guild_subscriptions_renewal_info_android">**%1$sx** %2$s - **%3$s**</string>
<string name="premium_guild_subscriptions_renewal_info_pending_cancelation">**%1$sx** %1$s - **%2$s** (Pending Cancellation)</string>
<string name="premium_guild_subscriptions_renewal_info_pending_cancelation_android">**%1$sx** %2$s - **%3$s** (Pending Cancellation)</string>
<string name="premium_guild_tier_0">No Level</string>
<string name="premium_guild_tier_1">Level 1</string>
<string name="premium_guild_tier_2">Level 2</string>
@ -3977,6 +3993,7 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_subscription_description_tier_1_pending_cancelation">You have chat perks and a Boost discount for **%1$s** (Pending Cancellation)</string>
<string name="premium_subscription_description_tier_2">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s**</string>
<string name="premium_subscription_description_tier_2_pending_cancelation">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s** (Pending Cancellation)</string>
<string name="premium_subscription_grandfathered_upgrade_note">Your grandfathered Nitro subscription is about to be changed to Nitro Classic. If you wish to keep your current perks, including Boosts, upgrade now and enjoy the next month free as a thanks for being an early supporter.</string>
<string name="premium_subscription_guild_subscription_adjustment">Boost Adjustment</string>
<string name="premium_subscription_guild_subscription_adjustment_text">You are purchasing a plan change. Your Server Boosts are being updated accordingly.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">**Why am I seeing this?** You are purchasing a plan change. Your Server Boosts are being updated accordingly.</string>
@ -4650,7 +4667,6 @@ Server Insights is an experimental feature and is subject to change or removal i
<string name="summary_collapsed_preference_list">%1$s, %2$s</string>
<string name="support">Support</string>
<string name="suppress_all_embeds">Remove all embeds</string>
<string name="suppress_muted">Muted by you</string>
<string name="suppressed">Suppressed</string>
<string name="suppressed_afk_body">"It seems you've gone AFK on us. We've went ahead and moved you to the AFK channel."</string>
<string name="suppressed_afk_title">Hello, anyone there?</string>
@ -5356,5 +5372,5 @@ You cannot take any moderation actions until you enable it."</string>
<string name="youre_viewing_older_messages">"You're viewing older messages"</string>
<string name="zh_cn">Chinese, China</string>
<string name="zh_tw">Chinese, Taiwan</string>
<item type="string" name="APKTOOL_DUMMY_39d">false</item>
<item type="string" name="APKTOOL_DUMMY_3a3">false</item>
</resources>

View file

@ -81,6 +81,82 @@
<item name="android:layout_height">fill_parent</item>
<item name="layout_behavior">@string/appbar_scrolling_view_behavior</item>
</style>
<style name="AppTheme.AutoGenerated.Dark" parent="@style/AppTheme.Base.Dark">
<item name="colorActivityCardBackground">@color/primary_dark_700</item>
<item name="colorBackgroundAccent">@color/primary_dark_500</item>
<item name="colorBackgroundFloating">@color/primary_dark_800</item>
<item name="colorBackgroundMobilePrimary">@color/primary_dark_600</item>
<item name="colorBackgroundMobileSecondary">@color/primary_dark_630</item>
<item name="colorBackgroundModifierAccent">#0fffffff</item>
<item name="colorBackgroundModifierActive">#3d4f545c</item>
<item name="colorBackgroundModifierHover">#294f545c</item>
<item name="colorBackgroundModifierSelected">#524f545c</item>
<item name="colorBackgroundPrimary">@color/primary_dark_600</item>
<item name="colorBackgroundSecondary">@color/primary_dark_630</item>
<item name="colorBackgroundTertiary">@color/primary_dark_700</item>
<item name="colorChannelsDefault">@color/primary_dark_360</item>
<item name="colorChanneltextareaBackground">@color/primary_dark_560</item>
<item name="colorDeprecatedCardBg">#99202225</item>
<item name="colorDeprecatedCardEditableBg">#4d202225</item>
<item name="colorDeprecatedPanelBackground">@color/primary_dark_660</item>
<item name="colorDeprecatedQuickswitcherInputBackground">@color/primary_dark_400</item>
<item name="colorDeprecatedQuickswitcherInputPlaceholder">#4dffffff</item>
<item name="colorDeprecatedStoreBg">@color/primary_dark_600</item>
<item name="colorDeprecatedTextInputBg">#1a000000</item>
<item name="colorDeprecatedTextInputBorder">#4d000000</item>
<item name="colorDeprecatedTextInputBorderDisabled">@color/primary_dark_700</item>
<item name="colorDeprecatedTextInputBorderHover">@color/primary_dark_900</item>
<item name="colorDeprecatedTextInputPrefix">@color/primary_dark_200</item>
<item name="colorHeaderPrimary">@color/white</item>
<item name="colorHeaderSecondary">@color/primary_dark_300</item>
<item name="colorInteractiveActive">@color/white</item>
<item name="colorInteractiveHover">@color/primary_dark_200</item>
<item name="colorInteractiveMuted">@color/primary_dark_500</item>
<item name="colorInteractiveNormal">@color/primary_dark_300</item>
<item name="colorLogoPrimary">@color/white</item>
<item name="colorTextLink">@color/link</item>
<item name="colorTextMuted">@color/primary_dark_400</item>
<item name="colorTextNormal">@color/primary_dark_200</item>
<item name="colorTextboxMarkdownSyntax">@color/primary_dark_360</item>
</style>
<style name="AppTheme.AutoGenerated.Light" parent="@style/AppTheme.Base.Light">
<item name="colorActivityCardBackground">@color/white</item>
<item name="colorBackgroundAccent">@color/primary_light_500</item>
<item name="colorBackgroundFloating">@color/white</item>
<item name="colorBackgroundMobilePrimary">@color/primary_light_100</item>
<item name="colorBackgroundMobileSecondary">@color/white</item>
<item name="colorBackgroundModifierAccent">#14060607</item>
<item name="colorBackgroundModifierActive">#29747f8d</item>
<item name="colorBackgroundModifierHover">#14747f8d</item>
<item name="colorBackgroundModifierSelected">#3d747f8d</item>
<item name="colorBackgroundPrimary">@color/white</item>
<item name="colorBackgroundSecondary">@color/primary_light_130</item>
<item name="colorBackgroundTertiary">@color/primary_light_200</item>
<item name="colorChannelsDefault">@color/primary_light_530</item>
<item name="colorChanneltextareaBackground">@color/primary_light_160</item>
<item name="colorDeprecatedCardBg">@color/primary_light_100</item>
<item name="colorDeprecatedCardEditableBg">#99f6f6f7</item>
<item name="colorDeprecatedPanelBackground">@color/primary_light_160</item>
<item name="colorDeprecatedQuickswitcherInputBackground">@color/white</item>
<item name="colorDeprecatedQuickswitcherInputPlaceholder">#4d4f545c</item>
<item name="colorDeprecatedStoreBg">@color/primary_light_100</item>
<item name="colorDeprecatedTextInputBg">#054f545c</item>
<item name="colorDeprecatedTextInputBorder">#4d4f545c</item>
<item name="colorDeprecatedTextInputBorderDisabled">@color/primary_dark_200</item>
<item name="colorDeprecatedTextInputBorderHover">@color/primary_dark_300</item>
<item name="colorDeprecatedTextInputPrefix">@color/primary_dark_300</item>
<item name="colorHeaderPrimary">@color/primary_light_900</item>
<item name="colorHeaderSecondary">@color/primary_light_600</item>
<item name="colorInteractiveActive">@color/primary_light_900</item>
<item name="colorInteractiveHover">@color/primary_light_700</item>
<item name="colorInteractiveMuted">@color/primary_light_300</item>
<item name="colorInteractiveNormal">@color/primary_light_600</item>
<item name="colorLogoPrimary">@color/brand</item>
<item name="colorTextLink">#ff0067e0</item>
<item name="colorTextMuted">@color/primary_light_500</item>
<item name="colorTextNormal">@color/primary_light_700</item>
<item name="colorTextboxMarkdownSyntax">@color/primary_light_530</item>
</style>
<style name="AppTheme.Base" parent="@style/Theme.MaterialComponents.DayNight.Bridge">
<item name="android:windowBackground">@null</item>
<item name="colorAccent">@color/purple_brand_hint</item>
@ -95,86 +171,7 @@
<item name="android:statusBarColor">@android:drawable/screen_background_dark_transparent</item>
<item name="android:navigationBarColor">@color/nav_bar_color</item>
</style>
<style name="AppTheme.CollapsingToolbarLayout" parent="@style/AppTheme">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
<item name="layout_scrollFlags">exitUntilCollapsed|scroll</item>
</style>
<style name="AppTheme.Dark" parent="@style/AppTheme.Dark.Base">
<item name="actionMenuTextColor">@color/primary_100</item>
<item name="boost_confirmation_card_bg">@color/primary_600</item>
<item name="bottomSheetDialogTheme">@style/AppTheme.Dark.BottomSheet</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorBackgroundAccentButton">@color/uikit_btn_bg_color_selector_background_accent_dark</item>
<item name="colorBackgroundFloating">@color/primary_800</item>
<item name="colorBackgroundModifierAccent">@color/primary_000_alpha_06</item>
<item name="colorBackgroundPrimary">@color/primary_600</item>
<item name="colorBackgroundSecondary">@color/primary_630</item>
<item name="colorBackgroundTertiary">@color/primary_700</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorButtonSecondary">@color/uikit_btn_bg_color_selector_secondary_dark</item>
<item name="colorChannelDefault">@color/primary_360</item>
<item name="colorCompoundButton">@color/uikit_btn_compound_color_selector_dark</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorHeadingPrimary">@color/primary_000</item>
<item name="colorHeadingSecondary">@color/primary_300</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryBg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="colorPrimaryCircle">@drawable/drawable_uikit_primary_600_circle</item>
<item name="colorPrimaryDark">@color/primary_660</item>
<item name="colorPrimaryDivider">@color/primary_500_alpha_60</item>
<item name="colorPrimaryTabs">@color/black_alpha_05</item>
<item name="colorTextInteractiveActive">@color/primary_000</item>
<item name="colorTextInteractiveMuted">@color/primary_500</item>
<item name="colorTextLink">@color/link</item>
<item name="colorTextMuted">@color/primary_400</item>
<item name="colorTextNormal">@color/primary_200</item>
<item name="dialogTheme">@style/AppTheme.Dark.Notice</item>
<item name="notice_popup_bg">@color/primary_700</item>
<item name="notice_theme_positive_red">@style/AppTheme.Dark.Notice.PositiveRed</item>
<item name="primary_000">@color/white</item>
<item name="primary_100">@color/primary_100</item>
<item name="primary_100_alpha_30">@color/primary_100_alpha_30</item>
<item name="primary_100_alpha_60">@color/primary_100_alpha_60</item>
<item name="primary_100_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="primary_200">@color/primary_200</item>
<item name="primary_200_bg">@drawable/drawable_uikit_primary_200_bg_dark</item>
<item name="primary_300">@color/primary_300</item>
<item name="primary_300_alpha_30">@color/primary_300_alpha_30</item>
<item name="primary_300_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_400">@color/primary_400</item>
<item name="primary_400_alpha_30">@color/primary_400_alpha_30</item>
<item name="primary_400_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_500">@color/primary_500</item>
<item name="primary_500_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_500_bg">@drawable/drawable_uikit_primary_500_bg_dark</item>
<item name="primary_500_button_outline">@drawable/drawable_uikit_primary_500_button_outline</item>
<item name="primary_500_circle">@drawable/drawable_uikit_primary_500_circle</item>
<item name="primary_560">@color/primary_560</item>
<item name="primary_600">@color/primary_600</item>
<item name="primary_600_bg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="primary_630">@color/primary_630</item>
<item name="primary_630_bg">@drawable/drawable_uikit_primary_630_bg_dark</item>
<item name="primary_630_bg_bottom_corners">@drawable/drawable_uikit_primary_630_bg_dark_bottom_corners</item>
<item name="primary_630_circle">@drawable/drawable_uikit_primary_630_circle</item>
<item name="primary_660">@color/primary_660</item>
<item name="primary_660_bg_outline">@drawable/drawable_uikit_primary_660_bg_outline</item>
<item name="primary_700">@color/primary_700</item>
<item name="primary_700_alpha_60">@color/primary_700_alpha_60</item>
<item name="primary_700_bg">@drawable/drawable_uikit_primary_700_bg_dark</item>
<item name="primary_700_circle">@drawable/drawable_uikit_primary_700_circle</item>
<item name="primary_700_top_corners">@drawable/drawable_bg_primary_700_top_corners</item>
<item name="primary_800">@color/primary_800</item>
<item name="primary_800_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="primary_800_circle">@drawable/drawable_uikit_primary_800_circle</item>
<item name="primary_900">@color/primary_900</item>
<item name="primary_900_bg">@drawable/drawable_uikit_primary_900_bg_dark</item>
<item name="ternaryCheckboxDisabledColor">@color/primary_630_alpha_60</item>
<item name="theme_name">dark</item>
<item name="toolbarColor">@color/primary_630</item>
</style>
<style name="AppTheme.Dark.Base" parent="@style/AppTheme.NoActionBar">
<style name="AppTheme.Base.Dark" parent="@style/AppTheme.NoActionBar">
<item name="anim_boost_confirmation">animations/anim_nitro_boost_confirmation_dark.json</item>
<item name="application_news_background">@drawable/drawable_bg_card_primary_700</item>
<item name="application_news_description_text_color">@color/primary_300</item>
@ -189,6 +186,7 @@
<item name="auth_bg_card">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="auth_gradient">@drawable/drawable_ptrn_auth_gradient_dark</item>
<item name="auth_ptrn">@drawable/drawable_ptrn_auth_bg_dark</item>
<item name="bg_announcements_follow_sheet">@drawable/bg_announcements_follow_sheet_dark</item>
<item name="bg_boost_progress_bar">@drawable/drawable_boost_progress_bar_dark</item>
<item name="bg_chat_embed_gift_image">@drawable/drawable_bg_chat_embed_gift_image_dark</item>
<item name="bg_cloud_pattern">@drawable/bg_cloud_pattern_dark</item>
@ -355,6 +353,9 @@
<item name="img_addfriends_empty">@drawable/img_addfriends_empty_dark</item>
<item name="img_addfriends_notconnected">@drawable/img_addfriends_notconnected_dark</item>
<item name="img_baddies">@drawable/img_baddies_dark_theme</item>
<item name="img_channel_following_success_1">@drawable/img_channel_following_success_1_dark</item>
<item name="img_channel_following_success_2">@drawable/img_channel_following_success_2_dark</item>
<item name="img_channel_following_success_3">@drawable/img_channel_following_success_3_dark</item>
<item name="img_chat_channel_less">@drawable/img_no_text_channels_dark</item>
<item name="img_chat_nsfw">@drawable/img_nsfw_dark_theme</item>
<item name="img_empty_search">@drawable/asset_no_results_dark</item>
@ -465,144 +466,7 @@
<item name="theme_search_suggestion_text_color_secondary">@color/white_alpha_30</item>
<item name="theme_status_indicator_color">@color/grey_account</item>
</style>
<style name="AppTheme.Dark.BottomSheet" parent="@style/AppTheme.Base.BottomSheet">
<item name="colorAccent">@color/brand_500</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryDark">#ff2b2e31</item>
</style>
<style name="AppTheme.Dark.Evil" parent="@style/AppTheme.Dark">
<item name="colorAccent">@color/brand_600</item>
<item name="colorBackgroundFloating">@color/primary_600</item>
<item name="colorBackgroundModifierAccent">@color/primary_000_alpha_12</item>
<item name="colorBackgroundPrimary">@color/black</item>
<item name="colorBackgroundSecondary">@color/primary_800</item>
<item name="colorBackgroundTertiary">@color/primary_700</item>
<item name="colorButtonNormal">@color/brand_630</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_200</item>
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/primary_800</item>
<item name="flexInputIconColorDisabled">@color/primary_500_alpha_30</item>
<item name="notice_popup_bg">@color/primary_800_alpha_90</item>
<item name="search_action_bar_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="theme_chat_input">#ff000000</item>
<item name="theme_name">pureEvil</item>
<item name="theme_status_indicator_color">@color/primary_800</item>
<item name="toolbarColor">@color/primary_800</item>
</style>
<style name="AppTheme.Dark.Notice" parent="@style/Theme.AppCompat.Dialog">
<item name="buttonBarNegativeButtonStyle">@style/UiKit.Material.Button.Transparent.Fit</item>
<item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Fit</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryDark">#ff2b2e31</item>
</style>
<style name="AppTheme.Dark.Notice.PositiveRed" parent="@style/AppTheme.Dark.Notice">
<item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Red.Fit</item>
</style>
<style name="AppTheme.Dark.Switch.White" parent="@style/AppTheme.Dark">
<item name="colorControlActivated">@color/primary_100</item>
</style>
<style name="AppTheme.Dialog.Popup" parent="@style/Theme.AppCompat.Dialog">
<item name="android:windowBackground">@drawable/drawable_bg_dialog_popup</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@style/UiKit.Notice.Popup.Animation</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowSoftInputMode">stateUnchanged</item>
<item name="android:windowCloseOnTouchOutside">false</item>
<item name="android:windowSwipeToDismiss">false</item>
<item name="android:windowElevation">12.0dip</item>
</style>
<style name="AppTheme.Dialog.Popup.Swipeable" parent="@style/AppTheme.Dialog.Popup">
<item name="android:windowSwipeToDismiss">true</item>
</style>
<style name="AppTheme.GlobalSearchDialog" parent="@android:style/ThemeOverlay.Material.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:navigationBarColor">@color/nav_bar_color</item>
</style>
<style name="AppTheme.Light" parent="@style/AppTheme.Light.Base">
<item name="actionMenuTextColor">@color/primary_500</item>
<item name="boost_confirmation_card_bg">@color/white</item>
<item name="bottomSheetDialogTheme">@style/AppTheme.Light.BottomSheet</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorBackgroundAccentButton">@color/uikit_btn_bg_color_selector_background_accent_light</item>
<item name="colorBackgroundFloating">@color/primary_000</item>
<item name="colorBackgroundModifierAccent">@color/primary_light_900_alpha_08</item>
<item name="colorBackgroundPrimary">@color/primary_000</item>
<item name="colorBackgroundSecondary">@color/primary_light_130</item>
<item name="colorBackgroundTertiary">@color/primary_light_200</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorButtonSecondary">@color/uikit_btn_bg_color_selector_secondary_light</item>
<item name="colorChannelDefault">@color/primary_light_530</item>
<item name="colorCompoundButton">@color/uikit_btn_compound_color_selector_light</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorHeadingPrimary">@color/primary_light_900</item>
<item name="colorHeadingSecondary">@color/primary_light_600</item>
<item name="colorPrimary">@color/white</item>
<item name="colorPrimaryBg">@drawable/drawable_uikit_primary_white_bg</item>
<item name="colorPrimaryCircle">@drawable/drawable_uikit_white_circle</item>
<item name="colorPrimaryDark">@color/primary_light_200</item>
<item name="colorPrimaryDivider">@color/primary_200_alpha_60</item>
<item name="colorPrimaryTabs">@color/primary_200_alpha_30</item>
<item name="colorTextInteractiveActive">@color/primary_light_900</item>
<item name="colorTextInteractiveMuted">@color/primary_light_300</item>
<item name="colorTextLink">@color/link_light</item>
<item name="colorTextMuted">@color/primary_light_500</item>
<item name="colorTextNormal">@color/primary_light_700</item>
<item name="dialogTheme">@style/AppTheme.Light.Notice</item>
<item name="notice_popup_bg">@color/primary_100</item>
<item name="notice_theme_positive_red">@style/AppTheme.Light.Notice.PositiveRed</item>
<item name="primary_000">@color/primary_light_800</item>
<item name="primary_100">@color/primary_500</item>
<item name="primary_100_alpha_30">@color/primary_500_alpha_30</item>
<item name="primary_100_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_100_bg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="primary_200">@color/primary_light_700</item>
<item name="primary_200_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="primary_300">@color/primary_light_600</item>
<item name="primary_300_alpha_30">@color/primary_400_alpha_30</item>
<item name="primary_300_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_400">@color/primary_light_400</item>
<item name="primary_400_alpha_30">@color/primary_300_alpha_30</item>
<item name="primary_400_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_500">@color/primary_light_500</item>
<item name="primary_500_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_500_bg">@drawable/drawable_uikit_primary_500_bg_dark</item>
<item name="primary_500_button_outline">@drawable/drawable_uikit_primary_500_button_outline</item>
<item name="primary_500_circle">@drawable/drawable_uikit_primary_500_circle</item>
<item name="primary_560">@color/primary_light_230</item>
<item name="primary_600">@color/white</item>
<item name="primary_600_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_630">@color/primary_light_100</item>
<item name="primary_630_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="primary_630_bg_bottom_corners">@drawable/drawable_uikit_primary_light_100_bg_bottom_corners</item>
<item name="primary_630_circle">@drawable/drawable_uikit_primary_100_circle</item>
<item name="primary_660">@color/primary_light_160</item>
<item name="primary_660_bg_outline">@drawable/drawable_uikit_primary_light_100_bg_outline</item>
<item name="primary_700">@color/primary_light_200</item>
<item name="primary_700_alpha_60">@color/primary_300_alpha_60</item>
<item name="primary_700_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_700_circle">@drawable/drawable_uikit_primary_light_200_circle</item>
<item name="primary_700_top_corners">@drawable/drawable_bg_primary_light_200_top_corners</item>
<item name="primary_800">@color/primary_200</item>
<item name="primary_800_bg">@drawable/drawable_uikit_primary_200_bg_dark</item>
<item name="primary_800_circle">@drawable/drawable_uikit_primary_light_100_circle</item>
<item name="primary_900">@color/primary_100</item>
<item name="primary_900_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="ternaryCheckboxDisabledColor">@color/primary_100_alpha_60</item>
<item name="theme_name">light</item>
<item name="toolbarColor">@color/white</item>
</style>
<style name="AppTheme.Light.Base" parent="@style/AppTheme.NoActionBar">
<style name="AppTheme.Base.Light" parent="@style/AppTheme.NoActionBar">
<item name="anim_boost_confirmation">animations/anim_nitro_boost_confirmation_light.json</item>
<item name="application_news_background">@drawable/drawable_bg_card_white</item>
<item name="application_news_description_text_color">@color/primary_500</item>
@ -617,6 +481,7 @@
<item name="auth_bg_card">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="auth_gradient">@drawable/drawable_ptrn_auth_gradient_light</item>
<item name="auth_ptrn">@drawable/drawable_ptrn_auth_bg_light</item>
<item name="bg_announcements_follow_sheet">@drawable/bg_announcements_follow_sheet_light</item>
<item name="bg_boost_progress_bar">@drawable/drawable_boost_progress_bar_light</item>
<item name="bg_chat_embed_gift_image">@drawable/drawable_bg_chat_embed_gift_image_light</item>
<item name="bg_cloud_pattern">@drawable/bg_cloud_pattern_light</item>
@ -783,6 +648,9 @@
<item name="img_addfriends_empty">@drawable/img_addfriends_empty_light</item>
<item name="img_addfriends_notconnected">@drawable/img_addfriends_notconnected_light</item>
<item name="img_baddies">@drawable/img_baddies_light_theme</item>
<item name="img_channel_following_success_1">@drawable/img_channel_following_success_1_light</item>
<item name="img_channel_following_success_2">@drawable/img_channel_following_success_2_light</item>
<item name="img_channel_following_success_3">@drawable/img_channel_following_success_3_light</item>
<item name="img_chat_channel_less">@drawable/img_no_text_channels_light</item>
<item name="img_chat_nsfw">@drawable/img_nsfw_light_theme</item>
<item name="img_empty_search">@drawable/asset_no_results_light</item>
@ -893,6 +761,198 @@
<item name="theme_search_suggestion_text_color_secondary">@color/grey_2</item>
<item name="theme_status_indicator_color">@color/purple_brand_dark</item>
</style>
<style name="AppTheme.CollapsingToolbarLayout" parent="@style/AppTheme">
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">fill_parent</item>
<item name="layout_scrollFlags">exitUntilCollapsed|scroll</item>
</style>
<style name="AppTheme.Dark" parent="@style/AppTheme.AutoGenerated.Dark">
<item name="actionMenuTextColor">@color/primary_100</item>
<item name="boost_confirmation_card_bg">@color/primary_600</item>
<item name="bottomSheetDialogTheme">@style/AppTheme.Dark.BottomSheet</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorBackgroundAccentButton">@color/uikit_btn_bg_color_selector_background_accent_dark</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorButtonSecondary">@color/uikit_btn_bg_color_selector_secondary_dark</item>
<item name="colorChannelDefault">@color/primary_360</item>
<item name="colorCompoundButton">@color/uikit_btn_compound_color_selector_dark</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryBg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="colorPrimaryCircle">@drawable/drawable_uikit_primary_600_circle</item>
<item name="colorPrimaryDark">@color/primary_660</item>
<item name="colorPrimaryDivider">@color/primary_500_alpha_60</item>
<item name="colorPrimaryTabs">@color/black_alpha_05</item>
<item name="dialogTheme">@style/AppTheme.Dark.Notice</item>
<item name="notice_popup_bg">@color/primary_700</item>
<item name="notice_theme_positive_red">@style/AppTheme.Dark.Notice.PositiveRed</item>
<item name="primary_000">@color/white</item>
<item name="primary_100">@color/primary_100</item>
<item name="primary_100_alpha_30">@color/primary_100_alpha_30</item>
<item name="primary_100_alpha_60">@color/primary_100_alpha_60</item>
<item name="primary_100_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="primary_200">@color/primary_200</item>
<item name="primary_200_bg">@drawable/drawable_uikit_primary_200_bg_dark</item>
<item name="primary_300">@color/primary_300</item>
<item name="primary_300_alpha_30">@color/primary_300_alpha_30</item>
<item name="primary_300_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_400">@color/primary_400</item>
<item name="primary_400_alpha_30">@color/primary_400_alpha_30</item>
<item name="primary_400_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_500">@color/primary_500</item>
<item name="primary_500_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_500_bg">@drawable/drawable_uikit_primary_500_bg_dark</item>
<item name="primary_500_button_outline">@drawable/drawable_uikit_primary_500_button_outline</item>
<item name="primary_500_circle">@drawable/drawable_uikit_primary_500_circle</item>
<item name="primary_560">@color/primary_560</item>
<item name="primary_600">@color/primary_600</item>
<item name="primary_600_bg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="primary_630">@color/primary_630</item>
<item name="primary_630_bg">@drawable/drawable_uikit_primary_630_bg_dark</item>
<item name="primary_630_bg_bottom_corners">@drawable/drawable_uikit_primary_630_bg_dark_bottom_corners</item>
<item name="primary_630_circle">@drawable/drawable_uikit_primary_630_circle</item>
<item name="primary_660">@color/primary_660</item>
<item name="primary_660_bg_outline">@drawable/drawable_uikit_primary_660_bg_outline</item>
<item name="primary_700">@color/primary_700</item>
<item name="primary_700_alpha_60">@color/primary_700_alpha_60</item>
<item name="primary_700_bg">@drawable/drawable_uikit_primary_700_bg_dark</item>
<item name="primary_700_circle">@drawable/drawable_uikit_primary_700_circle</item>
<item name="primary_700_top_corners">@drawable/drawable_bg_primary_700_top_corners</item>
<item name="primary_800">@color/primary_800</item>
<item name="primary_800_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="primary_800_circle">@drawable/drawable_uikit_primary_800_circle</item>
<item name="primary_900">@color/primary_900</item>
<item name="primary_900_bg">@drawable/drawable_uikit_primary_900_bg_dark</item>
<item name="ternaryCheckboxDisabledColor">@color/primary_630_alpha_60</item>
<item name="theme_name">dark</item>
<item name="toolbarColor">@color/primary_630</item>
</style>
<style name="AppTheme.Dark.BottomSheet" parent="@style/AppTheme.Base.BottomSheet">
<item name="colorAccent">@color/brand_500</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryDark">#ff2b2e31</item>
</style>
<style name="AppTheme.Dark.Evil" parent="@style/AppTheme.Dark">
<item name="colorAccent">@color/brand_600</item>
<item name="colorBackgroundFloating">@color/primary_600</item>
<item name="colorBackgroundModifierAccent">@color/primary_000_alpha_12</item>
<item name="colorBackgroundPrimary">@color/black</item>
<item name="colorBackgroundSecondary">@color/primary_800</item>
<item name="colorBackgroundTertiary">@color/primary_700</item>
<item name="colorButtonNormal">@color/brand_630</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_200</item>
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/primary_800</item>
<item name="flexInputIconColorDisabled">@color/primary_500_alpha_30</item>
<item name="notice_popup_bg">@color/primary_800_alpha_90</item>
<item name="search_action_bar_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="theme_chat_input">#ff000000</item>
<item name="theme_name">pureEvil</item>
<item name="theme_status_indicator_color">@color/primary_800</item>
<item name="toolbarColor">@color/primary_800</item>
</style>
<style name="AppTheme.Dark.Notice" parent="@style/Theme.AppCompat.Dialog">
<item name="buttonBarNegativeButtonStyle">@style/UiKit.Material.Button.Transparent.Fit</item>
<item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Fit</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorControlNormal">@color/primary_100</item>
<item name="colorPrimary">@color/primary_600</item>
<item name="colorPrimaryDark">#ff2b2e31</item>
</style>
<style name="AppTheme.Dark.Notice.PositiveRed" parent="@style/AppTheme.Dark.Notice">
<item name="buttonBarPositiveButtonStyle">@style/UiKit.Material.Button.Red.Fit</item>
</style>
<style name="AppTheme.Dark.Switch.White" parent="@style/AppTheme.Dark">
<item name="colorControlActivated">@color/primary_100</item>
</style>
<style name="AppTheme.Dialog.Popup" parent="@style/Theme.AppCompat.Dialog">
<item name="android:windowBackground">@drawable/drawable_bg_dialog_popup</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowAnimationStyle">@style/UiKit.Notice.Popup.Animation</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowSoftInputMode">stateUnchanged</item>
<item name="android:windowCloseOnTouchOutside">false</item>
<item name="android:windowSwipeToDismiss">false</item>
<item name="android:windowElevation">12.0dip</item>
</style>
<style name="AppTheme.Dialog.Popup.Swipeable" parent="@style/AppTheme.Dialog.Popup">
<item name="android:windowSwipeToDismiss">true</item>
</style>
<style name="AppTheme.GlobalSearchDialog" parent="@android:style/ThemeOverlay.Material.Dialog">
<item name="android:windowIsFloating">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:navigationBarColor">@color/nav_bar_color</item>
</style>
<style name="AppTheme.Light" parent="@style/AppTheme.AutoGenerated.Light">
<item name="actionMenuTextColor">@color/primary_500</item>
<item name="boost_confirmation_card_bg">@color/white</item>
<item name="bottomSheetDialogTheme">@style/AppTheme.Light.BottomSheet</item>
<item name="colorAccent">@color/brand_500</item>
<item name="colorBackgroundAccentButton">@color/uikit_btn_bg_color_selector_background_accent_light</item>
<item name="colorButtonNormal">@color/brand_500</item>
<item name="colorButtonSecondary">@color/uikit_btn_bg_color_selector_secondary_light</item>
<item name="colorChannelDefault">@color/primary_light_530</item>
<item name="colorCompoundButton">@color/uikit_btn_compound_color_selector_light</item>
<item name="colorControlActivated">@color/brand_500</item>
<item name="colorPrimary">@color/white</item>
<item name="colorPrimaryBg">@drawable/drawable_uikit_primary_white_bg</item>
<item name="colorPrimaryCircle">@drawable/drawable_uikit_white_circle</item>
<item name="colorPrimaryDark">@color/primary_light_200</item>
<item name="colorPrimaryDivider">@color/primary_200_alpha_60</item>
<item name="colorPrimaryTabs">@color/primary_200_alpha_30</item>
<item name="dialogTheme">@style/AppTheme.Light.Notice</item>
<item name="notice_popup_bg">@color/primary_100</item>
<item name="notice_theme_positive_red">@style/AppTheme.Light.Notice.PositiveRed</item>
<item name="primary_000">@color/primary_light_800</item>
<item name="primary_100">@color/primary_500</item>
<item name="primary_100_alpha_30">@color/primary_500_alpha_30</item>
<item name="primary_100_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_100_bg">@drawable/drawable_uikit_primary_600_bg_dark</item>
<item name="primary_200">@color/primary_light_700</item>
<item name="primary_200_bg">@drawable/drawable_uikit_primary_800_bg_dark</item>
<item name="primary_300">@color/primary_light_600</item>
<item name="primary_300_alpha_30">@color/primary_400_alpha_30</item>
<item name="primary_300_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_400">@color/primary_light_400</item>
<item name="primary_400_alpha_30">@color/primary_300_alpha_30</item>
<item name="primary_400_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_500">@color/primary_light_500</item>
<item name="primary_500_alpha_60">@color/primary_500_alpha_60</item>
<item name="primary_500_bg">@drawable/drawable_uikit_primary_500_bg_dark</item>
<item name="primary_500_button_outline">@drawable/drawable_uikit_primary_500_button_outline</item>
<item name="primary_500_circle">@drawable/drawable_uikit_primary_500_circle</item>
<item name="primary_560">@color/primary_light_230</item>
<item name="primary_600">@color/white</item>
<item name="primary_600_bg">@drawable/drawable_uikit_primary_400_bg_dark</item>
<item name="primary_630">@color/primary_light_100</item>
<item name="primary_630_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="primary_630_bg_bottom_corners">@drawable/drawable_uikit_primary_light_100_bg_bottom_corners</item>
<item name="primary_630_circle">@drawable/drawable_uikit_primary_100_circle</item>
<item name="primary_660">@color/primary_light_160</item>
<item name="primary_660_bg_outline">@drawable/drawable_uikit_primary_light_100_bg_outline</item>
<item name="primary_700">@color/primary_light_200</item>
<item name="primary_700_alpha_60">@color/primary_300_alpha_60</item>
<item name="primary_700_bg">@drawable/drawable_uikit_primary_300_bg_dark</item>
<item name="primary_700_circle">@drawable/drawable_uikit_primary_light_200_circle</item>
<item name="primary_700_top_corners">@drawable/drawable_bg_primary_light_200_top_corners</item>
<item name="primary_800">@color/primary_200</item>
<item name="primary_800_bg">@drawable/drawable_uikit_primary_200_bg_dark</item>
<item name="primary_800_circle">@drawable/drawable_uikit_primary_light_100_circle</item>
<item name="primary_900">@color/primary_100</item>
<item name="primary_900_bg">@drawable/drawable_uikit_primary_100_bg_dark</item>
<item name="ternaryCheckboxDisabledColor">@color/primary_100_alpha_60</item>
<item name="theme_name">light</item>
<item name="toolbarColor">@color/white</item>
</style>
<style name="AppTheme.Light.BottomSheet" parent="@style/AppTheme.Base.BottomSheet">
<item name="colorAccent">@color/brand_500</item>
<item name="colorButtonNormal">@color/brand_500</item>
@ -929,7 +989,7 @@
<item name="windowNoTitle">true</item>
</style>
<style name="AppTheme.PopupMenu" parent="@style/Widget.AppCompat.PopupMenu">
<item name="android:textColor">?colorHeadingPrimary</item>
<item name="android:textColor">?colorHeaderPrimary</item>
<item name="android:itemBackground">?colorBackgroundTertiary</item>
<item name="android:fontFamily">@font/whitney_medium</item>
</style>
@ -2485,7 +2545,7 @@
</style>
<style name="Feedback.PromptTextAppearance" parent="@style/TextAppearance.AppCompat">
<item name="android:textSize">@dimen/uikit_textsize_large</item>
<item name="android:textColor">?colorHeadingSecondary</item>
<item name="android:textColor">?colorHeaderSecondary</item>
<item name="android:textAllCaps">false</item>
<item name="fontFamily">@font/whitney_medium</item>
</style>
@ -2518,7 +2578,7 @@
</style>
<style name="Feedback.SectionHeaderTextAppearance" parent="@style/TextAppearance.AppCompat">
<item name="android:textSize">@dimen/uikit_textsize_small</item>
<item name="android:textColor">?colorHeadingSecondary</item>
<item name="android:textColor">?colorHeaderSecondary</item>
<item name="android:textAllCaps">true</item>
<item name="fontFamily">@font/whitney_semibold</item>
</style>
@ -2880,7 +2940,7 @@
</style>
<style name="MuteSettings.TitleTextAppearance" parent="@style/TextAppearance.AppCompat">
<item name="android:textSize">@dimen/uikit_textsize_large</item>
<item name="android:textColor">?colorTextInteractiveActive</item>
<item name="android:textColor">?colorInteractiveActive</item>
<item name="android:textAllCaps">false</item>
<item name="fontFamily">@font/whitney_semibold</item>
</style>
@ -3230,7 +3290,7 @@
</style>
<style name="StreamReportProblemProblemItem" parent="@style/TextAppearance.AppCompat">
<item name="android:textSize">@dimen/uikit_textsize_large</item>
<item name="android:textColor">?colorHeadingPrimary</item>
<item name="android:textColor">?colorHeaderPrimary</item>
<item name="android:layout_width">fill_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">@dimen/uikit_spacing_medium</item>
@ -4204,7 +4264,7 @@
<item name="android:layout_width">4.5dip</item>
<item name="android:layout_height">34.0dip</item>
<item name="android:src">@drawable/drawable_rect_guild_selected</item>
<item name="android:tint">?colorTextInteractiveActive</item>
<item name="android:tint">?colorInteractiveActive</item>
<item name="android:layout_alignParentLeft">true</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:layout_alignParentStart">true</item>
@ -4223,14 +4283,14 @@
</style>
<style name="UiKit.GuildsListUnread" parent="@style/UiKit.ImageView">
<item name="android:src">@drawable/ic_unread_white_9dp</item>
<item name="android:tint">?colorTextInteractiveActive</item>
<item name="android:tint">?colorInteractiveActive</item>
<item name="android:layout_alignParentLeft">true</item>
<item name="android:layout_centerVertical">true</item>
<item name="android:layout_alignParentStart">true</item>
</style>
<style name="UiKit.GuildsListUnreadHoriz" parent="@style/UiKit.ImageView">
<item name="android:src">@drawable/ic_unread_white_9dp_horiz</item>
<item name="android:tint">?colorTextInteractiveActive</item>
<item name="android:tint">?colorInteractiveActive</item>
<item name="android:layout_alignParentBottom">true</item>
<item name="android:layout_centerHorizontal">true</item>
</style>
@ -4269,7 +4329,7 @@
<style name="UiKit.ImageView.HideInLandscape" parent="@style/UiKit.ImageView" />
<style name="UiKit.ListItem" parent="@style/UiKit.TextView.Semibold">
<item name="android:textSize">@dimen/uikit_textsize_large</item>
<item name="android:textColor">?colorHeadingPrimary</item>
<item name="android:textColor">?colorHeaderPrimary</item>
<item name="android:gravity">center_vertical</item>
<item name="android:background">?bg_pressed_highlight</item>
<item name="android:paddingLeft">@dimen/uikit_spacing_large</item>
@ -4360,11 +4420,11 @@
</style>
<style name="UiKit.Material.Button.White" parent="@style/UiKit.Material.Button">
<item name="android:textColor">@color/primary_700</item>
<item name="android:backgroundTint">@color/primary_100</item>
<item name="android:backgroundTint">@color/uikit_btn_bg_color_selector_white</item>
</style>
<style name="UiKit.Material.Button.White.Outline" parent="@style/UiKit.Material.Button.Outline">
<item name="android:textColor">@color/primary_100</item>
<item name="strokeColor">@color/primary_100</item>
<item name="android:textColor">@color/uikit_btn_bg_color_selector_white</item>
<item name="strokeColor">@color/uikit_btn_bg_color_selector_white</item>
</style>
<style name="UiKit.Notice.Popup.Animation" parent="@style/UiKit">
<item name="android:windowEnterAnimation">@anim/notice_horizontal_fade_in</item>
@ -4372,7 +4432,7 @@
</style>
<style name="UiKit.PremiumGuild.Confirmation.Chip" parent="@style/Widget.MaterialComponents.Chip.Action">
<item name="android:textAppearance">@style/UiKit.TextView</item>
<item name="android:textColor">?colorTextInteractiveActive</item>
<item name="android:textColor">?colorInteractiveActive</item>
<item name="android:paddingTop">2.0dip</item>
<item name="android:paddingBottom">2.0dip</item>
<item name="android:layout_width">wrap_content</item>
@ -4516,7 +4576,7 @@
</style>
<style name="UiKit.Settings.Item.Header" parent="@style/UiKit.Settings.Item">
<item name="android:textSize">@dimen/uikit_textsize_medium</item>
<item name="android:textColor">?colorHeadingSecondary</item>
<item name="android:textColor">?colorHeaderSecondary</item>
<item name="android:textAllCaps">true</item>
<item name="fontFamily">@font/whitney_semibold</item>
</style>
@ -4622,7 +4682,7 @@
</style>
<style name="UiKit.TextAppearance.Button" parent="@style/TextAppearance.MaterialComponents.Button">
<item name="android:textSize">@dimen/uikit_textsize_medium</item>
<item name="android:textColor">?colorTextInteractiveActive</item>
<item name="android:textColor">?colorInteractiveActive</item>
<item name="android:textColorLink">?colorTextLink</item>
<item name="android:textDirection">locale</item>
<item name="android:letterSpacing">0.0</item>
@ -4751,7 +4811,7 @@
<item name="fontFamily">@font/whitney_medium</item>
</style>
<style name="UiKit.Toolbar.TextAppearance" parent="@style/UiKit.TextView.Semibold">
<item name="android:textColor">?colorHeadingPrimary</item>
<item name="android:textColor">?colorHeaderPrimary</item>
<item name="android:layout_width">0.0dip</item>
<item name="android:maxLines">1</item>
<item name="android:singleLine">true</item>
@ -4885,10 +4945,10 @@
<item name="android:paddingEnd">@dimen/uikit_spacing_large</item>
</style>
<style name="UserProfile.PresenceSection.Body.HeaderText" parent="@style/UiKit.TextView.Semibold">
<item name="android:textColor">?colorHeadingPrimary</item>
<item name="android:textColor">?colorHeaderPrimary</item>
</style>
<style name="UserProfile.PresenceSection.Body.Subtext" parent="@style/UiKit.TextView.Subtext">
<item name="android:textColor">?colorHeadingSecondary</item>
<item name="android:textColor">?colorHeaderSecondary</item>
</style>
<style name="UserProfile.PresenceSection.MaterialButton" parent="@style/UiKit.Material.Button.Secondary.Fit">
<item name="android:textColor">@color/presence_button_text_color</item>
@ -4916,7 +4976,7 @@
</style>
<style name="UserProfile.Section.HeaderTextAppearance" parent="@style/TextAppearance.AppCompat">
<item name="android:textSize">@dimen/uikit_textsize_small</item>
<item name="android:textColor">?colorHeadingSecondary</item>
<item name="android:textColor">?colorHeaderSecondary</item>
<item name="android:textAllCaps">true</item>
<item name="fontFamily">@font/whitney_semibold</item>
</style>