Skip to content

Commit 094dd4c

Browse files
committed
update for ver0.4.0
1 parent 21c4aec commit 094dd4c

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGE_LOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2022-01-09, 0.4.0 release
4+
5+
* Added night green version.
6+
37
## 2021-12-22, 0.3.1 release
48

59
* Changed the maximum number of contributors to 9999

dist/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ exports.SouthSeasonSettings = {
152152
};
153153
exports.NightViewSettings = {
154154
type: 'normal',
155-
backgroundColor: 'black',
155+
backgroundColor: '#00000f',
156156
foregroundColor: '#eeeeff',
157157
strongColor: 'rgb(255,200,55)',
158158
weakColor: '#aaaaaa',
@@ -167,16 +167,16 @@ exports.NightViewSettings = {
167167
};
168168
exports.NightGreenSettings = {
169169
type: 'normal',
170-
backgroundColor: 'black',
170+
backgroundColor: '#00000f',
171171
foregroundColor: '#eeeeff',
172172
strongColor: 'rgb(255,200,55)',
173173
weakColor: '#aaaaaa',
174174
radarColor: '#47a042',
175-
contribColors: ['#efefef', '#d8e887', '#8cc569', '#47a042', '#1d6a23'],
175+
contribColors: ['#444444', '#1B7D28', '#24A736', '#2DD143', '#57DA69'],
176176
};
177177
exports.NightRainbowSettings = {
178178
type: 'rainbow',
179-
backgroundColor: 'black',
179+
backgroundColor: '#00000f',
180180
foregroundColor: '#eeeeff',
181181
strongColor: 'rgb(255,200,55)',
182182
weakColor: '#aaaaaa',

docs/demo/profile-night-green.svg

Lines changed: 1 addition & 0 deletions
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-profile-3d-contrib",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Generate profile 3D Contributions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)