diff options
| author | Jules Aguillon | 2021-04-29 01:33:57 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-29 01:33:57 +0200 |
| commit | 743b10165c668e569e5371919958854e1bbd84f3 (patch) | |
| tree | b41b09b19e1050b691d3f351e02e6dc68038f558 /res/values | |
| parent | ec5cda0ce6a3de3e77e7f40072a9fde04ac85e94 (diff) | |
| download | unexpected-keyboard-743b10165c668e569e5371919958854e1bbd84f3.tar.gz unexpected-keyboard-743b10165c668e569e5371919958854e1bbd84f3.zip | |
Highlight activated keys
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index c20ba3a..b3b128a 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -5,6 +5,7 @@ <item name="key_down_bg" type="color">#1B1B1B</item> <item name="key_label" type="color">#FFFFFF</item> <item name="key_label_locked" type="color">#229933</item> + <item name="key_label_activated" type="color">#226b99</item> <item name="key_sub_label" type="color">#A0A0A0</item> <item name="emoji_button_bg" type="color">#202020</item> <item name="emoji_color" type="color">#FFFFFF</item> |
