diff --git a/basis/ui/tools/debugger/debugger.factor b/basis/ui/tools/debugger/debugger.factor index f1ec3fb2d7..0f877dc5b6 100644 --- a/basis/ui/tools/debugger/debugger.factor +++ b/basis/ui/tools/debugger/debugger.factor @@ -49,7 +49,7 @@ PRIVATE> swap >>restarts swap >>continuation swap >>error - dup >>restart-list + dup theme-font-colors >>restart-list dup margins white-interior f track-add add-toolbar ;