Class: Brut::TUI::Themes::None
- Inherits:
-
Brut::TUI::TerminalTheme
- Object
- Brut::TUI::TerminalTheme
- Brut::TUI::Themes::None
- Defined in:
- lib/brut/tui/themes/none.rb
Overview
A theme without any ANSI styling at all. This is suitable for showing to a user who does not want any colors or styles, but still wants to see output in a somewhat conventional way.
Instance Method Summary collapse
Methods inherited from Brut::TUI::TerminalTheme
based_on_background, #bold, #bold_off, #bright, #bright_off, #code, #code_off, dark_background?, #error, #heading, #initialize, #italic, #italic_off, #normal, #reset, #strike, #strike_off, #success, #warning, #weak, #weak_off, #with_markup
Constructor Details
This class inherits a constructor from Brut::TUI::TerminalTheme
Instance Method Details
#esc ⇒ Object
5 |
# File 'lib/brut/tui/themes/none.rb', line 5 def esc(*) = "" |