Skip to content

Commit f8fa9a0

Browse files
authored
feat: add lavender_breeze and lavender_dream themes (#454)
1 parent 1afeb28 commit f8fa9a0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

themes/index.ts

+16
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,22 @@ const themes: Themes = {
515515
border_color: "fbf8ef",
516516
bg_color: "efeae9",
517517
},
518+
lavender_breeze: {
519+
title_color: "a99e68",
520+
text_color: "ab788e",
521+
icon_color: "a99e68",
522+
border_color: "d8c4f4",
523+
username_color: "a99e68",
524+
bg_color: "eee7fd",
525+
},
526+
lavender_dream: {
527+
title_color: "e6d9a2",
528+
text_color: "d687b4",
529+
icon_color: "e6d9a2",
530+
border_color: "6b518d",
531+
username_color: "e6d9a2",
532+
bg_color: "4a3b66",
533+
},
518534

519535
// Gradient themes
520536
"sunset-gradient": {

0 commit comments

Comments
 (0)