Merge "Update folder preview dark theme color" into main

This commit is contained in:
Federico Baron
2023-12-19 23:22:47 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:color="@android:color/system_neutral1_900"
android:lStar="17" />
android:lStar="12" />
</selector>
+1 -1
View File
@@ -72,7 +72,7 @@
<color name="folder_background_dark">#1F2020</color>
<color name="folder_preview_light">#7FCFFF</color>
<color name="folder_preview_dark">#2A2A2A</color>
<color name="folder_preview_dark">#1E1F20</color>
<color name="folder_pagination_color_light">#0B57D0</color>
<color name="folder_pagination_color_dark">#A8C7FA</color>