mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Merge pull request #2114 from MineBill/expose-more-colors
Remove some hardcoded colors to make the IDE more friendly to light themes.
This commit is contained in:
commit
852d29d770
19 changed files with 82 additions and 44 deletions
|
@ -413,6 +413,11 @@ namespace IDE.ui
|
|||
g.PushColor(DarkTheme.COLOR_MENU_FOCUSED);
|
||||
defer:loop g.PopColor();
|
||||
}
|
||||
else
|
||||
{
|
||||
g.PushColor(DarkTheme.COLOR_TEXT);
|
||||
defer:loop g.PopColor();
|
||||
}
|
||||
|
||||
let str = StringView(mEntryDisplay, index, @c.NextIndex - index);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue