diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 | ||||
| -rw-r--r-- | res/values/themes.xml | 19 |
3 files changed, 22 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 9fe5b38..a89c718 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -31,6 +31,7 @@ <item>@string/pref_theme_e_monet</item> <item>@string/pref_theme_e_monetlight</item> <item>@string/pref_theme_e_monetdark</item> + <item>@string/pref_theme_e_rosepine</item> </string-array> <string-array name="pref_theme_values"> <item>system</item> @@ -45,6 +46,7 @@ <item>monet</item> <item>monetlight</item> <item>monetdark</item> + <item>rosepine</item> </string-array> <string-array name="pref_swipe_dist_entries"> <item>@string/pref_swipe_dist_e_very_short</item> diff --git a/res/values/strings.xml b/res/values/strings.xml index c401131..9c08185 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -71,6 +71,7 @@ This application contains no ads, doesn't make any network requests and is Open <string name="pref_theme_e_monet">Monet (System)</string> <string name="pref_theme_e_monetlight">Monet (Light)</string> <string name="pref_theme_e_monetdark">Monet (Dark)</string> + <string name="pref_theme_e_rosepine">Rosé Pine</string> <string name="pref_swipe_dist_e_very_short">Very short</string> <string name="pref_swipe_dist_e_short">Short</string> <string name="pref_swipe_dist_e_default">Normal</string> diff --git a/res/values/themes.xml b/res/values/themes.xml index 4aba4e3..fe38ec1 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -203,4 +203,23 @@ <item name="emoji_button_bg">?colorKeyActivated</item> <item name="emoji_color">@android:color/system_accent1_900</item> </style> + <style name="RosePine" parent="BaseTheme"> + <item name="android:isLightTheme">false</item> + <item name="colorKeyboard">#191724</item> + <item name="colorKey">#26233a</item> + <item name="colorKeyActivated">#403d52</item> + <item name="keyBorderWidth">0dp</item> + <item name="keyBorderWidthActivated">1dp</item> + <item name="keyBorderColorLeft">#6e6a86</item> + <item name="keyBorderColorTop">#6e6a86</item> + <item name="keyBorderColorRight">#6e6a86</item> + <item name="keyBorderColorBottom">#6e6a86</item> + <item name="colorLabel">#e0def4</item> + <item name="colorLabelActivated">#c4a7e7</item> + <item name="colorLabelLocked">#31748f</item> + <item name="colorSubLabel">#6e6a86</item> + <item name="keyBorderRadius">1dp</item> + <item name="emoji_button_bg">#26233a</item> + <item name="emoji_color">#e0def4</item> + </style> </resources> |
