From 2e4e31dbef6212207c8f2f2e4b03aa447e7da131 Mon Sep 17 00:00:00 2001 From: Amy <54113654+00p513-dev@users.noreply.github.com> Date: Thu, 8 Jul 2021 12:59:25 +0100 Subject: [PATCH] Use LineageOS teal color as accent This is the color used on LineageOS branding, LineageOS's websites, and within LineageOS itself, meaning it makes sense to use it here too. --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 1bfdc8b..cb0d07c 100644 --- a/src/config.js +++ b/src/config.js @@ -1,6 +1,6 @@ export default { OS_NAME: process.env.VUE_APP_OS_NAME, - ACCENT_COLOR: "#0366d6", + ACCENT_COLOR: "#167C80", SUPPORTED_DEVICES: [ { name: "Teracube 2e",