Class: PryTheme::Color16

Inherits:
Color
  • Object
show all
Defined in:
lib/pry-theme/colors/color16.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 = {}) ⇒ Color16

Returns a new instance of Color16.



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

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