bevy/examples/window
Aevyrie 1918608b02
Update default ClearColor to better match Bevy's branding (#10339)
# Objective

- Changes the default clear color to match the code block color on
Bevy's website.

## Solution

- Changed the clear color, updated text in examples to ensure adequate
contrast. Inconsistent usage of white text color set to use the default
color instead, which is already white.
- Additionally, updated the `3d_scene` example to make it look a bit
better, and use bevy's branding colors.


![image](https://github.com/bevyengine/bevy/assets/2632925/540a22c0-826c-4c33-89aa-34905e3e313a)
2023-11-03 12:57:38 +00:00
..
clear_color.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
low_power.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
multiple_windows.rs Remove monkey.gltf (#9974) 2023-09-30 02:50:31 +00:00
scale_factor_override.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
screenshot.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
transparent_window.rs Fix doc link in transparent_window example (#9697) 2023-09-05 05:43:26 +00:00
window_resizing.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
window_settings.rs Wait before making window visible (#9692) 2023-09-11 19:09:55 +00:00