summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/values/themes.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-04-06 07:34:06 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-04-06 07:34:06 +0000
commit61c50f135e69643bf2f905b2241fdb8dcc08abd3 (patch)
treefb1e019ded10877fd2944d334283ac996ddb6d57 /android-app/app/src/main/res/values/themes.xml
parentc8a1e81faec6663b258898c109db1f63e57b07eb (diff)
feat(ui): dark theme — match instrument sheet to WaveView sky palette
Surface/background → #1C1B1F (WaveView sky), text tokens updated to light M3 dark-mode values, status bar icons set to light. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/main/res/values/themes.xml')
-rwxr-xr-xandroid-app/app/src/main/res/values/themes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-app/app/src/main/res/values/themes.xml b/android-app/app/src/main/res/values/themes.xml
index 5384c87..8baa509 100755
--- a/android-app/app/src/main/res/values/themes.xml
+++ b/android-app/app/src/main/res/values/themes.xml
@@ -24,7 +24,7 @@
<item name="colorOnErrorContainer">@color/md_theme_onErrorContainer</item>
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorSurface</item>
- <item name="android:windowLightStatusBar">true</item>
+ <item name="android:windowLightStatusBar">false</item>
</style>
<!-- Night Vision Theme (Stays Dark and Red) -->
@@ -63,7 +63,7 @@
<style name="InstrumentUnit" parent="android:Widget.TextView">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
- <item name="android:textColor">#79747E</item>
+ <item name="android:textColor">#6B6070</item>
<item name="android:textSize">@dimen/text_size_instrument_unit</item>
<item name="android:textStyle">normal</item>
<item name="android:layout_marginStart">2dp</item>