Skip to content

Commit ce8660c

Browse files
style(theme): Add Nord theme (anuraghazra#314)
* Add Nordtheme adding a www.nordtheme.com inspired theme using nord0, nord4, nord8 & nord9 * Update index.js
1 parent 53c4940 commit ce8660c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@ const themes = {
143143
text_color: "859900",
144144
bg_color: "fdf6e3",
145145
},
146+
nord: {
147+
title_color: "81a1c1",
148+
text_color: "d8dee9",
149+
icon_color: "88c0d0",
150+
bg_color: "2e3440",
151+
},
146152
};
147153

148154
module.exports = themes;

0 commit comments

Comments
 (0)