diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..3b7f0ca90e5a2 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", }, + watchdog_gradient: { + title_color: "FC2E97", + text_color: "B6EBE0", + icon_color: "EBD208", + bg_color: "45,021D4A,520806", + }, }; export default themes;