From 1f176b1ce8fc76a239c77e2d79b8d0c1c4de39df Mon Sep 17 00:00:00 2001 From: "thiago.rossener" Date: Tue, 4 Feb 2020 01:46:20 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Settings=20=E2=80=9Ctheme=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/yml/theme.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/yml/theme.yml b/src/yml/theme.yml index c27d4389e3..7d28de283f 100644 --- a/src/yml/theme.yml +++ b/src/yml/theme.yml @@ -1,5 +1,5 @@ -themeColor: "#ff0a16" -primaryDark: "#141414" -accentDark: "#ffffff" -lightGray: "#f2f2f2" -texts: "#333333" +themeColor: '#4a90e2' +primaryDark: '#141414' +accentDark: '#ffffff' +lightGray: '#f2f2f2' +texts: '#333333'