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 <hazru.anurag@gmail.com>
This commit is contained in:
impulse 2020-08-14 17:50:10 +02:00 committed by GitHub
parent 28e97b76d4
commit 0413909203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",