diff --git a/app/src/main/res/values-night-v31/colors.xml b/app/src/main/res/values-night-v31/colors.xml new file mode 100644 index 0000000..1bace1e --- /dev/null +++ b/app/src/main/res/values-night-v31/colors.xml @@ -0,0 +1,10 @@ + + + @android:color/system_accent1_1000 + @android:color/system_accent1_500 + @android:color/system_accent1_800 + @android:color/system_accent3_500 + @android:color/system_accent1_800 + @android:color/system_accent1_900 + @android:color/system_accent1_700 + \ No newline at end of file diff --git a/app/src/main/res/values-v31/colors.xml b/app/src/main/res/values-v31/colors.xml new file mode 100644 index 0000000..73ebb01 --- /dev/null +++ b/app/src/main/res/values-v31/colors.xml @@ -0,0 +1,10 @@ + + + @android:color/system_accent1_10 + @android:color/system_accent1_500 + @android:color/system_accent3_500 + @android:color/system_accent1_100 + @android:color/system_accent1_100 + @android:color/system_accent1_50 + @android:color/system_accent1_200 + \ No newline at end of file