Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
@@ -1,6 +1,6 @@
use pathfinder_color::ColorU;
use warp_core::ui::appearance::Appearance;
use warpui::{
use galaxy_core::ui::appearance::Appearance;
use galaxyui::{
elements::{
Border, ConstrainedBox, Container, CrossAxisAlignment, Flex, MainAxisAlignment,
MainAxisSize, ParentElement, Text,
@@ -100,7 +100,7 @@ pub fn render_error_footer(error_message: &str, appearance: &Appearance) -> Box<
let header_color = theme.ui_error_color();
let body_color = blended_colors::text_main(theme, theme.background());
let background: ColorU = {
let red: warp_core::ui::theme::Fill = theme.ui_error_color().into();
let red: galaxy_core::ui::theme::Fill = theme.ui_error_color().into();
red.with_opacity(50).into()
};
let border_color = theme.ui_error_color();