Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import QtQuick 2.15
- QtObject {
- readonly property var colorMap: ({
- "nesdisk": "#817d00",
- "cps1": "#000a7e",
- "movies": "#050506",
- "cps2": "#006453",
- "cps3": "#005d02",
- "mastersystem": "#4d0d0c",
- "dreamcast": "#5c5c5c",
- "megadrive": "#20346d",
- "turbografxcd": "#6a3921",
- "electronicgames": "#247f00",
- "arcadia": "#625a43",
- "continueplaying": "#048d2f",
- "atari2600": "#4e3621",
- "studioii": "#7f7660",
- "quake": "#333d3d",
- "psx": "#ad5200",
- "3ds": "#003145",
- "n64": "#00613f",
- "saturn": "#033a74",
- "wonderswan": "#1f2319",
- "segapico": "#9c8e63",
- "3do-option2": "#706002",
- "intellivision": "#6e614f",
- "amstradcpc": "#305539",
- "thomsonmoto": "#1e1e1b",
- "3do": "#746305",
- "atarijaguar": "#2a0000",
- "steam": "#091734",
- "gp32": "#145040",
- "wii": "#4d4d4d",
- "sg1000": "#636363",
- "atari8bit": "#3f3428",
- "msx": "#010101",
- "favorite": "#8d023e",
- "history": "#8d023e",
- "psp": "#003952",
- "n64dd": "#002f1f",
- "amstradgx4000": "#56010f",
- "xbox360": "#093b09",
- "watara": "#3f571d",
- "gog": "#230037",
- "sega32x": "#530000",
- "satellaview": "#2e3131",
- "loopy": "#431f2e",
- "necpc98": "#534d46",
- "cavestory": "#141421",
- "rpgmaker": "#171b16",
- "gb": "#5c6a66",
- "tiger": "#62684d",
- "adventurevision": "#240200",
- "mame2003": "#025a98",
- "wonderswancolor": "#001a37",
- "vsmile": "#934d10",
- "videopac+": "#303032",
- "segacd": "#777777",
- "vircon32": "#29443a",
- "necpc8001": "#252326",
- "mame2010": "#025a98",
- "mame2003midway": "#025a98",
- "gamegear": "#324361",
- "amigacd32": "#5a2b1d",
- "tic80": "#1f5076",
- "sufamiturbo": "#282825",
- "arduboy": "#565456",
- "jagaurcd": "#2a0000",
- "snes": "#690900",
- "cassettevision": "#284214",
- "colecovision": "#1d1e1f",
- "xbox": "#093b09",
- "nes": "#7b3832",
- "ngp": "#3e3d49",
- "atarilynx": "#7a510e",
- "ds": "#383838",
- "naomi2": "#701d0b",
- "gba": "#101542",
- "pv1000": "#1b3a2f",
- "switch": "#551610",
- "atarist": "#31679a",
- "wasm4": "#2e4219",
- "pokemini": "#2a4219",
- "dos": "#601d73",
- "pcfx": "#af917a",
- "ngpc": "#5a7787",
- "lutris": "#ff8600",
- "creativision": "#412c05",
- "snkneogeo": "#807130",
- "gamecube-option2": "#261c3d",
- "gamecube": "#261c3d",
- "gamemaster": "#425621",
- "zx81": "#8a1f0c",
- "amiga": "#454743",
- "msx2": "#010101",
- "atari7800": "#D72A2A",
- "odyssey2": "#f57d24",
- "scummvm": "#026e1d",
- "doom": "#793900",
- "gbc": "#631f2e",
- "virtualboy": "#1b0607",
- "supergrafx": "#6a3921",
- "ports": "#ac3903",
- "vectrex": "#151414",
- "commodoreplus4": "#150d08",
- "naomi": "#701d0b",
- "superarcan": "#2b2b2b",
- "ps2": "#0a006a",
- "commodore64": "#2c251e",
- "channelf": "#2b1e19",
- "mame": "#025a98",
- "mrboom": "#3a211d",
- "atomiswave": "#692c19",
- "commodorecdtv": "#393a3d",
- "mame2000": "#025a98",
- "ps3": "#003384",
- "gc": "#2a3472",
- "ps4": "#121215",
- "commodorevic20": "#1d1b3b",
- "zxspectrum": "#8a1f0c",
- "commodorepet": "#258179",
- "ngcd": "#201f1a",
- "atari5200": "#292524",
- "mame2003plus": "#025a98",
- "fbneo": "#99512f",
- "leapster": "#384a1e",
- "lutro": "#412037",
- "lowres": "#743e03",
- "turbografx16": "#6a3921",
- "arcade": "#631f08",
- "wiiu": "#012f3d",
- "dsi": "#2a2a2a",
- "vita": "#02013b"
- })
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement