Skip to content

Commit 86b9ad6

Browse files
k1nxxanuraghazra
andauthored
style: added the City Lights Theme (#934)
* Update index.js * Update index.js * move to end Co-authored-by: Anurag Hazra <[email protected]>
1 parent c8c3358 commit 86b9ad6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

themes/index.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,13 @@ const themes = {
274274
icon_color: "FFFFFF",
275275
text_color: "92D534",
276276
bg_color: "151A28",
277-
}
277+
},
278+
city_lights: {
279+
title_color: "5D8CB3",
280+
icon_color: "4798FF",
281+
text_color: "718CA1",
282+
bg_color: "1D252C",
283+
},
278284
};
279285

280286
module.exports = themes;

0 commit comments

Comments
 (0)