Class: CTioga::Themes::PastelTheme

Inherits:
ClassicalTheme show all
Defined in:
lib/CTioga/themes/classical.rb

Overview

Some pastel colors… Just a demonstration of what you can actually do.

Constant Summary

Constants inherited from BaseTheme

BaseTheme::THEMES

Instance Attribute Summary

Attributes inherited from ClassicalTheme

#sets

Instance Method Summary collapse

Methods inherited from ClassicalTheme

#choose_set, #next_curve_style

Methods inherited from BaseTheme

#bod_hook, #choose_set, inherited, #next_curve_style

Constructor Details

#initializePastelTheme

Returns a new instance of PastelTheme.



70
71
72
# File 'lib/CTioga/themes/classical.rb', line 70

def initialize
  super('pastel1')
end

Instance Method Details

#cmdline_extra_argsObject



74
75
76
# File 'lib/CTioga/themes/classical.rb', line 74

def cmdline_extra_args
  return ["--background", "FloralWhite"]
end