bevy/examples/tools/scene_viewer
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
..
animation_plugin.rs Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
camera_controller_plugin.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00
main.rs Multiple Asset Sources (#9885) 2023-10-13 23:17:32 +00:00
morph_viewer_plugin.rs Update default ClearColor to better match Bevy's branding (#10339) 2023-11-03 12:57:38 +00:00
scene_viewer_plugin.rs Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00