UNPKG

react-native-xenon

Version:

A powerful in-app debugging tool for React Native.

15 lines (13 loc) 260 B
const colors = Object.freeze({ black: '#0a0a0a', red: '#ff6467', green: '#05df72', blue: '#51a2ff', yellow: '#fcc800', cyan: '#00d3f2', purple: '#a684ff', gray: '#a1a1a1', lightGray: '#e5e5e5', white: '#ffffff', }); export default colors;