Skip to content

Commit

Permalink
refactor: remove old stats colors
Browse files Browse the repository at this point in the history
now unused
  • Loading branch information
BrayanDSO authored and david-allison committed Oct 27, 2023
1 parent 2e3daab commit 1a73311
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 64 deletions.
13 changes: 0 additions & 13 deletions AnkiDroid/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,6 @@
<attr name="easyButtonTextColor" format="color"/>
<!-- Card Browser Colors -->
<attr name="cardBrowserDivider" format="color"/>
<!-- Stats colors -->
<attr name="stats_young" format="color"/>
<attr name="stats_mature" format="color"/>
<attr name="stats_learn" format="color"/>
<attr name="stats_relearn" format="color"/>
<attr name="stats_cram" format="color"/>
<attr name="stats_interval" format="color"/>
<attr name="stats_hours" format="color"/>
<attr name="stats_counts" format="color"/>
<attr name="stats_unseen" format="color"/>
<attr name="stats_suspended" format="color"/>
<attr name="stats_buried" format="color"/>
<attr name="stats_cumulative" format="color"/>
<!-- Reviewer other colors -->
<attr name="topBarColor" format="color"/>
<attr name="maxTimerColor" format="color"/>
Expand Down
12 changes: 0 additions & 12 deletions AnkiDroid/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@

<color name="wb_fg_color">#B00000FF</color>
<color name="wb_fg_color_inv">#0099FF</color>
<color name="stats_young">#7c7</color>
<color name="stats_mature">#070</color>
<color name="stats_learn">#00F</color>
<color name="stats_relearn">#c00</color>
<color name="stats_cram">#ff0</color>
<color name="stats_interval">#077</color>
<color name="stats_hours">#ccc</color>
<color name="stats_counts">#E6000000</color>
<color name="stats_unseen">#000</color>
<color name="stats_suspended">#ff0</color>
<color name="stats_buried">#606264</color>
<color name="stats_cumulative">#000000</color>
<color name="transparent">#00000000</color>
<color name="white">#ffffff</color>
<color name="black">#000000</color>
Expand Down
13 changes: 0 additions & 13 deletions AnkiDroid/src/main/res/values/theme_black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@
<item name="easyButtonRippleRef">@drawable/footer_button_all_black_ripple</item>
<!-- Card Browser Colors -->
<item name="cardBrowserDivider">@color/white</item>
<!-- Stats colors -->
<item name="stats_young">#7c7</item>
<item name="stats_mature">#070</item>
<item name="stats_learn">#00F</item>
<item name="stats_relearn">#c00</item>
<item name="stats_cram">#ff0</item>
<item name="stats_interval">#077</item>
<item name="stats_hours">@color/material_grey_500</item>
<item name="stats_counts">@color/material_grey_800</item>
<item name="stats_unseen">@color/material_grey_800</item>
<item name="stats_suspended">#ff0</item>
<item name="stats_buried">#606264</item>
<item name="stats_cumulative">@color/material_grey_800</item>
<!-- Browser colors -->
<item name="suspendedColor">#A8A634</item>
<item name="selectedColor">#a86634</item>
Expand Down
13 changes: 0 additions & 13 deletions AnkiDroid/src/main/res/values/theme_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,6 @@
<item name="easyButtonRippleRef">@drawable/footer_button_easy_dark_ripple</item>
<!-- Card Browser Colors -->
<item name="cardBrowserDivider">@color/white</item>
<!-- Stats colors -->
<item name="stats_young">@color/material_light_green_A700</item>
<item name="stats_mature">@color/material_green_200</item>
<item name="stats_learn">@color/material_indigo_200</item>
<item name="stats_relearn">@color/material_red_200</item>
<item name="stats_cram">#ff0</item>
<item name="stats_interval">#077</item>
<item name="stats_hours">#ccc</item>
<item name="stats_counts">#E6000000</item>
<item name="stats_unseen">#000</item>
<item name="stats_suspended">#ff0</item>
<item name="stats_buried">#606264</item>
<item name="stats_cumulative">@color/stats_cumulative</item>
<!-- Browser colors -->
<item name="suspendedColor">@color/material_grey_700</item>
<item name="markedColor">@color/material_deep_purple_400</item>
Expand Down
13 changes: 0 additions & 13 deletions AnkiDroid/src/main/res/values/theme_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ APIs. It's visible when there aren't enough decks to fill the screen.
<item name="easyButtonRippleRef">@drawable/footer_button_easy_ripple</item>
<!-- Card Browser Colors -->
<item name="cardBrowserDivider">?attr/dividerHorizontal</item>
<!-- Stats colors -->
<item name="stats_young">#7c7</item>
<item name="stats_mature">#070</item>
<item name="stats_learn">#00F</item>
<item name="stats_relearn">#c00</item>
<item name="stats_cram">#ff0</item>
<item name="stats_interval">#077</item>
<item name="stats_hours">#ccc</item>
<item name="stats_counts">#E6000000</item>
<item name="stats_unseen">#000</item>
<item name="stats_suspended">#ff0</item>
<item name="stats_buried">#606264</item>
<item name="stats_cumulative">@color/stats_cumulative</item>
<!-- Browser colors -->
<item name="suspendedColor">#FFFFB2</item>
<item name="selectedColor">#FFFFBB99</item>
Expand Down

0 comments on commit 1a73311

Please sign in to comment.