Sha256: 7a0e9dbb4c9c77f8ea059e05981776a82953fc7b7ea4aabbad1912625f0dbcb9

Contents?: true

Size: 969 Bytes

Versions: 17

Compression:

Stored size: 969 Bytes

Contents

// ==========================================================================
// Project:   Test
// Copyright: @2011 My Company, Inc.
// ==========================================================================
/*globals Test */

// This is the theme that defines how your app renders.
//
// Your app is given its own theme so it is easier and less
// messy for you to override specific things just for your
// app.
//
// You don't have to create the whole theme on your own, though:
// your app's theme is 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.
Test.Theme = SC.AceTheme.create({
  name: 'test'
});

// SproutCore needs to know that your app's theme exists
SC.Theme.addTheme(Test.Theme);

// Setting it as the default theme makes every pane SproutCore
// creates default to this theme unless otherwise specified.
SC.defaultTheme = 'test';

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.3.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.2 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.0 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.0.rc.3 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.0.rc.2 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.10.0.rc.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.9.2 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.9.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.9.0 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.8.2.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.8.1 lib/frameworks/sproutcore/apps/statechart_routing/theme.js
sproutcore-1.8.0 lib/frameworks/sproutcore/apps/statechart_routing/theme.js