mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-21 21:11:28 +00:00
Merge pull request #922 from NotherNgineer/next
#910 Brighter color for .C8/.C16 files in fileman
This commit is contained in:
commit
f73cd39d2d
@ -67,8 +67,8 @@ protected:
|
|||||||
{ ".TXT", &bitmap_icon_file_text, ui::Color::white() },
|
{ ".TXT", &bitmap_icon_file_text, ui::Color::white() },
|
||||||
{ ".PNG", &bitmap_icon_file_image, ui::Color::green() },
|
{ ".PNG", &bitmap_icon_file_image, ui::Color::green() },
|
||||||
{ ".BMP", &bitmap_icon_file_image, ui::Color::green() },
|
{ ".BMP", &bitmap_icon_file_image, ui::Color::green() },
|
||||||
{ ".C8", &bitmap_icon_file_iq, ui::Color::blue() },
|
{ ".C8", &bitmap_icon_file_iq, ui::Color::dark_cyan() },
|
||||||
{ ".C16", &bitmap_icon_file_iq, ui::Color::blue() },
|
{ ".C16", &bitmap_icon_file_iq, ui::Color::dark_cyan() },
|
||||||
{ ".WAV", &bitmap_icon_file_wav, ui::Color::dark_magenta() },
|
{ ".WAV", &bitmap_icon_file_wav, ui::Color::dark_magenta() },
|
||||||
{ "", &bitmap_icon_file, ui::Color::light_grey() }
|
{ "", &bitmap_icon_file, ui::Color::light_grey() }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user