Skip to content

Commit

Permalink
Fixes to Forest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Apr 16, 2024
1 parent 2195a33 commit 93422c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion editor/ColorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5607,7 +5607,9 @@ export class ColorConfig {
--tonic: #4dac5b;
--fifth-note: #458343;
--white-piano-key: #bee9bf;
--black-piano-key: #395e3c;
--black-piano-key: #395e3c;
--white-piano-key-text: #024a0c;
--black-piano-key-text: #96d69f;
--use-color-formula: true;
--track-editor-bg-pitch: #43a631;
--track-editor-bg-pitch-dim: #387e34;
Expand Down
4 changes: 3 additions & 1 deletion website/beepbox_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -7954,7 +7954,9 @@ var beepbox = (function (exports) {
--tonic: #4dac5b;
--fifth-note: #458343;
--white-piano-key: #bee9bf;
--black-piano-key: #395e3c;
--black-piano-key: #395e3c;
--white-piano-key-text: #024a0c;
--black-piano-key-text: #96d69f;
--use-color-formula: true;
--track-editor-bg-pitch: #43a631;
--track-editor-bg-pitch-dim: #387e34;
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.min.js

Large diffs are not rendered by default.

0 comments on commit 93422c3

Please sign in to comment.