Skip to content

Commit

Permalink
addons: BlackTheme: Make shades little more darker
Browse files Browse the repository at this point in the history
* This way we have darker but still distinguishable QS tiles / notifications on black background.

Signed-off-by: Pranav Vashi <[email protected]>
  • Loading branch information
neobuddy89 committed Jan 19, 2025
1 parent 9a3ff6f commit 7ed7d6c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions themes/system/AndroidBlackTheme/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<color name="system_neutral1_200">@android:color/system_accent1_50</color>
<color name="system_neutral1_300">@android:color/system_accent1_50</color>
<color name="system_neutral1_400">@android:color/system_accent1_100</color>
<color name="system_neutral1_500">#242424</color>
<color name="system_neutral1_600">#212121</color>
<color name="system_neutral1_700">#191919</color>
<color name="system_neutral1_800">#171717</color>
<color name="system_neutral1_500">#212121</color>
<color name="system_neutral1_600">#191919</color>
<color name="system_neutral1_700">#171717</color>
<color name="system_neutral1_800">#101010</color>
<color name="system_neutral1_900">#000000</color>
<color name="system_neutral1_1000">#000000</color>

Expand All @@ -37,10 +37,10 @@
<color name="system_neutral2_200">@android:color/system_accent2_100</color>
<color name="system_neutral2_300">@android:color/system_accent2_200</color>
<color name="system_neutral2_400">@android:color/system_accent2_300</color>
<color name="system_neutral2_500">#242424</color>
<color name="system_neutral2_600">#212121</color>
<color name="system_neutral2_700">#191919</color>
<color name="system_neutral2_800">#171717</color>
<color name="system_neutral2_500">#212121</color>
<color name="system_neutral2_600">#191919</color>
<color name="system_neutral2_700">#171717</color>
<color name="system_neutral2_800">#101010</color>
<color name="system_neutral2_900">#000000</color>
<color name="system_neutral2_1000">#000000</color>

Expand All @@ -54,8 +54,8 @@
<color name="primary_device_default_dark">#000000</color>
<color name="primary_device_default_settings">#000000</color>

<color name="system_surface_bright_dark">#171717</color>
<color name="system_surface_bright_dark">#101010</color>
<color name="system_surface_container_dark">#000000</color>
<color name="system_surface_container_high_dark">#171717</color>
<color name="system_surface_container_high_dark">#101010</color>
<color name="system_surface_dim_dark">#000000</color>
</resources>

0 comments on commit 7ed7d6c

Please sign in to comment.