react-native-material-kit
Version:
Bringing Material Design to React Native
33 lines (30 loc) • 631 B
JavaScript
/**
* Created by ywu on 15/7/16.
*/
module.exports = {
//Red: '#F44336',
//Pink: '#E91E63',
Red: '#FF5252',
Pink: '#FF4081',
Purple: '#9C27B0',
DeepPurple: '#67AB7',
Indigo: '#3F51B5',
Blue: '#2196F3',
LightBlue: '#03A9F4',
Cyan: '#00BCD4',
Teal: '#009688',
Green: '#4CAF50',
LightGreen: '#8BC34A',
Lime: '#CDDC39',
Yellow: '#FFEB3B',
Amber: '#FFC107',
Orange: '#FF9800',
DeepOrange: '#FF5722',
Brown: '#795548',
Grey: '#9E9E9E',
BlueGrey: '#607D8B',
Transparent: 'rgba(0,0,0,0)',
Silver: '#EAEAEA', // opacity plain button background
// RGB values
RGBIndigo: '63,81,181',
};