2018-04-09 20:39:35 +02:00
|
|
|
const Colors = {
|
2018-05-10 22:18:18 +02:00
|
|
|
Black: '#000000',
|
|
|
|
ChannelGrey: '#9b9b9b',
|
|
|
|
DescriptionGrey: '#999999',
|
|
|
|
LbryGreen: '#40b89a',
|
|
|
|
LightGrey: '#cccccc',
|
2018-08-08 16:12:33 +02:00
|
|
|
LighterGrey: '#e5e5e5',
|
2018-05-10 23:10:12 +02:00
|
|
|
Orange: '#ffbb00',
|
2018-05-10 22:18:18 +02:00
|
|
|
Red: '#ff0000',
|
|
|
|
VeryLightGrey: '#f1f1f1',
|
|
|
|
White: '#ffffff'
|
2018-04-09 20:39:35 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
export default Colors;
|