2018-04-09 20:39:35 +02:00
|
|
|
const Colors = {
|
2018-05-10 22:18:18 +02:00
|
|
|
Black: '#000000',
|
|
|
|
ChannelGrey: '#9b9b9b',
|
2018-08-08 17:22:56 +02:00
|
|
|
DarkGrey: '#555555',
|
2018-05-10 22:18:18 +02:00
|
|
|
DescriptionGrey: '#999999',
|
|
|
|
LbryGreen: '#40b89a',
|
2018-08-24 12:10:30 +02:00
|
|
|
BrighterLbryGreen: '#40b887',
|
2018-05-10 22:18:18 +02:00
|
|
|
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',
|
2018-09-03 04:00:54 +02:00
|
|
|
White: '#ffffff',
|
|
|
|
|
|
|
|
StatsAudio: '#f6a637',
|
|
|
|
StatsImage: '#ff4a7d',
|
|
|
|
StatsOther: '#26bcf7'
|
2018-04-09 20:39:35 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
export default Colors;
|