diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index debafeff..24b4164c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -569,12 +569,26 @@ <string name="theme_item_button_text_color_detail">Applied to: Text on button</string> <string name="theme_item_chip_text_color">Chip Text Color</string> <string name="theme_item_chip_text_color_detail">Applied to: Subscribe Button</string> + <string name="theme_item_link_color">Link Color</string> + <string name="theme_item_link_color_detail">Applied to: URL</string> + <string name="theme_item_received_message_text_color">Received Message Text Color</string> + <string name="theme_item_received_message_text_color_detail">Applied to: Received Private Messages</string> + <string name="theme_item_sent_message_text_color">Sent Message Text Color</string> + <string name="theme_item_sent_message_text_color_detail">Applied to: Sent Private Messages</string> <string name="theme_item_background_color">Background Color</string> <string name="theme_item_background_color_detail">Applied to: Background of every page and navigation drawer</string> <string name="theme_item_card_view_background_color">Card View Background Color</string> <string name="theme_item_card_view_background_color_detail">Applied to: Post background and message background</string> <string name="theme_item_comment_background_color">Comment Background Color</string> <string name="theme_item_comment_background_color_detail">Applied to: Comment background</string> + <string name="theme_item_fully_collapsed_comment_background_color">Fully-Collapsed Comment Background Color</string> + <string name="theme_item_fully_collapsed_comment_background_color_detail">Applied to: Background of fully-collapsed comments</string> + <string name="theme_item_awarded_comment_background_color">Awarded Comment Background Color</string> + <string name="theme_item_awarded_comment_background_color_detail">Applied to: Background of awarded comments</string> + <string name="theme_item_received_message_background_color">Received Message Background Color</string> + <string name="theme_item_received_message_background_color_detail">Applied to: Background of received private messages</string> + <string name="theme_item_sent_message_background_color">Sent Message Background Color</string> + <string name="theme_item_sent_message_background_color_detail">Applied to: Background of sent private messages</string> <string name="theme_item_bottom_app_bar_background_color">Bottom Navigation Bar Color</string> <string name="theme_item_bottom_app_bar_background_color_detail">Applied to: Bottom navigation bar</string> <string name="theme_item_primary_icon_color">Primary Icon Color</string> @@ -587,6 +601,8 @@ <string name="theme_item_comment_icon_and_info_color_detail">Applied to: Icons and score in comments</string> <string name="theme_item_fab_icon_color">Floating Action Button Icon Color</string> <string name="theme_item_fab_icon_color_detail">Applied to: Floating action button icon</string> + <string name="theme_item_send_message_icon_color">Send Message Icon Color</string> + <string name="theme_item_send_message_icon_color_detail">Applied to: send private message icon</string> <string name="theme_item_toolbar_primary_text_and_icon_color">Toolbar Primary Text and Icon Color</string> <string name="theme_item_toolbar_primary_text_and_icon_color_detail">Applied to: Primary texts and icons in toolbars</string> <string name="theme_item_toolbar_secondary_text_color">Toolbar Secondary Text Color</string> |