diff --git a/bin/GuiConfigs/Skyline (Nightfall).qss b/bin/GuiConfigs/Skyline (Nightfall).qss index 7955cd3522..cbe978ce22 100644 --- a/bin/GuiConfigs/Skyline (Nightfall).qss +++ b/bin/GuiConfigs/Skyline (Nightfall).qss @@ -650,3 +650,12 @@ QLabel#thumbnail_icon_color { color: #370048; } +/* Debugger colors */ +QLabel#debugger_frame_breakpoint { + color: #000; /* Font Color: Black */ + background-color: #ffff00; /* Yellow */ +} +QLabel#debugger_frame_pc { + color: #000; /* Font Color: Black */ + background-color: #00ff00; /* Green */ +}