A sample ColorScheme.
Builds the sample scheme with settings for :critical
,
:error
, :warning
, :notice
,
:info
, :debug
, :row_even
, and
:row_odd
colors.
# File lib/highline/color_scheme.rb, line 146 def initialize(_h = nil) super(SAMPLE_SCHEME) end