From 041390920330b52ecff6050941acca5f29795437 Mon Sep 17 00:00:00 2001 From: impulse Date: Fri, 14 Aug 2020 17:50:10 +0200 Subject: [PATCH] style(theme): add ayu-mirage theme (#369) * style: add ayu-mirage theme * fix: remove unneeded "," * style: fix color hex values * style: change title color to white * style: swap title and text color Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 2eba951..f9c0e7d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -185,6 +185,12 @@ const themes = { text_color: "ffffff", bg_color: "002b36", }, + "ayu-mirage": { + title_color: "f4cd7c", + icon_color: "73d0ff", + text_color: "c7c8c2", + bg_color: "1f2430", + }, calm: { title_color: "e07a5f", icon_color: "edae49",