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
+2 -2
View File
@@ -1,5 +1,5 @@
use serde::{Deserialize, Serialize};
use warpui::{
use galaxyui::{
elements::MouseStateHandle, AppContext, EntityId, SingletonEntity, ViewContext, ViewHandle,
WindowId,
};
@@ -364,7 +364,7 @@ pub fn get_context_target_terminal_view(
pub fn get_terminal_background_fill(
window_id: WindowId,
app: &AppContext,
) -> warpui::elements::Fill {
) -> galaxyui::elements::Fill {
let theme = Appearance::as_ref(app).theme();
let terminal_opacity = get_terminal_background_opacity(window_id, app);
theme.background().with_opacity(terminal_opacity).into()