Sha256: a59d0a85f8781fea8e2014d7554e164a6afe74082b6660a135ac29a00835f309

Contents?: true

Size: 683 Bytes

Versions: 47

Compression:

Stored size: 683 Bytes

Contents

module Term
  module ANSIColor
    class Attribute
      class Color8
        Attribute.set :black,   30
        Attribute.set :red,     31
        Attribute.set :green,   32
        Attribute.set :yellow,  33
        Attribute.set :blue,    34
        Attribute.set :magenta, 35
        Attribute.set :cyan,    36
        Attribute.set :white,   37

        Attribute.set :on_black,   40
        Attribute.set :on_red,     41
        Attribute.set :on_green,   42
        Attribute.set :on_yellow,  43
        Attribute.set :on_blue,    44
        Attribute.set :on_magenta, 45
        Attribute.set :on_cyan,    46
        Attribute.set :on_white,   47
      end
    end
  end
end

Version data entries

47 entries across 35 versions & 4 rubygems

Version Path
tdiary-5.0.4 vendor/bundle/gems/term-ansicolor-1.4.0/lib/term/ansicolor/attribute/color8.rb
term-ansicolor-1.5.0 lib/term/ansicolor/attribute/color8.rb
term-ansicolor-1.4.1 lib/term/ansicolor/attribute/color8.rb
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/term-ansicolor-1.4.0/lib/term/ansicolor/attribute/color8.rb
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/term-ansicolor-1.4.0/lib/term/ansicolor/attribute/color8.rb
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/term-ansicolor-1.4.0/lib/term/ansicolor/attribute/color8.rb
term-ansicolor-1.4.0 lib/term/ansicolor/attribute/color8.rb