From c7adbf60ce257c69be7c18df5ab16835c4c40810 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 27 Aug 2023 02:50:19 +0300 Subject: [PATCH] README : add todo to show warning for ImageMagisk. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e952602..70067bb 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,6 @@ When trying to build the project, lualatex may throw missing dependency errors. To install them use `$ tlmgr install $dependency`. ## TODO. -- [x] Change icon color programmatically. +- [x] Change icon color on build. - [x] Fallback for using black icons if ImageMagick is not available. +- [ ] Show warning if ImageMagick is not available.