Class: PryTheme::Color8

Inherits:
Color
  • Object
show all
Defined in:
lib/pry-theme/colors/color8.rb

Constant Summary

Constants inherited from Color

PryTheme::Color::OPTS

Instance Attribute Summary

Attributes inherited from Color

#color_model, #options

Instance Method Summary collapse

Methods inherited from Color

#background, #foreground, #to_ansi

Constructor Details

#initialize(options = {}) ⇒ Color8

Returns a new instance of Color8.



4
5
6
# File 'lib/pry-theme/colors/color8.rb', line 4

def initialize(options = {})
  super(8, options)
end