diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2026-01-18 23:04:53 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2026-01-18 23:04:53 +0000 |
| commit | 96cbdc392b841978255b37e5bf48912efed5ac5d (patch) | |
| tree | 549b1cc4fffe0b3a4653b18e769acee065fafc17 /app/src/main/res/values-night/themes.xml | |
Diffstat (limited to 'app/src/main/res/values-night/themes.xml')
| -rw-r--r-- | app/src/main/res/values-night/themes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml new file mode 100644 index 0000000..f7c35f7 --- /dev/null +++ b/app/src/main/res/values-night/themes.xml @@ -0,0 +1,7 @@ +<resources xmlns:tools="http://schemas.android.com/tools"> + <!-- Base application theme. --> + <style name="Base.Theme.VeryLegitimateQuiz" parent="Theme.Material3.DayNight.NoActionBar"> + <!-- Customize your dark theme here. --> + <!-- <item name="colorPrimary">@color/my_dark_primary</item> --> + </style> +</resources>
\ No newline at end of file |
