This repository has been archived on 2025-10-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-11-18 00:15:16 +03:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
<!-- Base application theme. -->
|
|
|
|
|
<style name="Theme.LinCalc" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
|
|
|
|
|
<!-- Primary brand color. -->
|
|
|
|
|
<item name="colorPrimary">@color/purple_200</item>
|
|
|
|
|
<item name="colorPrimaryVariant">@color/purple_700</item>
|
2023-05-03 20:53:44 +03:00
|
|
|
<item name="colorOnPrimary">@color/white</item>
|
2022-11-18 00:15:16 +03:00
|
|
|
<!-- Secondary brand color. -->
|
|
|
|
|
<item name="colorSecondary">@color/teal_200</item>
|
|
|
|
|
<item name="colorSecondaryVariant">@color/teal_200</item>
|
2023-05-03 20:53:44 +03:00
|
|
|
<item name="colorOnSecondary">@color/white</item>
|
2022-11-18 00:15:16 +03:00
|
|
|
<!-- Status bar color. -->
|
|
|
|
|
<item name="android:statusBarColor">?attr/colorPrimaryVariant</item>
|
|
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
|
</style>
|
|
|
|
|
</resources>
|