UI: Update PPC debugger to support dark mode

Might have to tweak the dark mode colors later if I notice some of them are odd choices.
This commit is contained in:
Crementif 2025-07-15 17:35:38 +02:00
parent 4e6bb67e01
commit 8b196cce68
12 changed files with 174 additions and 144 deletions

View file

@ -29,8 +29,6 @@ BreakpointWindow::BreakpointWindow(DebuggerWindow2& parent, const wxPoint& main_
: wxFrame(&parent, wxID_ANY, _("Breakpoints"), wxDefaultPosition, wxSize(420, 250), wxSYSTEM_MENU | wxCAPTION | wxCLIP_CHILDREN | wxRESIZE_BORDER | wxFRAME_FLOAT_ON_PARENT)
{
this->SetSizeHints(wxDefaultSize, wxDefaultSize);
this->wxWindowBase::SetBackgroundColour(*wxWHITE);
wxBoxSizer* main_sizer = new wxBoxSizer(wxVERTICAL);