Skip to content

Commit

Permalink
UI Debugger: default colors for direction arrow and text and white an…
Browse files Browse the repository at this point in the history
…d black now

Silver and red wasn't too much pleasant to look at
  • Loading branch information
Xottab-DUTY committed Jan 20, 2025
1 parent f952b99 commit 5c03f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrUICore/ui_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ void CUIDebugger::reset_settings()
/*.focusableValuableHovered =*/ color_rgba(0, 255, 0, 255),
/*.focusableNonValuable =*/ color_rgba(255, 0, 0, 200),
/*.focusableNonValuableHovered =*/ color_rgba(255, 0, 0, 255),
/*.directionArrow =*/ color_rgba(192, 192, 192, 255),
/*.directionText =*/ color_rgba(255, 0, 0, 255),
/*.directionArrow =*/ color_rgba(255, 255, 255, 255),
/*.directionText =*/ color_rgba(0, 0, 0, 255),
},
/*.drawWndRects =*/ true,
/*.coloredRects =*/ false,
Expand Down

0 comments on commit 5c03f60

Please sign in to comment.