mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Android: add lighter accent color for dark mode
This commit is contained in:
parent
5446e7b7d6
commit
0ba3f497a7
1 changed files with 4 additions and 0 deletions
4
Source/Android/app/src/main/res/values-night/colors.xml
Normal file
4
Source/Android/app/src/main/res/values-night/colors.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<color name="dolphin_purple">#A277FF</color>
|
||||||
|
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue