We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
monochrome-light
monochrome-dark
1 parent bba9b64 commit d98e09cCopy full SHA for d98e09c
themes/index.ts
@@ -566,6 +566,20 @@ const themes: Themes = {
566
icon_color: "EFFA4B",
567
bg_color: "50,4A1133,0B1133",
568
},
569
+ "monochrome-light-gradient": {
570
+ title_color: "000000",
571
+ text_color: "000000",
572
+ icon_color: "49494b",
573
+ border_color: "e1d9d9",
574
+ bg_color: "4,f0f0f0,dfdbdb",
575
+ },
576
+ "monochrome-dark-gradient": {
577
+ title_color: "ffffff",
578
+ text_color: "ffffff",
579
+ icon_color: "e1d9d9",
580
+ border_color: "444242",
581
+ bg_color: "4,1d1d1e,4a4a4a",
582
583
};
584
585
export { Themes, themes };
0 commit comments