billiob pushed a commit to branch terminology-1.9. http://git.enlightenment.org/apps/terminology.git/commit/?id=945a3f8fc1edc68a15f3558ea839dbe756fb35d8
commit 945a3f8fc1edc68a15f3558ea839dbe756fb35d8 Author: Boris Faure <bill...@gmail.com> Date: Sat Jan 30 11:37:57 2021 +0100 colorschemes: add missing Black scheme --- data/colorschemes/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/data/colorschemes/meson.build b/data/colorschemes/meson.build index de186a2..0c14258 100644 --- a/data/colorschemes/meson.build +++ b/data/colorschemes/meson.build @@ -1,6 +1,7 @@ colorschemes_desc = [ 'Belafonte Day.ini', 'Belafonte Night.ini', + 'Black.ini', 'Cobalt2.ini', 'Dracula.ini', 'Fahrenheit.ini', --