aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-05-29 16:44:50 +0200
committerBad Diode <bd@badd10de.dev>2023-05-29 16:44:50 +0200
commit3b5ee67114bf789c93db23b7a3611302dce7142e (patch)
tree32b5bbd2879b5ffeecd7df6e20c836f80f555c72 /src/main.c
parentac17920096b18caa4cadec3fea347f9fc804baea (diff)
downloadstepper-3b5ee67114bf789c93db23b7a3611302dce7142e.tar.gz
stepper-3b5ee67114bf789c93db23b7a3611302dce7142e.zip
Add initial theming support
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
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.
12// TODO: A list of features I would like to get to implement in the near future. 12// TODO: A list of features I would like to get to implement in the near future.
13// 13//
14// UI tweaks. 14// UI tweaks.
15// + Theming support, with a number of pre-configured themes and custom colors.
16// - Add more default themes
17// - Add custom user themes
15// - Notification support for feedback when doing some operations 18// - Notification support for feedback when doing some operations
16// (copying/pasting) 19// (copying/pasting)
17// - Animations for cursor movement/current step highlight. (A fade out maybe?) 20// - Animations for cursor movement/current step highlight. (A fade out maybe?)
18// - Theming support, with a number of pre-configured themes and custom colors.
19// - Add panning support. We could send ch1-3 to the left and ch4 to the right 21// - Add panning support. We could send ch1-3 to the left and ch4 to the right
20// to act as metronome and achieve analog sync. 22// to act as metronome and achieve analog sync.
21// 23//