Skip to content

Commit

Permalink
style(theme): add ayu-mirage theme (anuraghazra#369)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
ecklf and anuraghazra authored Aug 14, 2020
1 parent 28e97b7 commit 0413909
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0413909

Please sign in to comment.