Skip to content

Commit

Permalink
remove different colors for star of david
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 12, 2024
1 parent 6cc313b commit a4aa674
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/drawable/ic_religion_jewish.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
android:viewportHeight="96.0">
<path
android:pathData="M15.15,28.82 L48,86 80.85,28.82Z"
android:strokeColor="@color/star_of_david"
android:strokeColor="#0077ff"
android:strokeWidth="7"/>
<path
android:pathData="M80.91,67.32 L48.06,10.13 15.21,67.32Z"
android:strokeColor="@color/star_of_david"
android:strokeColor="#0077ff"
android:strokeWidth="7"/>
</vector>
3 changes: 0 additions & 3 deletions app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<color name="log_warning">#ffcc80</color>
<color name="log_error">#ef9a9a</color>

<!-- because on dark background, normal blue doesn't work well -->
<color name="star_of_david">#44f</color>

<!-- for fading out images -->
<color name="fade_out">#303030</color>
<color name="fade_out_transparent">#00303030</color>
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
<color name="log_warning">#ff9800</color>
<color name="log_error">#f44336</color>

<color name="star_of_david">#22f</color>

<!-- for fading out images -->
<color name="fade_out">#fff</color>
<color name="fade_out_transparent">#00FFFFFF</color>
Expand Down

0 comments on commit a4aa674

Please sign in to comment.