diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..0e11b566365a2 100644 --- a/themes/index.js +++ b/themes/index.js @@ -449,6 +449,13 @@ export const themes = { border_color: "ffffff", bg_color: "000000", }, + cian_blue: { + title_color: "00ffc8", + text_color: "00ffc8", + icon_color: "00ffc8", + border_color: "00ffc8", + bg_color: "0d1117", + }, calm_pink: { title_color: "e07a5f", text_color: "edae49",