Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/usb-serial-telnet-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:03:53 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-05-29 17:03:53 +0300
commit4cb6356e79885fb3d68770ae7d54d5975bdd08ed (patch)
treebfde4417c631da5fa52c083c747f12e1e112eebd
parente696279c6796914b2444159588c91398369affa3 (diff)
Colors tuning
-rw-r--r--app/src/main/res/values-night/themes.xml2
-rw-r--r--app/src/main/res/values/themes.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 6033bd9..3b9989f 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -3,7 +3,7 @@
<style name="Theme.USBSerialTelnetServer" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/blue_light</item>
- <item name="colorPrimaryVariant">@color/blue</item>
+ <item name="colorPrimaryVariant">@color/blue_dark</item>
<item name="colorOnPrimary">@color/black</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 21e2869..14d2ea1 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -2,8 +2,8 @@
<!-- Base application theme. -->
<style name="Theme.USBSerialTelnetServer" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
- <item name="colorPrimary">@color/blue_dark</item>
- <item name="colorPrimaryVariant">@color/blue</item>
+ <item name="colorPrimary">@color/blue</item>
+ <item name="colorPrimaryVariant">@color/blue_dark</item>
<item name="colorOnPrimary">@color/white</item>
<!-- Secondary brand color. -->
<item name="colorSecondary">@color/teal_200</item>