Skip to content
Snippets Groups Projects
Commit 5db7ad01 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Optimized themes a bit again

parent 5e0046c4
No related branches found
No related tags found
No related merge requests found
...@@ -49,15 +49,15 @@ ...@@ -49,15 +49,15 @@
<string name="preference_brackets_summary_off">Show plain nicks in chat</string> <string name="preference_brackets_summary_off">Show plain nicks in chat</string>
<string-array name="preference_theme_entries"> <string-array name="preference_theme_entries">
<item>Quassel™ (Light)</item> <item>@string/themeQuasselLightName</item>
<item>Quassel™ (Dark)</item> <item>@string/themeQuasselDarkName</item>
<item>Solarized (Light)</item> <item>@string/themeSolarizedLightName</item>
<item>Solarized (Dark)</item> <item>@string/themeSolarizedDarkName</item>
</string-array> </string-array>
<string-array name="preference_theme_values"> <string-array name="preference_theme_values">
<item>QUASSEL_LIGHT</item> <item>@string/themeQuasselLightId</item>
<item>QUASSEL_DARK</item> <item>@string/themeQuasselDarkId</item>
<item>SOLARIZED_LIGHT</item> <item>@string/themeSolarizedLightId</item>
<item>SOLARIZED_DARK</item> <item>@string/themeSolarizedDarkId</item>
</string-array> </string-array>
</resources> </resources>
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
--> -->
<resources> <resources>
<string name="themeQuasselLightName">Quassel™ (Light)</string>
<string name="themeQuasselLightId">QUASSEL_LIGHT</string>
<style name="Quassel_Light" parent="AppTheme.Light"> <style name="Quassel_Light" parent="AppTheme.Light">
<item name="senderColor0">#e90d7f</item> <item name="senderColor0">#e90d7f</item>
...@@ -61,6 +63,9 @@ ...@@ -61,6 +63,9 @@
<color name="quasselLight_background">#FAFAFA</color> <color name="quasselLight_background">#FAFAFA</color>
<string name="themeQuasselDarkName">Quassel™ (Dark)</string>
<string name="themeQuasselDarkId">QUASSEL_DARK</string>
<style name="Quassel_Dark" parent="AppTheme"> <style name="Quassel_Dark" parent="AppTheme">
<item name="senderColor0">#e90d7f</item> <item name="senderColor0">#e90d7f</item>
<item name="senderColor1">#8e55e9</item> <item name="senderColor1">#8e55e9</item>
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
--> -->
<resources> <resources>
<string name="themeSolarizedLightName">Solarized (Light)</string>
<string name="themeSolarizedLightId">SOLARIZED_LIGHT</string>
<style name="Solarized_Light" parent="AppTheme.Light"> <style name="Solarized_Light" parent="AppTheme.Light">
<item name="colorPrimary">?attr/colorBackgroundCard</item> <item name="colorPrimary">?attr/colorBackgroundCard</item>
...@@ -67,6 +69,9 @@ ...@@ -67,6 +69,9 @@
<color name="solarizedLight_background">#FDF6E3</color> <color name="solarizedLight_background">#FDF6E3</color>
<string name="themeSolarizedDarkName">Solarized (Dark)</string>
<string name="themeSolarizedDarkId">SOLARIZED_DARK</string>
<style name="Solarized_Dark" parent="AppTheme"> <style name="Solarized_Dark" parent="AppTheme">
<item name="colorPrimary">?attr/colorBackgroundCard</item> <item name="colorPrimary">?attr/colorBackgroundCard</item>
<item name="colorPrimaryDark">?attr/colorBackground</item> <item name="colorPrimaryDark">?attr/colorBackground</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment