Skip to content

Commit

Permalink
the-via#976 -- adding colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduvall committed Oct 8, 2021
1 parent 6ae25a3 commit 8292c4b
Showing 1 changed file with 38 additions and 8 deletions.
46 changes: 38 additions & 8 deletions src/percent/skog_lite/skog_lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,29 @@
"keymap": [
[
{
"x": 2.5
"x": 2.5,
"c": "#777777"
},
"0,0",
{
"x": 1
"x": 1,
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
{
"x": 0.5
"x": 0.5,
"c": "#aaaaaa"
},
"0,5",
"0,6",
"0,7",
"0,8",
{
"x": 0.5
"x": 0.5,
"c": "#cccccc"
},
"0,9",
"0,10",
Expand All @@ -44,7 +48,8 @@
[
{
"y": -0.25,
"x": 17.75
"x": 17.75,
"c": "#aaaaaa"
},
"0,13",
"0,14",
Expand All @@ -53,7 +58,8 @@
[
{
"y": -0.25,
"x": 2.5
"x": 2.5,
"c": "#cccccc"
},
"1,0",
"1,14",
Expand All @@ -69,6 +75,7 @@
"1,9",
"1,10",
{
"c": "#aaaaaa",
"w": 2
},
"1,11"
Expand All @@ -89,6 +96,9 @@
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"2,14",
"2,1",
"2,2",
Expand All @@ -107,6 +117,7 @@
"2,11\n\n\n0,0",
{
"x": 4.75,
"c": "#777777",
"w": 1.25,
"h": 2,
"w2": 1.5,
Expand All @@ -118,7 +129,8 @@
[
{
"y": -0.5,
"x": 17.75
"x": 17.75,
"c": "#aaaaaa"
},
"2,12",
"6,9",
Expand All @@ -131,6 +143,9 @@
"w": 1.75
},
"3,0",
{
"c": "#cccccc"
},
"3,14",
"3,1",
"3,2",
Expand All @@ -143,25 +158,35 @@
"3,8",
"3,9",
{
"c": "#777777",
"w": 2.25
},
"3,10\n\n\n0,0",
{
"x": 3.75
"x": 3.75,
"c": "#cccccc"
},
"2,11\n\n\n0,1"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"4,0\n\n\n1,1",
{
"c": "#cccccc"
},
"4,9\n\n\n1,1",
{
"x": 0.25,
"c": "#aaaaaa",
"w": 2.25
},
"4,0\n\n\n1,0",
{
"c": "#cccccc"
},
"4,14",
"4,1",
"4,2",
Expand All @@ -173,6 +198,7 @@
"4,7",
"4,8",
{
"c": "#aaaaaa",
"w": 2.75
},
"4,11",
Expand Down Expand Up @@ -255,10 +281,12 @@
},
"5,0\n\n\n2,2",
{
"c": "#cccccc",
"d": true
},
"5,14\n\n\n2,2",
{
"c": "#aaaaaa",
"w": 1.5
},
"5,1\n\n\n2,2",
Expand All @@ -271,10 +299,12 @@
},
"5,7\n\n\n2,2",
{
"c": "#cccccc",
"d": true
},
"5,8\n\n\n2,2",
{
"c": "#aaaaaa",
"w": 1.5
},
"5,11\n\n\n2,2"
Expand Down

0 comments on commit 8292c4b

Please sign in to comment.