class HighLine::SampleColorScheme

def initialize(_h = nil)


:debug, :row_even, and :row_odd colors.
:error, :warning, :notice, :info,
Builds the sample scheme with settings for :critical,
def initialize(_h = nil)
  super(SAMPLE_SCHEME)
end