Methods

Class/Module Index [+]

Quicksearch

Scruffy::Themes::Keynote

Keynote theme, based on Apple's Keynote presentation software.

Color values used from Gruff’s default theme.

Public Class Methods

new() click to toggle source
# File lib/scruffy/themes.rb, line 61
def initialize
  super({  
          :background => [:black, '#4A465A'],
          :marker => :white, 
          :colors => %(#6886B4 #FDD84E #72AE6E #D1695E #8A6EAF #EFAA43 white)
         })
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.