Module: Iterm2mintty::Colorable
- Included in:
- ANSIColor, BGColor, CursorColor, FGColor
- Defined in:
- lib/iterm2mintty.rb
Instance Method Summary collapse
Instance Method Details
#blue ⇒ Object
68 69 70 |
# File 'lib/iterm2mintty.rb', line 68 def blue color.b end |
#green ⇒ Object
64 65 66 |
# File 'lib/iterm2mintty.rb', line 64 def green color.g end |
#red ⇒ Object
60 61 62 |
# File 'lib/iterm2mintty.rb', line 60 def red color.r end |