diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-27 17:59:27 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-03-27 18:00:00 +0200 |
commit | b072130e370c6d12cb4fe89ef6dd1bf318fb9f7a (patch) | |
tree | bb323793042e2c9b41e72d12834627309781401f /ui/src/main/res/values-night | |
parent | 54dfa7bdd79f4d848bd5ed741bc2604c738fb150 (diff) |
ui: add list selection backgrounds
Harsh - feel free to replace this commit with something better. I'm sure
it's the most terrible way to do it.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-night')
-rw-r--r-- | ui/src/main/res/values-night/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/main/res/values-night/themes.xml b/ui/src/main/res/values-night/themes.xml index 9187e48a..a2d5022a 100644 --- a/ui/src/main/res/values-night/themes.xml +++ b/ui/src/main/res/values-night/themes.xml @@ -27,5 +27,6 @@ <item name="colorOnSurfaceInverse">@color/md_theme_dark_inverseOnSurface</item> <item name="colorSurfaceInverse">@color/md_theme_dark_inverseSurface</item> <item name="colorPrimaryInverse">@color/md_theme_dark_inversePrimary</item> + <item name="colorMultiselectActiveBackground">@color/md_theme_dark_surfaceVariant</item> </style> </resources> |