mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
Added 'DarkTheme.png' theme image with encoded colors
This commit is contained in:
parent
4f2472c276
commit
287922693e
11 changed files with 93 additions and 14 deletions
|
@ -215,9 +215,9 @@ namespace IDE.ui
|
|||
if (atError)
|
||||
bkgColor = 0xFF800000;
|
||||
if (gApp.IsCompiling)
|
||||
bkgColor = 0xFF303060;
|
||||
bkgColor = 0xFF35306A;
|
||||
else if (gApp.mDebugger.mIsRunning)
|
||||
bkgColor = 0xFFCA5100;
|
||||
bkgColor = 0xFFB65D08;
|
||||
else if (gApp.AreTestsRunning())
|
||||
bkgColor = 0xFF562143;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue