From 51310acce858b34b8131c560cb430d86cd7624b4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 1 Jul 2019 13:45:06 +0200 Subject: add default colors to included allocators --- src/allocators/scalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators/scalloc.py') diff --git a/src/allocators/scalloc.py b/src/allocators/scalloc.py index b554895..3314fc4 100644 --- a/src/allocators/scalloc.py +++ b/src/allocators/scalloc.py @@ -27,4 +27,4 @@ class Scalloc (Allocator): super().__init__(name, **kwargs) -scalloc = Scalloc("scalloc") +scalloc = Scalloc("scalloc", color="xkcd:magenta") -- cgit v1.2.3