eduardomoroni/mtgx

View on GitHub
src/constants/theme/colors.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow

export default {
  background: 'white',
  clear: 'rgba(0,0,0,0)',
  facebook: '#3b5998',
  white: 'white',
  transparent: 'rgba(0,0,0,0)',
  silver: '#F7F7F7',
  steel: '#CCCCCC',
  error: 'rgba(200, 0, 0, 0.8)',
  ricePaper: 'rgba(255,255,255, 0.75)',
  frost: '#D8D8D8',
  cloud: 'rgba(200,200,200, 0.35)',
  windowTint: 'rgba(0, 0, 0, 0.4)',
  panther: '#161616',
  charcoal: '#595959',
  coal: '#2d2d2d',
  grey: 'grey',
  bloodOrange: '#fb5f26',
  snow: 'white',
  ember: 'rgba(164, 0, 48, 0.5)',
  fire: '#e73536',
  drawer: 'rgba(30, 30, 29, 0.95)',
  black: '#000000',
  mtgWhite: '#F0F2C0',
  mtgBlue: '#B5CDE3',
  mtgBlack: '#ACA29A',
  mtgRed: '#DB8664',
  mtgGreen: '#93B483',
  mtgOtherCosts: '#BEB9B2'
}