Skip to content

Commit 8b6cd61

Browse files
committed
Sequencer app color change
1 parent 1ba6ce2 commit 8b6cd61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Applications/Sequencer/Sequencer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Sequencer : public Application {
7272
inline static Application_Info info = {
7373
.name = "Sequencer",
7474
.author = "203 Systems",
75-
.color = Color(0x8000FF),
75+
.color = Color(0x40FF00),
7676
.version = 1,
7777
.visibility = true,
7878
};

0 commit comments

Comments
 (0)