Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
use asset_macro::bundled_or_fetched_asset;
use pathfinder_color::ColorU;
use galaxy_core::ui::{
color::{blend::Blend, coloru_with_opacity, OPAQUE},
theme::{
@@ -7,6 +6,7 @@ use galaxy_core::ui::{
TerminalColors, VerticalGradient, WarpTheme,
},
};
use pathfinder_color::ColorU;
const DARK_MODE_NORMAL_COLORS: AnsiColors = AnsiColors::new(
AnsiColor::from_u32(0x616161FF),