Skip to content

Commit

Permalink
[Release] v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Sep 12, 2020
1 parent a157127 commit a4ca82a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94421,6 +94421,22 @@ const Themes = {
icon_color:"#e28905",
line_chart_color:"#ae81ff",
},
nord_bright: {
title_color:"#3b4252",
text_color:"#2e3440",
bg_color:"#eceff4",
stroke_color:"#e5e9f0",
icon_color:"#8fbcbb",
line_chart_color:"#88c0d0",
},
nord_dark: {
title_color:"#eceff4",
text_color:"#e5e9f0",
bg_color:"#2e3440",
stroke_color:"#eceff4",
icon_color:"#8fbcbb",
line_chart_color:"#88c0d0",
},
};

module.exports = Themes;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-profile-summary-cards",
"version": "0.2.1",
"version": "0.2.2",
"description": "Generate github profile summary cards",
"main": "src/app.js",
"scripts": {
Expand Down

0 comments on commit a4ca82a

Please sign in to comment.