weex-lrui
Version:
A Flyme Style UI library based on Weex for Creator.
27 lines (26 loc) • 413 B
JavaScript
export const THEME = {
blue: {
backgroundColor: '#269cfc'
},
limegreen: {
backgroundColor: '#58cc82'
},
seagreen: {
backgroundColor: '#2bcdd9'
},
gray: {
backgroundColor: '#8ca4ba'
},
crimson: {
backgroundColor: '#db674b'
},
firebrick: {
backgroundColor: '#fc474a'
},
tomato: {
backgroundColor: '#fc723f'
},
coral: {
backgroundColor: '#ffcd45'
}
};