/*   
Theme Name: Fast Blog
Scheme Name: Bright Blue
*/

//-----------------------------------------------------------------------------

scheme = {
  colors: {
    submit: '#909090',
    gradient: {
      primary: '-linear-gradient(0.2=#545454, 0.8=#303030)',
      secondary: '-linear-gradient(0.2=#6ee1fe, 0.8=#56b9f8)'
    }
  },
  mediaplayer: {
    backcolor: 'f9f9f9',
    frontcolor: '29a3eb'
  }
};
