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>
This commit is contained in:
Rick Staa 2022-03-05 09:00:48 +01:00 committed by GitHub
parent 8d1e7f6ab5
commit 00b091350b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;