Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
update ionic default colors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 12, 2014
1 parent f940958 commit 08de34e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scss/ionic.app.scss
Expand Up @@ -6,12 +6,12 @@ For example, you might change some of the default colors:
$light: #fff !default;
$stable: #f8f8f8 !default;
$positive: #4a87ee !default;
$calm: #43cee6 !default;
$balanced: #66cc33 !default;
$energized: #f0b840 !default;
$assertive: #ef4e3a !default;
$royal: #8a6de9 !default;
$positive: #387ef5 !default;
$calm: #11c1f3 !default;
$balanced: #30d472 !default;
$energized: #ffc900 !default;
$assertive: #e74b4b !default;
$royal: #886aea !default;
$dark: #444 !default;
*/

Expand Down

0 comments on commit 08de34e

Please sign in to comment.