Skip to content

Commit

Permalink
Merge pull request #43 from fleeting/patch-1
Browse files Browse the repository at this point in the history
Updating snes-icon to have a lighter color for the top buttons.
  • Loading branch information
BcRikko authored Dec 2, 2018
2 parents 2422483 + d4777ed commit d8e92e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/pixel-arts/snes-icon.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.snes-logo {
$px: 3px;
$logo-colors: (#333, #d7d7d7, #8932e5);
$logo-colors: (#333, #d7d7d7, #8932e5, #ad6df0);

// prettier-ignore
$logo: (
Expand All @@ -9,8 +9,8 @@
(0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0),
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
(1,2,2,1,2,2,2,2,2,2,2,3,2,2,1),
(1,2,1,1,1,2,2,2,2,2,3,2,3,2,1),
(1,2,2,1,2,2,2,2,2,2,2,4,2,2,1),
(1,2,1,1,1,2,2,2,2,2,4,2,3,2,1),
(1,2,2,1,2,2,1,2,1,2,2,3,2,2,1),
(0,1,2,2,2,2,2,2,2,2,2,2,2,1,0),
(0,0,1,1,1,1,1,1,1,1,1,1,1,0,0)
Expand Down

0 comments on commit d8e92e7

Please sign in to comment.