Remove Gruvbox Light theme (#335)

* Update ThemeHelper.java

* Update styles.xml
multisite^2
Eric Rösch 8 years ago committed by Florens
parent ef23abcca5
commit 35712f530d
  1. 3
      Clover/app/src/main/java/org/floens/chan/ui/theme/ThemeHelper.java
  2. 37
      Clover/app/src/main/res/values/styles.xml

@ -57,8 +57,7 @@ public class ThemeHelper {
themes.add(new Theme("Yotsuba B", "yotsuba_b", R.style.Chan_Theme_YotsubaB, PrimaryColor.RED)); themes.add(new Theme("Yotsuba B", "yotsuba_b", R.style.Chan_Theme_YotsubaB, PrimaryColor.RED));
themes.add(new Theme("Photon", "photon", R.style.Chan_Theme_Photon, PrimaryColor.ORANGE)); themes.add(new Theme("Photon", "photon", R.style.Chan_Theme_Photon, PrimaryColor.ORANGE));
themes.add(new DarkTheme("Insomnia", "insomnia", R.style.Chan_Theme_Insomnia, PrimaryColor.DARK)); themes.add(new DarkTheme("Insomnia", "insomnia", R.style.Chan_Theme_Insomnia, PrimaryColor.DARK));
themes.add(new Theme("Gruvbox Light", "gruvbox_light", R.style.Chan_Theme_GruvboxLight, PrimaryColor.BLACK)); themes.add(new DarkTheme("Gruvbox", "gruvbox", R.style.Chan_Theme_Gruvbox, PrimaryColor.DARK));
themes.add(new DarkTheme("Gruvbox Dark", "gruvbox_dark", R.style.Chan_Theme_GruvboxDark, PrimaryColor.BLACK));
ChanSettings.ThemeColor settingTheme = ChanSettings.getThemeAndColor(); ChanSettings.ThemeColor settingTheme = ChanSettings.getThemeAndColor();
for (Theme theme : themes) { for (Theme theme : themes) {

@ -200,42 +200,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<item name="dropdown_dark_pressed_color">#ffffffff</item> <item name="dropdown_dark_pressed_color">#ffffffff</item>
</style> </style>
<style name="Chan.Theme.GruvboxLight" parent="Chan.Theme"> <style name="Chan.Theme.Gruvbox" parent="Chan.Theme.Dark">
<item name="colorAccent">#3c3836</item>
<item name="backcolor">#fbf1c7</item>
<item name="backcolor_secondary">#ebdbb2</item>
<item name="android:textColor">#3c3836</item>
<item name="text_color_primary">#3c3836</item>
<item name="text_color_secondary">#504945</item>
<item name="text_color_hint">#665c54</item>
<item name="text_color_reveal_spoiler">#3c3836</item>
<item name="post_name_color">#689d6a</item>
<item name="post_subject_color">#076678</item>
<item name="post_details_color">#7c6f64</item>
<item name="post_quote_color">#cc241d</item>
<item name="post_highlight_quote_color">#9d0006</item>
<item name="post_inline_quote_color">#98971a</item>
<item name="post_link_color">#076678</item>
<item name="post_spoiler_color">#3c3836</item>
<item name="post_capcode_color">#cc241d</item>
<item name="post_last_seen_color">#cc241d</item>
<item name="post_id_background_light">#3c3836</item>
<item name="post_saved_reply_color">#ebdbb2</item>
<item name="post_highlighted_color">#ebdbb2</item>
<item name="post_selected_color">#ebdbb2</item>
<item name="divider_color">#ebdbb2</item>
<item name="divider_split_color">#ebdbb2</item>
<item name="dropdown_dark_color">#736f5b</item>
<item name="dropdown_dark_pressed_color">#736f5b</item>
</style>
<style name="Chan.Theme.GruvboxDark" parent="Chan.Theme.Dark">
<item name="colorAccent">#ebdbb2</item> <item name="colorAccent">#ebdbb2</item>
<item name="backcolor">#282828</item> <item name="backcolor">#282828</item>

Loading…
Cancel
Save