Skip to content

Commit 83ab7cc

Browse files
feat(theme): Added radical theme (#146)
1 parent 1865e32 commit 83ab7cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@ export const themes: Themes = {
237237
bg_color: "262626",
238238
username_color: "ffffaf",
239239
},
240+
radical: {
241+
title_color: "fe428e",
242+
icon_color: "f8d847",
243+
text_color: "a9fef7",
244+
bg_color: "141321",
245+
},
240246

241247
// Gradient themes
242248
"sunset-gradient": {

0 commit comments

Comments
 (0)