diff --git a/themes/index.js b/themes/index.js index e5e311d05a9f5..132924b8fd217 100644 --- a/themes/index.js +++ b/themes/index.js @@ -306,6 +306,12 @@ const themes = { text_color: "FF75B5", bg_color: "31353a", }, + cobalt2: { + title_color: "ffc600", + icon_color: "ffffff", + text_color: "0088ff", + bg_color: "193549", + }, }; module.exports = themes;