mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Replace most hardcoded text colors the settings text color.
This commit is contained in:
parent
633fb97e68
commit
7033e2c61e
11 changed files with 39 additions and 24 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