baryshok-react-native-material-kit
Version:
Bringing Material Design to React Native
40 lines (36 loc) • 848 B
JavaScript
/**
* Created by ywu on 15/7/16.
*/
module.exports = {
Red: '#FF5252',
Pink: '#FF4081',
Purple: '#9C27B0',
DeepPurple: '#673AB7',
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: 'transparent',
Silver: '#EAEAEA', // opacity plain button background
// RGB values
RGBIndigo: '63,81,181',
RGBPink: '255,64,129',
RGBPurple: '156,39,176',
RGBTeal: '0,150,136',
// MDL palette (subset)
palette_blue_400: 'rgb(66,165,245)',
palette_red_500: 'rgb(244,67,54)',
palette_yellow_600: 'rgb(253,216,53)',
palette_green_500: 'rgb(76,175,80)',
};