From 4fb3ef98db735a2ce9647d76dacbc49ed6ec9ce0 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sat, 6 Jan 2024 20:00:54 -0500 Subject: [PATCH] Desaturated chat bubble colours --- src/cheogram/res/values/colors.xml | 2 ++ src/cheogram/res/values/themes.xml | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/cheogram/res/values/colors.xml b/src/cheogram/res/values/colors.xml index 44f33b4536c22b680b503eab47f0c7602fa69524..54eadd7c3e089e029f8c72f4c27ecfa3bc1b4406 100644 --- a/src/cheogram/res/values/colors.xml +++ b/src/cheogram/res/values/colors.xml @@ -3,6 +3,8 @@ #7401cf #7401cf #7401CF + #8534e0 + #6c29b8 #1E0036 #FFC700 diff --git a/src/cheogram/res/values/themes.xml b/src/cheogram/res/values/themes.xml index df28f80ee084ff99cb0f79ca4cab45f12839aaf4..dca75de4b7396d46aadf7464e2da3c99397f7a1d 100644 --- a/src/cheogram/res/values/themes.xml +++ b/src/cheogram/res/values/themes.xml @@ -7,7 +7,7 @@ @color/black_perpy @style/ThemeOverlay.AppCompat.Light - ?colorPrimary + @color/perpy_desaturated_light ?color_background_primary #00CCCCCC #FFCCCCCC @@ -164,7 +164,7 @@ @style/ThemeOverlay.AppCompat.Dark @color/black - ?colorPrimary + @color/perpy_desaturated ?color_background_primary #00424242 #FF424242 @@ -322,7 +322,7 @@ @color/black_perpy @color/yeller - ?colorPrimary + @color/perpy_desaturated ?color_background_primary #00000000 #FF000000 @@ -359,12 +359,14 @@ @color/custom_theme_primary @color/custom_theme_primary_dark @color/custom_theme_accent + ?colorPrimary