Home
last modified time | relevance | path

Searched refs:set_fg (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dconfig.rs162 header_bug: header.clone().set_fg(Some(Color::Red)).clone(), in with_blue()
163 header_error: header.clone().set_fg(Some(Color::Red)).clone(), in with_blue()
164 header_warning: header.clone().set_fg(Some(Color::Yellow)).clone(), in with_blue()
165 header_note: header.clone().set_fg(Some(Color::Green)).clone(), in with_blue()
166 header_help: header.clone().set_fg(Some(Color::Cyan)).clone(), in with_blue()
169 primary_label_bug: ColorSpec::new().set_fg(Some(Color::Red)).clone(), in with_blue()
170 primary_label_error: ColorSpec::new().set_fg(Some(Color::Red)).clone(), in with_blue()
171 primary_label_warning: ColorSpec::new().set_fg(Some(Color::Yellow)).clone(), in with_blue()
172 primary_label_note: ColorSpec::new().set_fg(Some(Color::Green)).clone(), in with_blue()
173 primary_label_help: ColorSpec::new().set_fg(Som in with_blue()
[all...]
/third_party/rust/crates/syn/tests/
H A Dzzz_stable.rs24 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice()
26 stderr.set_color(ColorSpec::new().set_bold(true).set_fg(Some(Color::Yellow)))?; in notice()
28 stderr.set_color(ColorSpec::new().set_fg(Some(Color::Yellow)))?; in notice()
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
H A Dextern_impl.rs279 self.spec.set_fg(Some(color.into_termcolor())); in set_color()
/third_party/rust/crates/termcolor/src/
H A Dlib.rs45 stdout.set_color(ColorSpec::new().set_fg(Some(Color::Green)))?;
73 buffer.set_color(ColorSpec::new().set_fg(Some(Color::Green)))?;
1687 pub fn set_fg(&mut self, color: Option<Color>) -> &mut ColorSpec { in set_fg() functions
2309 color.set_fg(fg); in all_attributes()

Completed in 5 milliseconds