Skip to content

Commit

Permalink
Fix default strut and panel colors to match actual vZome defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hall committed Dec 26, 2023
1 parent e72b069 commit aa0823d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
--color-balls: rgb(255, 255, 255);
--color-balls-selected: rgb(127, 127, 127);

--color-blu-strut: rgb(0, 118, 189);
--color-blu-strut: rgb(0, 118, 149);
--color-yel-strut: rgb(240, 160, 0);
--color-red-strut: rgb(175, 0, 0);
--color-grn-strut: rgb(0, 141, 54);

--color-blu-panel: rgb(128, 186, 202);
--color-yel-panel: rgb(248, 208, 128);
--color-red-panel: rgb(215, 128, 128);
--color-blu-panel: rgb(127, 186, 202);
--color-yel-panel: rgb(247, 207, 127);
--color-red-panel: rgb(215, 127, 127);
--color-grn-panel: rgb(127, 198, 154);
}

Expand Down

0 comments on commit aa0823d

Please sign in to comment.