Skip to content

Commit bffa27c

Browse files
authored
feat: add endless-gradient theme (#458)
1 parent 002c1b9 commit bffa27c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/index.ts

+8
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,14 @@ const themes: Themes = {
580580
border_color: "444242",
581581
bg_color: "4,1d1d1e,4a4a4a",
582582
},
583+
"endless-gradient": {
584+
title_color: "cfe6ff",
585+
text_color: "f2f2f2",
586+
icon_color: "b0c4d9",
587+
border_color: "5dc4a0",
588+
username_color: "cfe6ff",
589+
bg_color: "5,43cea2,185a9d",
590+
},
583591
};
584592

585593
export { Themes, themes };

0 commit comments

Comments
 (0)