Skip to content

Commit

Permalink
add holi_theme (anuraghazra#2539)
Browse files Browse the repository at this point in the history
* add holi_theme

* add holi_theme
  • Loading branch information
mohamedhassan279 authored and DPS0340 committed Mar 2, 2023
1 parent 7058e79 commit 89ea038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ export const themes = {
border_color: "e9d8d4",
bg_color: "e9d8d4",
},
holi_theme: {
title_color: "5FABEE",
text_color: "D6E7FF",
icon_color: "5FABEE",
border_color: "85A4C0",
bg_color: "030314",
},
};

export default themes;

0 comments on commit 89ea038

Please sign in to comment.