lib/puer/config.rb in puer-0.0.3 vs lib/puer/config.rb in puer-0.0.4

- old
+ new

@@ -20,11 +20,11 @@ # bool(:output) # Where '0' gives {:output => false} and '1' gives {:output => true} # lookup(:output, {'yes' => true, 'no' => false}) # color(:output) # font(:output) # vextor(:x, :y) # Where '{1, 2}' => {:x => 1, :y => 2} -properties 'backgroundColor' => color(:backgroundColor), - 'font' => font(:font), +# properties 'backgroundColor' => color(:backgroundColor), +properties 'font' => font(:font), 'frameOrigin' => vector(:top, :bottom), 'frameSize' => vector(:height, :width), - 'text' => val(:text), - 'textColor' => color(:color) + 'text' => val(:text) + #'textColor' => color(:color)