class HighLine::SampleColorScheme
A sample ColorScheme.
Constants
- SAMPLE_SCHEME
Public Class Methods
new(_h = nil)
click to toggle source
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
# File lib/highline/color_scheme.rb, line 146 def initialize(_h = nil) super(SAMPLE_SCHEME) end