From eef1e08a9db2cdf585f6784b538fe6d7117b8c43 Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Wed, 11 Sep 2019 12:14:43 -0700 Subject: [PATCH] Restored hex values --- src/platforms.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/platforms.js b/src/platforms.js index 07070680..55f60a31 100755 --- a/src/platforms.js +++ b/src/platforms.js @@ -4,11 +4,13 @@ export default [ { name: 'Nintendo Switch', code: 'nintendo-switch', + hex: '#e60012', id: 130, }, { name: 'PlayStation 4', code: 'ps4', + hex: '#2E6DB4', id: 48, }, { @@ -25,15 +27,18 @@ export default [ name: 'Steam', code: 'steam', id: 92, + hex: '#171a21', }, { name: 'NES', code: 'nes', + hex: '#FFFFFF', id: 18, }, { name: 'Wii', code: 'wii', + hex: '#FFFFFF', id: 5, }, { @@ -44,16 +49,19 @@ export default [ { name: 'Playstation', code: 'ps', + hex: '#fff', id: 7, }, { name: 'Playstation 2', code: 'ps2', + hex: '#fff', id: 8, }, { name: 'Playstation 3', code: 'ps3', + hex: '#fff', id: 9, }, { @@ -95,6 +103,7 @@ export default [ name: 'Commodore C64/128', code: 'commodore-64', id: 15, + hex: '#6F685F', }, { name: 'Amiga', @@ -222,6 +231,7 @@ export default [ name: 'ColecoVision', code: 'colecovision', id: 68, + hex: '#000', }, { name: 'Vectrex', @@ -236,11 +246,13 @@ export default [ { name: 'Apple II', code: 'apple-2', + hex: '#fff', id: 75, }, { name: 'Sega CD', code: 'sega-cd', + hex: '#000', id: 78, }, { @@ -300,6 +312,7 @@ export default [ { name: 'Turbografx-16/PC Engine CD', code: 'turbografx-16', + hex: '#000', id: 150, }, ];