//! Owner-drawn UI surfaces: the tray flyout menu, Overview, the native
//! settings window, and the transient space indicator.
pubmodmenu;pubmodoverview;pubmodsettings;pubmodspace_indicator;/// Palette resolution shared by every surface in this crate; nothing above
/// it picks colours, so it stays crate-private.
pub(crate)modtheme;pubmodtiling_preview;pubmodtray;