Searched refs:note_bullet (Results 1 – 2 of 2) sorted by relevance
130 pub note_bullet: ColorSpec, field178 note_bullet: ColorSpec::new().set_fg(Some(blue)).clone(), in with_blue()213 pub note_bullet: char, field263 note_bullet: '=', in default()
650 self.set_color(&self.styles().note_bullet)?; in render_snippet_note()651 write!(self, "{}", self.chars().note_bullet)?; in render_snippet_note()