Skip to content

Commit

Permalink
addons: BlackTheme: Affect more background colors
Browse files Browse the repository at this point in the history
AOSP now uses these for settings background

Signed-off-by: Pranav Vashi <[email protected]>
  • Loading branch information
idoybh authored and neobuddy89 committed Sep 22, 2024
1 parent f8e4750 commit 9a169a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/system/AndroidBlackTheme/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@
<color name="primary_dark_device_default_settings">#000000</color>
<color name="primary_device_default_dark">#000000</color>
<color name="primary_device_default_settings">#000000</color>

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

0 comments on commit 9a169a3

Please sign in to comment.