Class: CTioga::Themes::PastelTheme
- Inherits:
-
ClassicalTheme
- Object
- BaseTheme
- ClassicalTheme
- CTioga::Themes::PastelTheme
- 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
Instance Attribute Summary
Attributes inherited from ClassicalTheme
Instance Method Summary collapse
- #cmdline_extra_args ⇒ Object
-
#initialize ⇒ PastelTheme
constructor
A new instance of PastelTheme.
Methods inherited from ClassicalTheme
#choose_set, #next_curve_style
Methods inherited from BaseTheme
#bod_hook, #choose_set, inherited, #next_curve_style
Constructor Details
#initialize ⇒ PastelTheme
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_args ⇒ Object
74 75 76 |
# File 'lib/CTioga/themes/classical.rb', line 74 def cmdline_extra_args return ["--background", "FloralWhite"] end |