From 035d92c7a83ea71a01ecdc47e8674d5e57b07929 Mon Sep 17 00:00:00 2001 From: Romain Hunault Date: Fri, 15 Oct 2021 17:34:35 +0200 Subject: [PATCH] Add first dark mode colors --- lineage/res/res/values-night/colors.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lineage/res/res/values-night/colors.xml b/lineage/res/res/values-night/colors.xml index b7117664..e4e17c87 100644 --- a/lineage/res/res/values-night/colors.xml +++ b/lineage/res/res/values-night/colors.xml @@ -22,6 +22,10 @@ + + #5DB2FF + #34A853 + #272727 #272727 #5DB2FF @@ -31,4 +35,5 @@ #1E1E1E #394456 #696B6C + -- GitLab