macro_rules! style_type {
    ( $type:ident, $( $key:ident: $val:expr, )* ) => { ... };
}