Skip to content

Commit

Permalink
style: added the City Lights Theme (#934)
Browse files Browse the repository at this point in the history
* Update index.js

* Update index.js

* move to end

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
  • Loading branch information
k1nxx and anuraghazra authored Mar 21, 2021
1 parent c8c3358 commit 86b9ad6
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 @@ -274,7 +274,13 @@ const themes = {
icon_color: "FFFFFF",
text_color: "92D534",
bg_color: "151A28",
}
},
city_lights: {
title_color: "5D8CB3",
icon_color: "4798FF",
text_color: "718CA1",
bg_color: "1D252C",
},
};

module.exports = themes;

1 comment on commit 86b9ad6

@vercel
Copy link

@vercel vercel bot commented on 86b9ad6 Mar 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.