Skip to content

Commit 1229bfb

Browse files
committed
add holi_theme (anuraghazra#2539)
* add holi_theme * add holi_theme
1 parent 744ef77 commit 1229bfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,13 @@ export const themes = {
381381
border_color: "e9d8d4",
382382
bg_color: "e9d8d4",
383383
},
384+
holi_theme: {
385+
title_color: "5FABEE",
386+
text_color: "D6E7FF",
387+
icon_color: "5FABEE",
388+
border_color: "85A4C0",
389+
bg_color: "030314",
390+
},
384391
};
385392

386393
export default themes;

0 commit comments

Comments
 (0)