diff --git a/app/src/main/res/values-night-v31/themes.xml b/app/src/main/res/values-night-v31/themes.xml new file mode 100644 index 00000000..00a77255 --- /dev/null +++ b/app/src/main/res/values-night-v31/themes.xml @@ -0,0 +1,24 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 2d775dbe..e6a595eb 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -8,7 +8,7 @@ @color/black - @color/black + @color/neutral_900 @color/red @@ -23,7 +23,7 @@ \ No newline at end of file diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml new file mode 100644 index 00000000..bcb44740 --- /dev/null +++ b/app/src/main/res/values-v31/themes.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index e1b50b9b..45b24cff 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -10,8 +10,8 @@ @color/green_800 - @color/neutral_100 - @color/neutral_100 + @color/white + @color/white @color/red @@ -22,16 +22,19 @@ @color/white - ?android:attr/colorBackground + ?attr/colorSurface ?attr/isLightTheme - + + ?attr/colorSurface + + @style/Widget.MaterialComponents.Toolbar.Surface