From ce8660c8251fb55b71367f57aa1935d298c3bf52 Mon Sep 17 00:00:00 2001 From: Algo-ryth-mix Date: Wed, 5 Aug 2020 10:14:03 +0200 Subject: [PATCH] style(theme): Add Nord theme (#314) * Add Nordtheme adding a www.nordtheme.com inspired theme using nord0, nord4, nord8 & nord9 * Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 1381d7a..56ff998 100644 --- a/themes/index.js +++ b/themes/index.js @@ -143,6 +143,12 @@ const themes = { text_color: "859900", bg_color: "fdf6e3", }, + nord: { + title_color: "81a1c1", + text_color: "d8dee9", + icon_color: "88c0d0", + bg_color: "2e3440", + }, }; module.exports = themes;