diff --git a/Source/GSTheme.m b/Source/GSTheme.m index 4d8d22ce5..96ef4b9c3 100644 --- a/Source/GSTheme.m +++ b/Source/GSTheme.m @@ -392,6 +392,11 @@ static NSNull *null = nil; return _bundle; } +- (NSColorList*) colors +{ + return _colors; +} + - (void) deactivate { NSEnumerator *enumerator;