mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
New Default theme: Omega theme! (Beta)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Code {
|
||||
|
||||
SandboxController::SandboxController(Responder * parentResponder, MicroPython::ExecutionEnvironment * executionEnvironment) :
|
||||
ViewController(parentResponder),
|
||||
m_solidColorView(Palette::BackgroundHard),
|
||||
m_solidColorView(Palette::CodeBackground),
|
||||
m_executionEnvironment(executionEnvironment)
|
||||
{
|
||||
assert(executionEnvironment != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user