1
0
Fork 0

added numpad separators and imporved the overall readability

This commit is contained in:
sspanak 2023-04-18 13:30:41 +03:00 committed by Dimo Karaivanov
parent eb67ab18ea
commit e5cf2f1fce
7 changed files with 87 additions and 17 deletions

View file

@ -9,6 +9,7 @@
<color name="candidate_separator">#888888</color>
<color name="numpad_background">#E7F0E7</color>
<color name="numpad_separator">#CCC</color>
<!-- Dark theme -->
<color name="dark_button_text">#C0C0C0</color>
@ -18,4 +19,5 @@
<color name="dark_candidate_selected">#555555</color>
<color name="dark_numpad_background">#353835</color>
<color name="dark_numpad_separator">#555</color>
</resources>