Macro get_theme

Source
macro_rules! get_theme {
    ($theme_prop:expr, $theme_name:ident) => { ... };
}