Writes a labeled value with accent color on the value.
void labeledAccent(String label, String value) { gutterLine( '${theme.dim}$label:${theme.reset} ${theme.accent}$value${theme.reset}'); }