Skip to content

Commit

Permalink
style(theme): Added chartreuse-dark theme (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzasayyid authored Aug 14, 2020
1 parent 0413909 commit 703d84a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,13 @@ const themes = {
text_color: "859900",
bg_color: "fdf6e3",
},
nord: {
"chartreuse-dark": {
title_color: "7fff00",
icon_color: "00AEFF",
text_color: "fff",
bg_color: "000",
},
"nord": {
title_color: "81a1c1",
text_color: "d8dee9",
icon_color: "88c0d0",
Expand Down

0 comments on commit 703d84a

Please sign in to comment.