diff --git a/themes/index.js b/themes/index.js index 0a98213..758da36 100644 --- a/themes/index.js +++ b/themes/index.js @@ -227,6 +227,12 @@ const themes = { text_color: "ffffff", bg_color: "20232a", }, + yeblu: { + title_color: "ffff00", + icon_color: "ffff00", + text_color: "ffffff", + bg_color: "002046", + }, blueberry: { title_color: "82aaff", icon_color: "89ddff",