From 3b5ee67114bf789c93db23b7a3611302dce7142e Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 29 May 2023 16:44:50 +0200 Subject: Add initial theming support --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3012d9b..f0fc7c3 100644 --- a/src/main.c +++ b/src/main.c @@ -12,10 +12,12 @@ WITH REGARD TO THIS SOFTWARE. // TODO: A list of features I would like to get to implement in the near future. // // UI tweaks. +// + Theming support, with a number of pre-configured themes and custom colors. +// - Add more default themes +// - Add custom user themes // - Notification support for feedback when doing some operations // (copying/pasting) // - Animations for cursor movement/current step highlight. (A fade out maybe?) -// - Theming support, with a number of pre-configured themes and custom colors. // - Add panning support. We could send ch1-3 to the left and ch4 to the right // to act as metronome and achieve analog sync. // -- cgit v1.2.1