mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-19 16:30:23 +00:00
Color changes
This commit is contained in:
parent
ae686c8ae2
commit
32e81c5250
4 changed files with 16 additions and 8 deletions
|
@ -85,7 +85,7 @@
|
|||
android:id="@+id/profile_code"
|
||||
android:includeFontPadding="false"
|
||||
android:textSize="34sp"
|
||||
android:textColor="?attr/primaryText"
|
||||
android:textColor="?attr/codePrimaryText"
|
||||
android:layout_marginLeft="6dp"
|
||||
android:layout_marginStart="6dp"
|
||||
android:layout_alignParentTop="true"
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
<attr name="secondaryText" format="color" />
|
||||
<attr name="backgroundColor" format="color" />
|
||||
<attr name="cardBackground" format="color" />
|
||||
<attr name="codePrimaryText" format="color" />
|
||||
</resources>
|
|
@ -6,8 +6,8 @@
|
|||
<color name="colorPrimaryLight">#5472d3</color>
|
||||
<color name="colorAccent">#FF5252</color>
|
||||
<color name="colorAccentPressed">#FF5252</color>
|
||||
<color name="primary_text">#0d47a1</color>
|
||||
<color name="secondary_text">#434343</color>
|
||||
<color name="primary_text">#212121</color>
|
||||
<color name="secondary_text">#757575</color>
|
||||
<color name="extra_info_text">#8e8e8e</color>
|
||||
<color name="primary_text_inverted">#ffffff</color>
|
||||
<color name="secondary_text_inverted">#efefef</color>b
|
||||
|
@ -19,11 +19,14 @@
|
|||
<color name="colorSwirlPrimary">#434343</color>
|
||||
<color name="colorSwirlError">#FF5252</color>
|
||||
|
||||
<color name="card_background_dark">#212121</color>
|
||||
<color name="code_primary_text">#0d47a1</color>
|
||||
<color name="code_primary_text_dark">#ffffff</color>
|
||||
|
||||
<color name="card_background_dark">#424242</color>
|
||||
<color name="primary_text_dark">#ffffff</color>
|
||||
<color name="hint_text_dark">#a7a7a7</color>
|
||||
<color name="secondary_text_dark">#FF5252</color>
|
||||
<color name="background_dark">#191919</color>
|
||||
<color name="background_dark">#212121</color>
|
||||
|
||||
<color name="warning_color">#f4511e</color>
|
||||
<color name="hint_color">#42000000</color>
|
||||
|
|
|
@ -5,9 +5,10 @@
|
|||
<!-- Customize your theme here. -->
|
||||
<item name="swirl_ridgeColor">?android:attr/textColorSecondary</item>
|
||||
<item name="swirl_errorColor">?android:attr/colorAccent</item>
|
||||
<!-- <item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>-->
|
||||
|
||||
<!-- <item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>-->
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.TransparentActionBar">
|
||||
|
@ -55,10 +56,12 @@
|
|||
<item name="swirl_errorColor">@color/colorSwirlError</item>
|
||||
<item name="android:textColorPrimary">@color/primary_text</item>
|
||||
<item name="android:textColorSecondary">@color/secondary_text</item>
|
||||
|
||||
<item name="primaryText">@color/primary_text</item>
|
||||
<item name="secondaryText">@color/secondary_text</item>
|
||||
<item name="background">@color/background</item>
|
||||
<item name="cardBackground">@color/card_background</item>
|
||||
<item name="codePrimaryText">@color/code_primary_text</item>
|
||||
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
|
@ -85,6 +88,7 @@
|
|||
<item name="secondaryText">@color/secondary_text_dark</item>
|
||||
<item name="background">@color/background_dark</item>
|
||||
<item name="cardBackground">@color/card_background_dark</item>
|
||||
<item name="codePrimaryText">@color/code_primary_text_dark</item>
|
||||
|
||||
<item name="android:textColorHint">@color/secondary_text</item>
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue