diff options
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 18 | ||||
-rw-r--r-- | app/src/main/res/values-night/colors_material3.xml | 8 |
2 files changed, 8 insertions, 18 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml deleted file mode 100644 index a9dc48da..00000000 --- a/app/src/main/res/values-night/colors.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. - ~ SPDX-License-Identifier: GPL-3.0-only - --> - -<resources> - <!-- Base palette --> - <color name="primary_color">#ff111111</color> - <color name="primary_light_color">#ff373737</color> - <color name="secondary_color">#ff3b6888</color> - <color name="secondary_light_color">#ff6b96b8</color> - <color name="primary_text_color">#ffffffff</color> - - <!-- Theme variables --> - <color name="list_multiselect_background">#66eeeeee</color> - <color name="ripple_color">#aa3b6888</color> - <color name="button_color">#443b6888</color> -</resources> diff --git a/app/src/main/res/values-night/colors_material3.xml b/app/src/main/res/values-night/colors_material3.xml new file mode 100644 index 00000000..dde6b5a9 --- /dev/null +++ b/app/src/main/res/values-night/colors_material3.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?><!-- + ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. + ~ SPDX-License-Identifier: GPL-3.0-only + --> + +<resources> + <color name="list_multiselect_background">#66eeeeee</color> +</resources> |