Skip to content

Commit d98e09c

Browse files
authored
feat: add monochrome-light and monochrome-dark gradient themes (#456)
1 parent bba9b64 commit d98e09c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

themes/index.ts

+14
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,20 @@ const themes: Themes = {
566566
icon_color: "EFFA4B",
567567
bg_color: "50,4A1133,0B1133",
568568
},
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+
},
569583
};
570584

571585
export { Themes, themes };

0 commit comments

Comments
 (0)