mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
- All of our red buttons were ImButton with the colours overridden at the use site. Instead make an ImButtonRed which defines these colours in one place. - Previously the red buttons had focus indicated by the text colour changing from white to blue. This was quite hard to see, instead change the button colour to blue (as is done for the white buttons). A darker shade of blue is used so that there is still good contrast with the white text. - Update the reds (buttons and main screen background) with the branding-approved red: the official colour palette says Pi Red is #cd2355
42 lines
1.8 KiB
Text
42 lines
1.8 KiB
Text
<RCC>
|
|
<qresource prefix="/">
|
|
<file>main.qml</file>
|
|
<file>qtquickcontrols2.conf</file>
|
|
<file>icons/rpi-imager.ico</file>
|
|
<file>fonts/Roboto-Bold.ttf</file>
|
|
<file>fonts/Roboto-Light.ttf</file>
|
|
<file>fonts/Roboto-Regular.ttf</file>
|
|
<file>icons/ic_chevron_left_40px.svg</file>
|
|
<file>icons/ic_chevron_right_40px.svg</file>
|
|
<file>icons/ic_sd_storage_40px.svg</file>
|
|
<file>icons/ic_storage_40px.svg</file>
|
|
<file>icons/ic_usb_40px.svg</file>
|
|
<file>MsgPopup.qml</file>
|
|
<file>icons/use_custom.png</file>
|
|
<file>icons/erase.png</file>
|
|
<file>icons/cat_raspberry_pi_os.png</file>
|
|
<file>icons/cat_other_specific_purpose_operating_systems.png</file>
|
|
<file>icons/cat_other_general_purpose_operating_systems.png</file>
|
|
<file>icons/cat_misc_utility_images.png</file>
|
|
<file>icons/cat_media_players.png</file>
|
|
<file>icons/cat_emulation_and_games.png</file>
|
|
<file>OptionsPopup.qml</file>
|
|
<file>countries.txt</file>
|
|
<file>timezones.txt</file>
|
|
<file>UseSavedSettingsPopup.qml</file>
|
|
<file>icons/ic_info_16px.png</file>
|
|
<file>icons/ic_info_12px.png</file>
|
|
<file>keymap-layouts.txt</file>
|
|
<file>icons/ic_cog_red.svg</file>
|
|
<file>icons/cat_home_automation.png</file>
|
|
<file>icons/cat_language_specific_operating_systems.png</file>
|
|
<file>icons/cat_3d_printing.png</file>
|
|
<file>icons/logo_stacked_imager.png</file>
|
|
<file>icons/logo_sxs_imager.png</file>
|
|
<file>qmlcomponents/ImButton.qml</file>
|
|
<file>qmlcomponents/ImButtonRed.qml</file>
|
|
<file>qmlcomponents/ImCheckBox.qml</file>
|
|
<file>qmlcomponents/ImRadioButton.qml</file>
|
|
<file>icons/cat_digital_signage.png</file>
|
|
</qresource>
|
|
</RCC>
|