Theming, replacing element_green with shades of grey

This commit is contained in:
Jarno Rankinen 2023-10-05 23:28:22 +03:00
parent 992af7386a
commit f09465921a
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Source: https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=1521%3A23026 -->
<color name="element_accent_light">@color/palette_element_green</color>
<color name="element_accent_dark">@color/palette_element_green</color>
<color name="element_accent_dark">@color/palette_gray_400</color>
<color name="element_alert_light">@color/palette_vermilion</color>
<color name="element_alert_dark">@color/palette_vermilion</color>

View File

@ -11,7 +11,7 @@
</style>
<style name="ThemeOverlay.Vector.HomeFilterTabLayout" parent="Theme.Vector.Launcher">
<item name="colorPrimary">@color/palette_element_green</item>
<item name="colorPrimary">?vctr_content_primary</item>
<item name="colorSurface">?vctr_toolbar_background</item>
<item name="colorOnSurface">?vctr_content_secondary</item>
</style>

View File

@ -115,7 +115,7 @@
app:layout_constraintBottom_toTopOf="@id/newLayoutCreateChatButton"
app:layout_constraintEnd_toEndOf="@id/newLayoutCreateChatButton"
app:layout_constraintStart_toStartOf="@id/newLayoutCreateChatButton"
app:tint="?attr/colorPrimary"
app:tint="?vctr_content_primary"
tools:targetApi="lollipop_mr1"
tools:visibility="visible" />