diff --git a/bin/GuiConfigs/Envy.qss b/bin/GuiConfigs/Envy.qss index 5a82336f73..02dedaf273 100644 --- a/bin/GuiConfigs/Envy.qss +++ b/bin/GuiConfigs/Envy.qss @@ -628,3 +628,12 @@ QLabel#tty_text { color: #f8f8f8; } +/* 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 */ +}