diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..c0d44dd7a3dc8 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,12 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + electric_blue: { + title_color: "ffffff", + text_color: "ffffff", + icon_color: "ffffff", + bg_color: "20b2c1,0d00ff,1760dd,25ebad", + }, }; export default themes;