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:
parent
28e97b76d4
commit
0413909203
1 changed files with 6 additions and 0 deletions
|
@ -185,6 +185,12 @@ const themes = {
|
||||||
text_color: "ffffff",
|
text_color: "ffffff",
|
||||||
bg_color: "002b36",
|
bg_color: "002b36",
|
||||||
},
|
},
|
||||||
|
"ayu-mirage": {
|
||||||
|
title_color: "f4cd7c",
|
||||||
|
icon_color: "73d0ff",
|
||||||
|
text_color: "c7c8c2",
|
||||||
|
bg_color: "1f2430",
|
||||||
|
},
|
||||||
calm: {
|
calm: {
|
||||||
title_color: "e07a5f",
|
title_color: "e07a5f",
|
||||||
icon_color: "edae49",
|
icon_color: "edae49",
|
||||||
|
|
Loading…
Add table
Reference in a new issue