From 00b091350bcf732199a05da92fcf32006d1b2df2 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Sat, 5 Mar 2022 09:00:48 +0100 Subject: [PATCH] rose pine/master rebase (#1605) * Update index.js * Update index.js * Update index.js * Update index.js Co-authored-by: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 2711639..2508c9d 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;