Module: Iterm2mintty::MinttyColor

Included in:
ANSIColor, BGColor, CursorColor, FGColor
Defined in:
lib/iterm2mintty.rb

Instance Method Summary collapse

Instance Method Details

#to_minttyObject



54
55
56
# File 'lib/iterm2mintty.rb', line 54

def to_mintty
  "#{name}= #{red}, #{green}, #{blue}"
end