Sha256: ef2c1dd4a16980ace088e906d24415dad85210080a73c8b17e033e567b814a21

Contents?: true

Size: 935 Bytes

Versions: 13

Compression:

Stored size: 935 Bytes

Contents

// ==========================================================================
// Project:   <%= namespace %>
// Copyright: ©<%= Time.now.year %> My Company, Inc.
// ==========================================================================
/*globals <%= namespace %> */

// This is the JavaScript representation of your theme.
//
// You don't have to create the whole theme on your own, though:
// this theme is currently based on SproutCore's Ace theme.
//
// NOTE: if you want to change the theme this one is based on, don't
// forget to change the :css_theme property in your buildfile.
<%= namespace %> = SC.AceTheme.create({
  name: '<%= css_name %>'
});

// To let apps use your theme, SproutCore must know where to find it.
SC.Theme.addTheme(<%= namespace %>);

// You do not need to set it as a default theme. Apps should set the
// SC.defaultTheme variable. Usually, apps will create their own theme
// and base it on yours.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sproutcore-1.6.0.beta.3-x86-mingw32 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.3-java lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.3 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.2-x86-mingw32 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.2-java lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.2 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.6.0.beta.1 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0-java lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0.rc.2 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0.rc.1 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0.pre.5 lib/gen/theme/templates/themes/@target_name@/theme.js
sproutcore-1.5.0.pre.4.1 lib/gen/theme/templates/themes/@target_name@/theme.js