~chris.gagnon/ubuntu-calendar-app/fix_1293489

« back to all changes in this revision

Viewing changes to colorUtils.js

  • Committer: Frank Mertens
  • Date: 2013-03-05 01:34:58 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: frank@cyblogic.de-20130305013458-rpsxz7p4tz9d8epw
Added methods for stepping days.

Also: introduced colorUtils.js as a central place to keep colors

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.pragma library
 
2
 
 
3
// colors for custom widgets
 
4
// see: http://design.ubuntu.com/brand/colour-palette
 
5
 
 
6
var ubuntuOrange = "#DD4814"
 
7
var canonicalAubergine = "#772953"
 
8
var lightAubergine = "#77216F"
 
9
var warmGrey = "#AEA79F"
 
10
var coolGrey = "#333333"