Class: Iterm2mintty::Iterm2Theme

Inherits:
Theme
  • Object
show all
Defined in:
lib/iterm2mintty/iterm2_theme.rb

Instance Attribute Summary

Attributes inherited from Theme

#components

Instance Method Summary collapse

Methods inherited from Theme

#initialize

Constructor Details

This class inherits a constructor from Iterm2mintty::Theme

Instance Method Details

#from_source(itermcolors) ⇒ Object



6
7
8
9
# File 'lib/iterm2mintty/iterm2_theme.rb', line 6

def from_source(itermcolors)
  @components = Iterm2ThemeParser.new(itermcolors).build
  self
end