Skip to content

Commit 4162608

Browse files
committed
Made stroke keys text colour umbrella yellow
to match the theme
1 parent 981d5be commit 4162608

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Implemented dark theme for main activity and About
77
- Made About show full screen on mobile
88
- Made About have `max-width` on desktop
9+
- Made stroke keys text colour match theme (umbrella yellow)
910

1011

1112
## [v0.5.1] Visual improvements (2021-07-13)

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<color name="umbrella_grey">#FFCECECE</color>
99
<color name="very_dark_grey">#FF222222</color>
1010
<!-- Keyboard -->
11-
<color name="stroke_key_text">#FFFFFF00</color>
11+
<color name="stroke_key_text">@color/umbrella_yellow</color>
1212
<color name="space_bar_text">#FFA3A3A3</color>
1313
<color name="key_fill">#FF181818</color>
1414
<color name="enter_key_fill">#FF00CE00</color>

0 commit comments

Comments
 (0)