mirror of
https://github.com/Corewala/Buran
synced 2024-12-22 07:42:43 +00:00
Higher contrast stroke and removed vibrant_stroke
This commit is contained in:
parent
0854375c54
commit
299061ef99
3 changed files with 3 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
tools:text="My Homepage"
|
||||
android:layout_toLeftOf="@+id/bookmark_overflow"
|
||||
android:textColor="@color/vibrant_stroke"
|
||||
android:textColor="@color/stroke"
|
||||
android:textSize="@dimen/text_large" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
|
|
|
@ -8,10 +8,9 @@
|
|||
<color name="protocol_address">#ffdede</color>
|
||||
<color name="address_background">#ff222121</color>
|
||||
|
||||
<color name="vibrant_stroke">#ffffff</color>
|
||||
<color name="themed_text">#ffffff</color>
|
||||
<color name="header_background">#1d1d1d</color>
|
||||
<color name="navigation_bar_background">#1d1d1d</color>
|
||||
<color name="stroke">#d2d2d2</color>
|
||||
<color name="stroke">#ffffff</color>
|
||||
<color name="accessibility_button_background">#3A3A3A</color>
|
||||
</resources>
|
|
@ -8,10 +8,9 @@
|
|||
<color name="protocol_address">#002121</color>
|
||||
<color name="address_background">#dfdfdf</color>
|
||||
|
||||
<color name="vibrant_stroke">#000000</color>
|
||||
<color name="themed_text">#000000</color>
|
||||
<color name="header_background">#ffffff</color>
|
||||
<color name="navigation_bar_background">#ffffff</color>
|
||||
<color name="stroke">#1d1d1d</color>
|
||||
<color name="stroke">#000000</color>
|
||||
<color name="accessibility_button_background">#f9dede</color>
|
||||
</resources>
|
Loading…
Reference in a new issue