diff --git a/themes/index.js b/themes/index.js index 27116398228cc..2508c9d2f538c 100644 --- a/themes/index.js +++ b/themes/index.js @@ -355,6 +355,12 @@ const themes = { bg_color: "09131B", border_color: "0c1a25", }, + "rose_pine":{ + title_color: "9ccfd8", + icon_color: "ebbcba", + text_color: "e0def4", + bg_color: "191724", + } }; module.exports = themes;