Skip to content

Conversation

@LukasMFR
Copy link

@LukasMFR LukasMFR commented Nov 2, 2025

Description

This pull request changes the background color used behind console text lines.
Previously, non-highlighted console lines were drawn using Palette::BackgroundApps.
This caused a mismatch with the expected Palette::CodeBackground used elsewhere in the Python app.

Changes

  • In console_line_cell.cpp, replaced:
  Palette::BackgroundApps

with:

Palette::CodeBackground

in ConsoleLineCell::ScrollableConsoleLineView::ConsoleLineView::drawRect().

Replaces Palette::BackgroundApps with Palette::CodeBackground for highlighted console lines to ensure consistent background color.
@Yaya-Cout Yaya-Cout merged commit 84fe92e into UpsilonNumworks:upsilon-dev Nov 2, 2025
1 check passed
@github-actions
Copy link

github-actions bot commented Nov 2, 2025

||.text|.rodata|.bss|.data|Total (RAM)|Total (ROM)|%0A|-|-:|-:|-:|-:|-:|-:|%0A|Base|822620 bytes|478609 bytes|226512 bytes|1820 bytes|228332 bytes|1303049 bytes|%0A|Head|822612 bytes|478609 bytes|226512 bytes|1820 bytes|228332 bytes|1303041 bytes|%0A||-8 bytes|+0 bytes|+0 bytes|+0 bytes|+0 bytes|-8 bytes|%0A||-0.0 %25|+0.0 %25|+0.0 %25|+0.0 %25|+0.0 %25|-0.0 %25|%0A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants