This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
weserplaner/app/src/main/res/values-night/themes.xml
T

8 lines
299 B
XML
Raw Normal View History

2023-04-08 11:41:02 +02:00
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Base.Theme.StudIPTimetable" parent="Theme.Material3.DayNight.NoActionBar">
<!-- colour -->
<item name="colorPrimary">@color/primaryDark</item>
2023-04-08 11:41:02 +02:00
</style>
</resources>