Searched defs:Styles (Results 1 – 6 of 6) sorted by relevance
83 pub struct Styles { struct86 pub header_bug: ColorSpec,89 pub header_error: ColorSpec,92 pub header_warning: ColorSpec,95 pub header_note: ColorSpec,98 pub header_help: ColorSpec,101 pub header_message: ColorSpec,105 pub primary_label_bug: ColorSpec,108 pub primary_label_error: ColorSpec,133 impl Styles { argument[all …]
129 fn styles(&self) -> &'config Styles { in styles()
165 ## Styles section167 ### Modifiers179 ### Colors198 ### Background colors
50 ### reset
40 ## Styles section in ansi-styles [![Build Status](https://travis-ci.org/chalk/ansi-styles.svg?branch=master)](https://travis-ci.org/chalk/ansi-styles)
33 declare const Styles: MethodDecorator; constant