summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
committerAndrew Dolgov <[email protected]>2014-10-17 00:17:34 +0400
commit8f6ca0eec07c077269d97edaf9c89f2eaf3fc115 (patch)
treeb2b744b1f11435820f9be54e78b290f810ffd8ff /org.fox.ttrss/src/main/res/values
parent97cc96839d31b6cce59ec29a6681c6fe802552ee (diff)
rename main module
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rw-r--r--org.fox.ttrss/src/main/res/values/arrays.xml30
-rw-r--r--org.fox.ttrss/src/main/res/values/attrs.xml31
-rw-r--r--org.fox.ttrss/src/main/res/values/resources.xml14
-rw-r--r--org.fox.ttrss/src/main/res/values/strings.xml226
-rw-r--r--org.fox.ttrss/src/main/res/values/style.xml137
5 files changed, 438 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/arrays.xml b/org.fox.ttrss/src/main/res/values/arrays.xml
new file mode 100644
index 00000000..79d9a4d3
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/arrays.xml
@@ -0,0 +1,30 @@
+<resources>
+ <string-array name="pref_theme_names">
+ <item>@string/theme_light</item>
+ <item>@string/theme_dark</item>
+ <item>@string/theme_sepia</item>
+ <item>@string/theme_holo</item>
+ </string-array>
+ <string-array name="pref_theme_values" translatable="false">
+ <item>THEME_LIGHT</item>
+ <item>THEME_DARK</item>
+ <item>THEME_SEPIA</item>
+ <item>THEME_HOLO</item>
+ </string-array>
+ <string-array name="pref_view_mode_names">
+ <item>@string/category_browse_headlines</item>
+ <item>@string/category_browse_articles</item>
+ </string-array>
+ <string-array name="pref_view_mode_values" translatable="false">
+ <item>HEADLINES</item>
+ <item>ARTICLES</item>
+ </string-array>
+ <string-array name="pref_offline_amounts" translatable="false">
+ <item>150</item>
+ <item>250</item>
+ <item>500</item>
+ <item>1000</item>
+ <item>1500</item>
+ <item>2000</item>
+ </string-array>
+</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/attrs.xml b/org.fox.ttrss/src/main/res/values/attrs.xml
new file mode 100644
index 00000000..3558beb6
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/attrs.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <attr name="ttrssHorizontalDivider" format="reference|color" />
+ <attr name="feedlistBackground" format="reference|color" />
+ <attr name="smallScreenBackground" format="reference|color" />
+ <attr name="unreadCounterColor" format="reference|color" />
+ <attr name="headlinesBackground" format="reference|color" />
+ <attr name="headlinesBackgroundSolid" format="reference|color" />
+ <attr name="articleBackground" format="reference|color" />
+ <attr name="headlineSelectedBackground" format="reference|color" />
+ <attr name="headlineUnreadBackground" format="reference|color" />
+ <attr name="headlineNormalBackground" format="reference|color" />
+ <attr name="feedsSelectedBackground" format="reference|color" />
+ <attr name="feedlistTextColor" format="reference|color" />
+ <attr name="feedlistSelectedTextColor" format="reference|color" />
+ <attr name="headlineTextColor" format="reference|color" />
+ <attr name="headlineUnreadTextColor" format="reference|color" />
+ <attr name="headlineSelectedTextColor" format="reference|color" />
+ <attr name="headlineExcerptTextColor" format="reference|color" />
+ <attr name="headlineSecondaryTextColor" format="reference|color" />
+ <attr name="headlineSelectedSecondaryTextColor" format="reference|color" />
+ <attr name="headlineSelectedExcerptTextColor" format="reference|color" />
+ <attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" />
+ <attr name="linkColor" format="reference|color" />
+ <attr name="loadingBackground" format="reference|color" />
+ <attr name="unreadCounterBackground" format="reference|color" />
+ <attr name="unreadSelectedCounterBackground" format="reference|color" />
+ <attr name="articleNoteBackground" format="reference|color" />
+ <attr name="articleNoteTextColor" format="reference|color" />
+ <attr name="statusBarHintColor" format="reference|color" />
+</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/resources.xml b/org.fox.ttrss/src/main/res/values/resources.xml
new file mode 100644
index 00000000..a3c4151c
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/resources.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <color name="feeds_light">#e0e0e0</color>
+ <color name="headlines_light">#ffffff</color>
+ <color name="headlines_sepia">#EAE2DC</color>
+ <color name="feeds_sepia">#D3C6BA</color>
+ <color name="ics_cyan">#33b5e5</color>
+ <color name="unread_counter_background">#88b0f0</color>
+ <color name="unread_counter_background_dark">#63758E</color>
+ <color name="unread_counter_background_sepia">#C46262</color>
+ <color name="unread_counter_background_selected_light">#4684ff</color>
+ <color name="feeds_dark_gray">#1c1d1e</color>
+</resources> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
new file mode 100644
index 00000000..d5653d49
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string name="login_in_progress">Logging in…</string>
+ <string name="app_name">Tiny Tiny RSS</string>
+ <string name="login_need_configure">Please configure the application first.</string>
+ <string name="login_ready">Ready to login.</string>
+ <string name="login_login">Log in</string>
+ <string name="logout">Log out</string>
+ <string name="login">Login</string>
+ <string name="debugging">Debugging</string>
+ <string name="password">Password</string>
+ <string name="default_url">http://example.domain/tt-rss/</string>
+ <string name="look_and_feel">Interface</string>
+ <string name="pref_theme">Theme</string>
+ <string name="pref_theme_long">Changes color theme of the application</string>
+ <string name="ttrss_url">Tiny Tiny RSS URL</string>
+ <string name="theme_light">Light</string>
+ <string name="theme_dark">Dark</string>
+ <string name="theme_holo">Holo</string>
+ <string name="preferences">Settings</string>
+ <string name="connection">Connection</string>
+ <string name="headline_context_multiple">Selected articles</string>
+ <string name="http_authentication">HTTP Authentication</string>
+ <string name="loading_message">Loading, please wait…</string>
+ <string name="menu_unread_feeds">Show unread feeds</string>
+ <string name="menu_all_feeds">Show all feeds</string>
+ <string name="update_feeds">Refresh</string>
+ <string name="share_article">Share article</string>
+ <string name="catchup">Mark read</string>
+ <string name="sort_feeds_by_unread">Sort feeds by unread count</string>
+ <string name="ssl_trust_any">Accept any certificate</string>
+ <string name="category_browse_feeds">Browse feeds</string>
+ <string name="category_browse_articles">Browse articles</string>
+ <string name="blank"></string>
+ <string name="transport_debugging">Log sent and received data</string>
+ <string name="article_toggle_marked">(Un)Star</string>
+ <string name="article_toggle_published">(Un)Publish</string>
+ <string name="headlines_select">Select articles</string>
+ <string name="headlines_select_dialog">Select articles</string>
+ <string name="headlines_select_all">Everything</string>
+ <string name="headlines_select_unread">Unread</string>
+ <string name="headlines_select_none">Deselect all</string>
+ <string name="selection_toggle_marked">(Un)Star</string>
+ <string name="selection_toggle_published">(Un)Publish</string>
+ <string name="selection_toggle_unread">(Un)Read</string>
+ <string name="selection_select_none">Deselect all</string>
+ <string name="context_selection_toggle_marked">(Un)Star</string>
+ <string name="context_selection_toggle_published">(Un)Publish</string>
+ <string name="context_selection_toggle_unread">(Un)Read</string>
+ <string name="article_set_unread">Article set unread</string>
+ <string name="article_mark_read_above">Mark above read</string>
+ <string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
+ <string name="login_summary">Your tt-rss login. Not needed for single user mode</string>
+ <string name="ttrss_url_summary">URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/</string>
+ <string name="download_feed_icons">Enable feed icons</string>
+ <string name="enable_cats">Enable feed categories</string>
+ <string name="no_feeds_to_display">No feeds to display</string>
+ <string name="no_headlines_to_display">No headlines to display</string>
+ <string name="no_caption_to_display">No caption to display</string>
+ <string name="browse_cats_like_feeds">Browse categories like feeds</string>
+ <string name="browse_cats_like_feeds_summary">Use category context menu to override this setting</string>
+ <string name="headlines_mark_as_read">Mark read</string>
+ <string name="error_unknown">Error: Unknown error (see log)</string>
+ <string name="error_http_unauthorized">Error: 401 unauthorized</string>
+ <string name="error_http_forbidden">Error: 403 forbidden</string>
+ <string name="error_http_not_found">Error: 404 not found</string>
+ <string name="error_http_server_error">Error: 500 server error</string>
+ <string name="error_http_other_error">Error: other HTTP error (see log)</string>
+ <string name="error_ssl_rejected">Error: SSL certificate rejected</string>
+ <string name="error_parse_error">Error: JSON parse failed</string>
+ <string name="error_io_error">Error: I/O failure (server down?)</string>
+ <string name="error_other_error">Error: unknown error (see log)</string>
+ <string name="error_api_disabled">Error: Please enable external API access in tt-rss Settings - Advanced</string>
+ <string name="error_api_unknown">Error: unknown API error (see log)</string>
+ <string name="error_api_incorrect_usage">Error: incorrect API usage</string>
+ <string name="error_login_failed">Error: username or password incorrect</string>
+ <string name="error_invalid_api_url">Error: invalid API URL</string>
+ <string name="combined_mode_summary">Displays full article text inline, instead of a separate panel</string>
+ <string name="combined_mode">Combined mode</string>
+ <string name="go_offline">Go offline</string>
+ <string name="go_online">Go online</string>
+ <string name="offline_switch_error">Failed to prepare offline mode (see log)</string>
+ <string name="no_feeds">No feeds to display</string>
+ <string name="no_headlines">No articles to display</string>
+ <string name="dialog_offline_prompt">Login failed, but you have stored offline data. Would you like to go offline?</string>
+ <string name="dialog_offline_success">Offline mode is ready</string>
+ <string name="dialog_offline_go">Go offline</string>
+ <string name="dialog_cancel">Cancel</string>
+ <string name="dialog_offline_switch_prompt">Download unread articles and go offline?</string>
+ <string name="notify_downloading_articles">Downloading articles (%1$d)…</string>
+ <string name="notify_downloading_init">Starting download…</string>
+ <string name="notify_downloading_feeds">Downloading feeds…</string>
+ <string name="notify_uploading_sending_data">Sending data to server…</string>
+ <string name="notify_downloading_title">Preparing offline mode</string>
+ <string name="notify_uploading_title">Synchronizing offline data</string>
+ <string name="offline_sync_success">Finished synchronizing your offline data</string>
+ <string name="offline_mode">Offline mode</string>
+ <string name="offline_image_cache_enabled">Cache images</string>
+ <string name="offline_image_cache_enabled_summary">Download images to sdcard. This might significantly increase time it takes to go offline.</string>
+ <string name="notify_downloading_images">Downloading images (%1$d)…</string>
+ <string name="article_set_labels">Set labels</string>
+ <string name="search">Search</string>
+ <string name="cancel">Cancel</string>
+ <string name="font_size_small">Small</string>
+ <string name="font_size_medium">Medium</string>
+ <string name="font_size_large">Large</string>
+ <string name="pref_font_size">Article text size</string>
+ <string name="donate">Donate</string>
+ <string name="dialog_close">Close</string>
+ <string name="donate_select">Please select the donation</string>
+ <string name="donate_do">Donate!</string>
+ <string name="tablet_article_swipe">Swipe between articles</string>
+ <string name="article_link_copy">Copy link to clipboard</string>
+ <string name="text_copied_to_clipboard">Text copied to clipboard</string>
+ <string name="attachments_prompt">Select attachment</string>
+ <string name="attachment_view">View</string>
+ <string name="attachment_copy">Copy URL</string>
+ <string name="justify_article_text">Justify article text</string>
+ <string name="dialog_offline_sync_in_progress">Offline sync in progress</string>
+ <string name="dialog_offline_sync_stop">Stop syncing</string>
+ <string name="dialog_offline_sync_continue">Continue</string>
+ <string name="article_set_note">Publish with note</string>
+ <string name="close_feed">Close feed</string>
+ <string name="close_article">Close article</string>
+ <string name="dialog_open_preferences">Settings</string>
+ <string name="dialog_need_configure_prompt">Please fill in your tt-rss server information such as URL, login, and password.</string>
+ <string name="notify_article_marked">Article starred</string>
+ <string name="notify_article_unmarked">Article unstarred</string>
+ <string name="notify_article_published">Article published</string>
+ <string name="notify_article_unpublished">Article unpublished</string>
+ <string name="notify_article_note_set">Article note saved</string>
+ <string name="update_headlines">Refresh</string>
+ <string name="attachment_share">Share</string>
+ <string name="error_network_unavailable">Error: network unavailable</string>
+ <string name="category_browse_headlines">Browse headlines</string>
+ <string name="pref_default_view_mode">Default feed view</string>
+ <string name="pref_default_view_mode_long">Which feed view to open by default on smartphones</string>
+ <string name="donate_thanks">Donation found, thank you for support!</string>
+ <string name="use_volume_keys">Use volume buttons</string>
+ <string name="use_volume_keys_long">Switch between articles with hardware volume buttons</string>
+ <string name="ssl_trust_any_host">No hostname verification</string>
+ <string name="error_api_unknown_method">Error: unknown API method</string>
+ <string name="ssl_trust_any_long">Accepts any SSL certificate without validation</string>
+ <string name="ssl_trust_any_host_long">Do not verify server hostname</string>
+ <string name="ssl">SSL</string>
+ <string name="error_ssl_hostname_rejected">Error: SSL hostname not verified</string>
+ <string name="offline_oldest_first">Show oldest articles first</string>
+ <string name="prefs_dim_status_bar">Dim status bar</string>
+ <string name="prefs_dim_status_bar_long">Dim status bar when reading</string>
+ <string name="article_comments">%1$d comments</string>
+ <string name="trial_mode_prompt">Trial mode, %1$d day(s) left.</string>
+ <string name="trial_purchase">Unlock full version</string>
+ <string name="trial_expired">Trial expired</string>
+ <string name="trial_expired_message">To continue using Tiny Tiny RSS please unlock the full version by purchasing the key.</string>
+ <string name="theme_sepia">Sepia</string>
+ <string name="trial_thanks">Full version, thank you for support!</string>
+ <string name="prefs_fullscreen_mode">Fullscreen mode</string>
+ <string name="reading">Reading</string>
+ <string name="offline_articles_to_download">Amount of articles to download</string>
+ <string name="offline_articles_to_download_long">How many articles to download for offline mode (newest first).</string>
+ <string name="pref_headlines_show_content_long">Show content previews in headlines list</string>
+ <string name="pref_headlines_show_content">Preview article content</string>
+ <string name="api_too_low">This action requires newer version of Tiny Tiny RSS</string>
+ <string name="share_url_prompt">URL:</string>
+ <string name="share_url_hint">Article URL</string>
+ <string name="share_content_hint">Article Content</string>
+ <string name="share_title_prompt">Title:</string>
+ <string name="share_title_hint">Article Title</string>
+ <string name="share_share_button">Share</string>
+ <string name="share_article_posted">Article posted.</string>
+ <string name="subscribe_name">Subscribe with Tiny Tiny RSS</string>
+ <string name="feed_url">Feed URL</string>
+ <string name="subscribe_to_feed">Subscribe to feed</string>
+ <string name="error_while_subscribing">Error while subscribing.</string>
+ <string name="category_list_updated">Category list updated</string>
+ <string name="subscribed_to_feed">Subscribed to feed</string>
+ <string name="error_feed_already_exists_">Error: feed already exists.</string>
+ <string name="error_invalid_url">Error: Invalid URL.</string>
+ <string name="error_url_is_an_html_page_no_feeds_found">Error: URL is an HTML page, no feeds found.</string>
+ <string name="error_url_contains_multiple_feeds">Error: URL contains multiple feeds</string>
+ <string name="error_could_not_download_url">Error: Could not download URL</string>
+ <string name="headlines_view_mode">Set view mode</string>
+ <string name="headlines_set_view_mode">Set view mode</string>
+ <string name="headlines_adaptive">Adaptive</string>
+ <string name="headlines_all_articles">All articles</string>
+ <string name="headlines_starred">Starred</string>
+ <string name="headlines_published">Published</string>
+ <string name="headlines_unread">Unread</string>
+ <string name="article_img_open">Open image</string>
+ <string name="article_img_share">Share image</string>
+ <string name="requires_api5">Requires tt-rss 1.7.6</string>
+ <string name="labels">Labels</string>
+ <string name="article_img_view_caption">View Caption</string>
+ <string name="light_theme_is_not_supported_on_honeycomb">Light theme is not supported on Honeycomb</string>
+ <string name="pref_headlines_mark_read_scroll">Mark read on scroll</string>
+ <string name="pref_headlines_mark_read_scroll_long">Headlines will be marked read when scrolling past them</string>
+ <string name="mark_num_headlines_as_read">Mark %1$d article(s) as read?</string>
+ <string name="prefs_confirm_headlines_catchup">Confirm marking articles as read</string>
+ <string name="author_formatted">by %1$s</string>
+ <string name="n_unread_articles">%1$d unread articles</string>
+ <string name="pref_headline_font_size">Headline text size</string>
+ <string name="context_confirm_catchup">Mark all articles in %1$s as read?</string>
+ <string name="theme_system">Device Default</string>
+ <string name="accel_webview_summary">Disable if you see flicker or visual glitches.</string>
+ <string name="accel_webview_title">Accelerate web views (3.0+)</string>
+ <string name="place_shortcut">Place shortcut</string>
+ <string name="shortcut_has_been_placed_on_the_home_screen">Shortcut has been placed on the home screen</string>
+ <string name="download_articles_and_go_offline">Download articles and go offline</string>
+ <string name="tasker_save_and_close">Save and close</string>
+ <string name="synchronize_read_articles_and_go_online">Synchronize read articles and go online</string>
+ <string name="prefs_compatible_article_layout">Compatible article layout</string>
+ <string name="prefs_compatible_layout_summary">Enable if you see glitches in article content</string>
+ <string name="font_size_dialog_suffix">sp</string>
+ <string name="server_function_not_available">Sorry, this function is not available on your tt-rss version.</string>
+ <string name="unsubscribe">Unsubscribe</string>
+ <string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
+ <string name="toggle_sidebar">Toggle sidebar</string>
+ <string name="open_article_in_web_browser">Open in web browser</string>
+ <string name="pref_headlines_use_condensed_fonts">Enable condensed fonts</string>
+ <string name="pref_headlines_use_condensed_fonts_long">Use condensed fonts for headline titles and a few other UI elements.</string>
+ <string name="pref_headlines_full_content_long">Show full article content in headlines. Resource intensive, can cause UI lag on some devices.</string>
+ <string name="pref_headlines_full_content">Show full content</string>
+ <string name="prefs_headlines_show_flavor_image">Show article image</string>
+
+</resources>
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
new file mode 100644
index 00000000..8c1fb98f
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -0,0 +1,137 @@
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="LightThemeBase" parent="Theme.AppCompat.Light.DarkActionBar">
+ <item name="statusBarHintColor">#6482AF</item>
+ <item name="smallScreenBackground">#eeeeee</item>
+ <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_bright</item>
+ <item name="feedlistBackground"><!-- #e0e0e0 -->@drawable/shadow_feeds</item>
+ <item name="unreadCounterColor">#ffffff</item>
+ <item name="headlinesBackground"><!-- #f0f0f0 -->@drawable/shadow_headlines</item>
+ <item name="headlinesBackgroundSolid">#f0f0f0</item>
+ <item name="articleBackground">@android:color/transparent</item>
+ <item name="headlineSelectedBackground">@drawable/headline_row_selected</item>
+ <item name="headlineUnreadBackground">@drawable/headline_row_unread</item>
+ <item name="headlineNormalBackground">@drawable/headline_row</item>
+ <item name="feedsSelectedBackground">#88b0f0</item>
+ <item name="feedlistTextColor">@android:color/primary_text_light</item>
+ <item name="feedlistSelectedTextColor">#ffffff</item>
+ <item name="headlineTextColor">@android:color/secondary_text_light</item>
+ <item name="headlineUnreadTextColor">@android:color/primary_text_light</item>
+ <item name="headlineSelectedTextColor">#ffffff</item>
+ <item name="headlineExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="headlineSecondaryTextColor">#909090</item>
+ <item name="headlineSelectedSecondaryTextColor">#606060</item>
+ <item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_light</item>
+ <item name="headlineTitleHighScoreUnreadTextColor">#008000</item>
+ <item name="linkColor">#4684ff</item>
+ <item name="loadingBackground">@android:color/white</item>
+ <item name="unreadCounterBackground">@drawable/counter_background</item>
+ <item name="unreadSelectedCounterBackground">@drawable/counter_background_selected_light</item>
+ <item name="articleNoteTextColor">#9a8c59</item>
+ <item name="articleNoteBackground">#fff7d5</item>
+ <item name="android:actionBarStyle">@style/ActionBar.Light</item>
+ </style>
+
+ <style name="LightTheme" parent="LightThemeBase">
+ </style>
+
+ <style name="SepiaThemeBase" parent="LightTheme">
+ <item name="statusBarHintColor">#7F3F3F</item>
+ <item name="smallScreenBackground">@drawable/paper_sepia</item>
+ <item name="feedlistBackground">@drawable/shadow_feeds_sepia</item>
+ <item name="headlinesBackground">@drawable/shadow_headlines_sepia</item>
+ <item name="headlinesBackgroundSolid">@drawable/paper_sepia</item>
+ <item name="headlineUnreadBackground">@drawable/headline_row_unread_sepia</item> <!-- #F2EAE8 -->
+ <item name="headlineNormalBackground">@drawable/headline_row_sepia</item>
+ <item name="headlineSelectedBackground">@drawable/headline_row_selected_sepia</item> <!-- #E5B0A0 -->
+ <item name="feedsSelectedBackground">#E5B0A0</item>
+ <item name="articleBackground">@drawable/paper_sepia</item>
+ <item name="unreadCounterBackground">@drawable/counter_background_sepia</item>
+ <item name="unreadSelectedCounterBackground">@drawable/counter_background_sepia</item>
+ <item name="feedlistTextColor">#35281C</item>
+ <item name="linkColor">#C46262</item>
+ <item name="android:actionBarStyle">@style/ActionBar.Sepia</item>
+ </style>
+
+ <style name="SepiaTheme" parent="SepiaThemeBase">
+ </style>
+
+ <style name="HoloThemeBase" parent="Theme.AppCompat">
+ <item name="statusBarHintColor">@android:color/black</item>
+ <item name="smallScreenBackground">@android:color/transparent</item>
+ <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_dark</item>
+ <item name="feedlistBackground">@android:color/transparent</item>
+ <item name="unreadCounterColor">#ffffff</item>
+ <item name="headlinesBackground">@android:color/black</item>
+ <item name="headlinesBackgroundSolid">@android:color/black</item>
+ <item name="articleBackground">@android:color/black</item>
+ <item name="headlineSelectedBackground">@color/ics_cyan</item>
+ <item name="headlineUnreadBackground">#202020</item>
+ <item name="headlineNormalBackground">#151515</item>
+ <item name="feedsSelectedBackground">@color/ics_cyan</item>
+ <item name="feedlistTextColor">@android:color/primary_text_dark</item>
+ <item name="feedlistSelectedTextColor">@android:color/black</item>
+ <item name="headlineTextColor">@android:color/secondary_text_dark</item>
+ <item name="headlineUnreadTextColor">@android:color/primary_text_dark</item>
+ <item name="headlineSelectedTextColor">@android:color/white</item>
+ <item name="headlineExcerptTextColor">@android:color/secondary_text_dark</item>
+ <item name="headlineSelectedExcerptTextColor">@android:color/black</item>
+ <item name="headlineSecondaryTextColor">#909090</item>
+ <item name="headlineSelectedSecondaryTextColor">#404040</item>
+ <item name="headlineTitleHighScoreUnreadTextColor">#00FF00</item>
+ <item name="linkColor">@color/ics_cyan</item>
+ <item name="loadingBackground">@android:color/black</item>
+ <item name="unreadCounterBackground">@drawable/counter_background_dark</item>
+ <item name="unreadSelectedCounterBackground">@drawable/counter_background_dark</item>
+ <item name="articleNoteTextColor">@android:color/secondary_text_dark</item>
+ <item name="articleNoteBackground">#303030</item>
+ </style>
+
+ <style name="HoloTheme" parent="HoloThemeBase">
+ </style>
+
+ <style name="DarkThemeBase" parent="HoloTheme">
+ <item name="statusBarHintColor">#394A63</item>
+ <item name="smallScreenBackground">@color/feeds_dark_gray</item>
+ <item name="ttrssHorizontalDivider">@android:drawable/divider_horizontal_dark</item>
+ <item name="feedlistBackground">@drawable/shadow_feeds_gray</item>
+ <item name="headlinesBackground">@drawable/shadow_headlines_gray</item>
+ <item name="headlinesBackgroundSolid">@color/feeds_dark_gray</item>
+ <item name="articleBackground">@color/feeds_dark_gray</item>
+ <item name="headlineSelectedBackground">#22667f</item>
+ <item name="headlineUnreadBackground">#383c42</item>
+ <item name="feedsSelectedBackground">#22667f</item>
+ <item name="feedlistSelectedTextColor">@android:color/primary_text_dark</item>
+ <item name="headlineSelectedExcerptTextColor">@android:color/secondary_text_dark</item>
+ <item name="headlineTextColor">@android:color/secondary_text_dark</item>
+ <!-- <item name="actionBarStyle">@style/ActionBarDarkGray</item> -->
+ <item name="android:actionBarStyle">@style/ActionBar.DarkGray</item>
+ <item name="headlineSelectedSecondaryTextColor">#a0a0a0</item>
+ </style>
+
+ <style name="DarkTheme" parent="DarkThemeBase">
+ </style>
+
+ <style name="ActionBar.Light" parent="Widget.AppCompat.ActionBar.Solid">
+ <item name="android:background">#6482AF</item>
+ <item name="android:titleTextStyle">@style/ActionBarText.Light</item>
+ </style>
+
+ <style name="ActionBar.Sepia" parent="Widget.AppCompat.ActionBar.Solid">
+ <item name="android:background">#7F3F3F</item>
+ <item name="android:titleTextStyle">@style/ActionBarText.Light</item>
+ </style>
+
+ <style name="ActionBarText.Light"
+ parent="@style/TextAppearance.AppCompat.Widget.ActionBar.Title">
+ <item name="android:textColor">@android:color/white</item>
+ </style>
+
+ <style name="ActionBar.DarkGray" parent="Widget.AppCompat.ActionBar.Solid">
+ <item name="android:background">#394A63</item>
+ </style>
+
+ <style name="DarkDialogTheme" parent="android:Theme.Dialog">
+ </style>
+
+</resources> \ No newline at end of file