style(theme): Added chartreuse-dark theme (#313)

This commit is contained in:
Hamza Sayyid 2020-08-14 08:51:30 -07:00 committed by GitHub
parent 0413909203
commit 703d84a42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,13 @@ const themes = {
text_color: "859900", text_color: "859900",
bg_color: "fdf6e3", bg_color: "fdf6e3",
}, },
nord: { "chartreuse-dark": {
title_color: "7fff00",
icon_color: "00AEFF",
text_color: "fff",
bg_color: "000",
},
"nord": {
title_color: "81a1c1", title_color: "81a1c1",
text_color: "d8dee9", text_color: "d8dee9",
icon_color: "88c0d0", icon_color: "88c0d0",