Unverified Commit 04139092 authored by impulse's avatar impulse Committed by GitHub
Browse files

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: default avatarAnurag Hazra <hazru.anurag@gmail.com>
parent 28e97b76
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",