Restored hex values

This commit is contained in:
Roman Cervantes 2019-09-11 12:14:43 -07:00
parent 6f0cf92980
commit eef1e08a9d

View file

@ -4,11 +4,13 @@ export default [
{ {
name: 'Nintendo Switch', name: 'Nintendo Switch',
code: 'nintendo-switch', code: 'nintendo-switch',
hex: '#e60012',
id: 130, id: 130,
}, },
{ {
name: 'PlayStation 4', name: 'PlayStation 4',
code: 'ps4', code: 'ps4',
hex: '#2E6DB4',
id: 48, id: 48,
}, },
{ {
@ -25,15 +27,18 @@ export default [
name: 'Steam', name: 'Steam',
code: 'steam', code: 'steam',
id: 92, id: 92,
hex: '#171a21',
}, },
{ {
name: 'NES', name: 'NES',
code: 'nes', code: 'nes',
hex: '#FFFFFF',
id: 18, id: 18,
}, },
{ {
name: 'Wii', name: 'Wii',
code: 'wii', code: 'wii',
hex: '#FFFFFF',
id: 5, id: 5,
}, },
{ {
@ -44,16 +49,19 @@ export default [
{ {
name: 'Playstation', name: 'Playstation',
code: 'ps', code: 'ps',
hex: '#fff',
id: 7, id: 7,
}, },
{ {
name: 'Playstation 2', name: 'Playstation 2',
code: 'ps2', code: 'ps2',
hex: '#fff',
id: 8, id: 8,
}, },
{ {
name: 'Playstation 3', name: 'Playstation 3',
code: 'ps3', code: 'ps3',
hex: '#fff',
id: 9, id: 9,
}, },
{ {
@ -95,6 +103,7 @@ export default [
name: 'Commodore C64/128', name: 'Commodore C64/128',
code: 'commodore-64', code: 'commodore-64',
id: 15, id: 15,
hex: '#6F685F',
}, },
{ {
name: 'Amiga', name: 'Amiga',
@ -222,6 +231,7 @@ export default [
name: 'ColecoVision', name: 'ColecoVision',
code: 'colecovision', code: 'colecovision',
id: 68, id: 68,
hex: '#000',
}, },
{ {
name: 'Vectrex', name: 'Vectrex',
@ -236,11 +246,13 @@ export default [
{ {
name: 'Apple II', name: 'Apple II',
code: 'apple-2', code: 'apple-2',
hex: '#fff',
id: 75, id: 75,
}, },
{ {
name: 'Sega CD', name: 'Sega CD',
code: 'sega-cd', code: 'sega-cd',
hex: '#000',
id: 78, id: 78,
}, },
{ {
@ -300,6 +312,7 @@ export default [
{ {
name: 'Turbografx-16/PC Engine CD', name: 'Turbografx-16/PC Engine CD',
code: 'turbografx-16', code: 'turbografx-16',
hex: '#000',
id: 150, id: 150,
}, },
]; ];