class HighLine::SampleColorScheme
A sample ColorScheme
.
Constants
- SAMPLE_SCHEME
Public Class Methods
Source
# File lib/highline/color_scheme.rb, line 147 def initialize(_h = nil) super(SAMPLE_SCHEME) end
Builds the sample scheme with settings for :critical
, :error
, :warning
, :notice
, :info
, :debug
, :row_even
, and :row_odd
colors.
Calls superclass method
HighLine::ColorScheme::new