Class: Scruffy::Themes::Keynote
Overview
Keynote theme, based on Apple’s Keynote presentation software.
Color values used from Gruff’s default theme.
Instance Attribute Summary
Attributes inherited from Base
#background, #colors, #font_family, #legend_font_size, #marker, #marker_font_size, #outlines, #title_font_size
Instance Method Summary collapse
-
#initialize ⇒ Keynote
constructor
A new instance of Keynote.
Methods inherited from Base
#darken, #lighten, #next_color, #next_outline
Constructor Details
#initialize ⇒ Keynote
Returns a new instance of Keynote.
95 96 97 98 99 100 101 |
# File 'lib/scruffy/themes.rb', line 95 def initialize super({ :background => [:black, '#4A465A'], :marker => :white, :colors => %w(#6886B4 #FDD84E #72AE6E #D1695E #8A6EAF #EFAA43 white) }) end |