# File gglib/ext/themes.rb, line 113
  def initialize
    font = ThemeFontGroup.new( 
                Gosu::Font.new($window, Gosu::default_font_name, 17), 
                Gosu::Font.new($window, Gosu::default_font_name, 25), 
                Gosu::Font.new($window, Gosu::default_font_name, 20), 
                0xff000000, 
                0xff848484
              )
    super("Rubygoo.Generic", font)
  end