From a39efd31cff71f919d67824b993eca522c5e5e9b Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 29 Jun 2025 22:42:45 +0300 Subject: [PATCH] Change the default macOS palette to be the same as the other frontends --- Cocoa/GBApp.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cocoa/GBApp.m b/Cocoa/GBApp.m index 2de0a9f..17a4ed3 100644 --- a/Cocoa/GBApp.m +++ b/Cocoa/GBApp.m @@ -99,6 +99,8 @@ static uint32_t color_to_int(NSColor *color) @"GBDebuggerFont": hasSFMono? @"SF Mono" : @"Menlo", @"GBDebuggerFontSize": @12, + @"GBColorPalette": @1, + // Default themes @"GBThemes": @{ @"Canyon": @{