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.
lavender_breeze
lavender_dream
1 parent 1afeb28 commit f8fa9a0Copy full SHA for f8fa9a0
themes/index.ts
@@ -515,6 +515,22 @@ const themes: Themes = {
515
border_color: "fbf8ef",
516
bg_color: "efeae9",
517
},
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
534
535
// Gradient themes
536
"sunset-gradient": {
0 commit comments