std::string text = XOR( "corolla [dev]" );
render::FontSize_t size = render::menu_shade.size( text );
float w_s = size.m_width + 5.f;
float w_h = 14.f;
render::rect_filled( 2, 10 + w_h, w_s, w_h, { 0, 0, 0, 200 } );
render::rect_filled( 0, 10 + w_h, 2, w_h, accent );
render::menu_shade.string( 2 + 3, 10 + w_h, { 255, 255, 255, 255 }, text, render::ALIGN_LEFT );