Skip to content

Commit 955d7a0

Browse files
authored
Merge pull request #75 from jasonlong/update-colors
Update colors to match GitHub update
2 parents 665819d + 53c073d commit 955d7a0

File tree

11 files changed

+53
-77
lines changed

11 files changed

+53
-77
lines changed

chrome/iso.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
}
4646

4747
.ic-toggle-option.active {
48-
background-color: #4183c4;
49-
border-color: #4183c4;
48+
background-color: #035dd2;
49+
border-color: #035dd2;
5050
}
5151

5252
.ic-toggle-option.active.tooltipped:focus::before,

chrome/iso.js

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

chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Isometric Contributions",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],
528 Bytes
Binary file not shown.

firefox/isometric-contributions/iso.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
}
4646

4747
.ic-toggle-option.active {
48-
background-color: #4183c4;
49-
border-color: #4183c4;
48+
background-color: #035dd2;
49+
border-color: #035dd2;
5050
}
5151

5252
.ic-toggle-option.active.tooltipped:focus::before,

firefox/isometric-contributions/iso.js

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

firefox/isometric-contributions/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Isometric Contributions",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Renders an isometric pixel view of GitHub contribution graphs.",
55
"content_scripts": [ {
66
"css": [ "iso.css" ],

safari/isometric-contributions.safariextension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.16</string>
16+
<string>1.0.17</string>
1717
<key>CFBundleVersion</key>
18-
<string>1.0.16</string>
18+
<string>1.0.17</string>
1919
<key>Chrome</key>
2020
<dict>
2121
<key>Database Quota</key>

safari/isometric-contributions.safariextension/iso.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
}
4646

4747
.ic-toggle-option.active {
48-
background-color: #4183c4 !important;
49-
border-color: #4183c4;
48+
background-color: #035dd2 !important;
49+
border-color: #035dd2;
5050
}
5151

5252
.ic-toggle-option.active.tooltipped:focus::before,

safari/isometric-contributions.safariextension/iso.js

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

0 commit comments

Comments
 (0)