Macro broot::cond_bg[][src]

macro_rules! cond_bg {
    ($dst : ident, $self : ident, $selected : expr, $src : expr) => { ... };
}
Expand description

declare a style named $dst which is usually a reference to the $src skin but, in case selected is true, is a clone with background changed to the one of selected lines.