abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorKalan Walmsley2024-10-25 18:54:25 -0400
committerGitHub2024-10-26 00:54:25 +0200
commit73742a853f346a39e7b923ba1c0919dc32570190 (patch)
treece16b4a9ce933d71ce670949122865a02dc3d7a4 /res/values
parent24a6dd0f2cd8bc4266354a5daa0d3be06a574f99 (diff)
downloadunexpected-keyboard-73742a853f346a39e7b923ba1c0919dc32570190.tar.gz
unexpected-keyboard-73742a853f346a39e7b923ba1c0919dc32570190.zip
Rosé Pine Theme (#788)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/values/themes.xml19
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>