import type { TerminalTheme } from '../../../domain/models'; // Embedded system theme presets. export const systemPresetTerminalThemes: TerminalTheme[] = [ { id: "system-a-cup-of-coffee-light", name: "A cup of coffee Light", type: "light", colors: { background: "#fbfbfb", foreground: "#000000", cursor: "#0451a5", selection: "#c0d2e6", black: "#000000", red: "#cd3131", green: "#00bc00", yellow: "#949800", blue: "#0451a5", magenta: "#bc05bc", cyan: "#0598bc", white: "#555555", brightBlack: "#666666", brightRed: "#cd3131", brightGreen: "#14ce14", brightYellow: "#b5ba00", brightBlue: "#0451a5", brightMagenta: "#bc05bc", brightCyan: "#0598bc", brightWhite: "#a5a5a5", }, }, { id: "system-a-cup-of-coffee-dark", name: "A cup of coffee Dark", type: "dark", colors: { background: "#1e1e1e", foreground: "#bebebe", cursor: "#e5e510", selection: "#626219", black: "#929292", red: "#cd3131", green: "#0dbc79", yellow: "#e5e510", blue: "#2472c8", magenta: "#bc3fbc", cyan: "#11a8cd", white: "#e5e5e5", brightBlack: "#666666", brightRed: "#f14c4c", brightGreen: "#23d18b", brightYellow: "#f5f543", brightBlue: "#3b8eea", brightMagenta: "#d670d6", brightCyan: "#29b8db", brightWhite: "#e5e5e5", }, }, { id: "system-abolkog-light", name: "ABOLKOG Light", type: "light", colors: { background: "#ffffff", foreground: "#24292e", cursor: "#ebcb8b", selection: "#faf3e3", black: "#3b4252", red: "#bf616a", green: "#a3be8c", yellow: "#ebcb8b", blue: "#81a1c1", magenta: "#b48ead", cyan: "#88c0d0", white: "#e5e9f0", brightBlack: "#4c566a", brightRed: "#bf616a", brightGreen: "#a3be8c", brightYellow: "#ebcb8b", brightBlue: "#81a1c1", brightMagenta: "#b48ead", brightCyan: "#8fbcbb", brightWhite: "#eceff4", }, }, { id: "system-abolkog-dark", name: "ABOLKOG Dark", type: "dark", colors: { background: "#282c34", foreground: "#d8dee9", cursor: "#ebcb8b", selection: "#6a6252", black: "#3b4252", red: "#bf616a", green: "#a3be8c", yellow: "#ebcb8b", blue: "#81a1c1", magenta: "#b48ead", cyan: "#88c0d0", white: "#e5e9f0", brightBlack: "#4c566a", brightRed: "#bf616a", brightGreen: "#a3be8c", brightYellow: "#ebcb8b", brightBlue: "#81a1c1", brightMagenta: "#b48ead", brightCyan: "#8fbcbb", brightWhite: "#eceff4", }, }, { id: "system-aurora-light", name: "Aurora Light", type: "light", colors: { background: "#fdf5de", foreground: "#4a3200", cursor: "#007060", selection: "#c0d5c0", black: "#2a2d38", red: "#b80038", green: "#3a7a20", yellow: "#8a6000", blue: "#2040c8", magenta: "#b82c1c", cyan: "#007060", white: "#7015b0", brightBlack: "#4c505e", brightRed: "#d0104c", brightGreen: "#4a9c30", brightYellow: "#a07800", brightBlue: "#007060", brightMagenta: "#c43828", brightCyan: "#007060", brightWhite: "#9028d0", }, }, { id: "system-aurora-dark", name: "Aurora Dark", type: "dark", colors: { background: "#23262e", foreground: "#ffca28", cursor: "#03d6b8", selection: "#18625d", black: "#23262e", red: "#f0266f", green: "#8fd46d", yellow: "#ffe66d", blue: "#4f6ef7", magenta: "#ee5d43", cyan: "#03d6b8", white: "#c74ded", brightBlack: "#4f545e", brightRed: "#f92672", brightGreen: "#8fd46d", brightYellow: "#ffe66d", brightBlue: "#6680ff", brightMagenta: "#ee5d43", brightCyan: "#03d6b8", brightWhite: "#c74ded", }, }, { id: "system-ayu-light", name: "Ayu Light", type: "light", colors: { background: "#f8f9fa", foreground: "#5c6166", cursor: "#86b300", selection: "#dde8be", black: "#86878c", red: "#f07171", green: "#86b300", yellow: "#eba400", blue: "#22a4e6", magenta: "#a37acc", cyan: "#4cbf99", white: "#adaeb1", brightBlack: "#939498", brightRed: "#f07171", brightGreen: "#86b300", brightYellow: "#eba400", brightBlue: "#22a4e6", brightMagenta: "#a37acc", brightCyan: "#4cbf99", brightWhite: "#c5c5c8", }, }, { id: "system-ayu-dark", name: "Ayu Dark", type: "dark", colors: { background: "#1f2430", foreground: "#cccac2", cursor: "#d09ffd", selection: "#5b4e76", black: "#0a0000", red: "#f06b5c", green: "#bfe76d", yellow: "#e6b752", blue: "#3bbbf4", magenta: "#d09ffd", cyan: "#84ceb5", white: "#d2d6dc", brightBlack: "#0a0000", brightRed: "#f39184", brightGreen: "#d5ff80", brightYellow: "#ffcd66", brightBlue: "#73d0ff", brightMagenta: "#dfbfff", brightCyan: "#95e6cb", brightWhite: "#e3e6ea", }, }, { id: "system-base16-flat-light", name: "Base16 Flat Light", type: "light", colors: { background: "#ecf0f1", foreground: "#7f8c8d", cursor: "#3498db", selection: "#c0dbec", black: "#e0e0e0", red: "#e74c3c", green: "#2ecc71", yellow: "#e67e22", blue: "#3498db", magenta: "#9b59b6", cyan: "#1abc9c", white: "#34495e", brightBlack: "#bdc3c7", brightRed: "#e74c3c", brightGreen: "#2ecc71", brightYellow: "#f1c40f", brightBlue: "#3498db", brightMagenta: "#9b59b6", brightCyan: "#1abc9c", brightWhite: "#2c3e50", }, }, { id: "system-base16-flat-dark", name: "Base16 Flat Dark", type: "dark", colors: { background: "#2c3e50", foreground: "#e0e0e0", cursor: "#1abc9c", selection: "#26696a", black: "#7f8c8d", red: "#e74c3c", green: "#2ecc71", yellow: "#e67e22", blue: "#3498db", magenta: "#9b59b6", cyan: "#1abc9c", white: "#f5f5f5", brightBlack: "#95a5a6", brightRed: "#e74c3c", brightGreen: "#2ecc71", brightYellow: "#f1c40f", brightBlue: "#3498db", brightMagenta: "#9b59b6", brightCyan: "#1abc9c", brightWhite: "#ecf0f1", }, }, { id: "system-base16-mocha-light", name: "Base16 Mocha Light", type: "light", colors: { background: "#f5eeeb", foreground: "#645240", cursor: "#d28b71", selection: "#edd6ce", black: "#d0c8c6", red: "#cb6077", green: "#beb55b", yellow: "#d28b71", blue: "#8ab3b5", magenta: "#a89bb9", cyan: "#7bbda4", white: "#534636", brightBlack: "#b8afad", brightRed: "#cb6077", brightGreen: "#beb55b", brightYellow: "#f4bc87", brightBlue: "#8ab3b5", brightMagenta: "#a89bb9", brightCyan: "#7bbda4", brightWhite: "#3b3228", }, }, { id: "system-base16-mocha-dark", name: "Base16 Mocha Dark", type: "dark", colors: { background: "#3b3228", foreground: "#d0c8c6", cursor: "#d28b71", selection: "#6e5041", black: "#645240", red: "#cb6077", green: "#beb55b", yellow: "#d28b71", blue: "#8ab3b5", magenta: "#a89bb9", cyan: "#7bbda4", white: "#e9e1dd", brightBlack: "#7e705a", brightRed: "#cb6077", brightGreen: "#beb55b", brightYellow: "#f4bc87", brightBlue: "#8ab3b5", brightMagenta: "#a89bb9", brightCyan: "#7bbda4", brightWhite: "#f5eeeb", }, }, { id: "system-blue-dolphin-light", name: "Blue Dolphin Light", type: "light", colors: { background: "#eaf3f6", foreground: "#0d343f", cursor: "#006080", selection: "#b2d0da", black: "#1a2030", red: "#b82838", green: "#1a6828", yellow: "#7a5800", blue: "#1a58a0", magenta: "#6028a0", cyan: "#006080", white: "#383838", brightBlack: "#485870", brightRed: "#d03040", brightGreen: "#1a8038", brightYellow: "#9a7000", brightBlue: "#2070c0", brightMagenta: "#7038b8", brightCyan: "#008098", brightWhite: "#606060", }, }, { id: "system-blue-dolphin-dark", name: "Blue Dolphin Dark", type: "dark", colors: { background: "#006984", foreground: "#c5f2ff", cursor: "#aac8ff", selection: "#3a89ae", black: "#292d3e", red: "#ff8288", green: "#b4e88d", yellow: "#f4d69f", blue: "#aac8ff", magenta: "#d8a8ff", cyan: "#89ebff", white: "#d0d0d0", brightBlack: "#838798", brightRed: "#ff8b92", brightGreen: "#ddffa7", brightYellow: "#ffe585", brightBlue: "#c0d8ff", brightMagenta: "#e8c0ff", brightCyan: "#a3f7ff", brightWhite: "#ffffff", }, }, { id: "system-calm-days-sober-nights-sky-light", name: "Calm Days, Sober Nights Sky Light", type: "light", colors: { background: "#ffffff", foreground: "#687082", cursor: "#00b342", selection: "#c2edd2", black: "#000000", red: "#eb6c81", green: "#00b342", yellow: "#edc045", blue: "#2ea0d1", magenta: "#b375c7", cyan: "#46acba", white: "#c5cde0", brightBlack: "#929bb0", brightRed: "#f07186", brightGreen: "#00b342", brightYellow: "#f2c549", brightBlue: "#36a6d6", brightMagenta: "#b87acc", brightCyan: "#4cb2bf", brightWhite: "#dae1f0", }, }, { id: "system-calm-days-sober-nights-sky-dark", name: "Calm Days, Sober Nights Sky Dark", type: "dark", colors: { background: "#192030", foreground: "#d3dae8", cursor: "#6ed0fa", selection: "#365c75", black: "#000000", red: "#ed7480", green: "#70cc92", yellow: "#f2d988", blue: "#6ed0fa", magenta: "#eab9fa", cyan: "#90d7e0", white: "#d2ddfa", brightBlack: "#63708c", brightRed: "#f27985", brightGreen: "#70cc92", brightYellow: "#f7dd8d", brightBlue: "#73d5ff", brightMagenta: "#efbfff", brightCyan: "#95dde6", brightWhite: "#ffffff", }, }, { id: "system-catppuccin-light", name: "Catppuccin Light", type: "light", colors: { background: "#eff1f5", foreground: "#4c4f69", cursor: "#1e66f5", selection: "#bdd0f5", black: "#5c5f77", red: "#d20f39", green: "#40a02b", yellow: "#df8e1d", blue: "#1e66f5", magenta: "#ea76cb", cyan: "#179299", white: "#acb0be", brightBlack: "#6c6f85", brightRed: "#d20f39", brightGreen: "#40a02b", brightYellow: "#df8e1d", brightBlue: "#1e66f5", brightMagenta: "#ea76cb", brightCyan: "#179299", brightWhite: "#bcc0cc", }, }, { id: "system-catppuccin-dark", name: "Catppuccin Dark", type: "dark", colors: { background: "#303446", foreground: "#c6d0f5", cursor: "#f4b8e4", selection: "#73617c", black: "#51576d", red: "#e78284", green: "#a6d189", yellow: "#e5c890", blue: "#8caaee", magenta: "#f4b8e4", cyan: "#81c8be", white: "#a5adce", brightBlack: "#626880", brightRed: "#e78284", brightGreen: "#a6d189", brightYellow: "#e5c890", brightBlue: "#8caaee", brightMagenta: "#f4b8e4", brightCyan: "#81c8be", brightWhite: "#b5bfe2", }, }, { id: "system-chai-light", name: "Chai Light", type: "light", colors: { background: "#f7f7f7", foreground: "#383a42", cursor: "#823ef0", selection: "#dbcbf5", black: "#373a41", red: "#d52652", green: "#239749", yellow: "#df621b", blue: "#275fe4", magenta: "#823ef0", cyan: "#26608c", white: "#b9bac1", brightBlack: "#676a77", brightRed: "#ff637f", brightGreen: "#3cbc66", brightYellow: "#c5a231", brightBlue: "#0099e0", brightMagenta: "#ce32c0", brightCyan: "#6d92ba", brightWhite: "#d3d3d3", }, }, { id: "system-chai-dark", name: "Chai Dark", type: "dark", colors: { background: "#010107", foreground: "#becfda", cursor: "#49ace9", selection: "#193b54", black: "#28353e", red: "#e66533", green: "#49e9a6", yellow: "#e4b781", blue: "#49ace9", magenta: "#df769b", cyan: "#49d6e9", white: "#aec3d0", brightBlack: "#475e6c", brightRed: "#e97749", brightGreen: "#60ebb1", brightYellow: "#e69533", brightBlue: "#60b6eb", brightMagenta: "#e798b3", brightCyan: "#60dbeb", brightWhite: "#becfda", }, }, { id: "system-chinolor-light", name: "Chinolor Light", type: "light", colors: { background: "#f8f4ed", foreground: "#2b312c", cursor: "#7a6200", selection: "#dad1b4", black: "#000000", red: "#ee3f4d", green: "#96c24e", yellow: "#7a6200", blue: "#619ac3", magenta: "#d276a3", cyan: "#57c3c2", white: "#e4dfd7", brightBlack: "#2b312c", brightRed: "#ee3f4d", brightGreen: "#41ae3c", brightYellow: "#b78d12", brightBlue: "#619ac3", brightMagenta: "#cc5595", brightCyan: "#12aa9c", brightWhite: "#f8f4ed", }, }, { id: "system-chinolor-dark", name: "Chinolor Dark", type: "dark", colors: { background: "#2b312c", foreground: "#e4dfd7", cursor: "#f9d367", selection: "#716840", black: "#000000", red: "#ee3f4d", green: "#96c24e", yellow: "#f9d367", blue: "#619ac3", magenta: "#d276a3", cyan: "#57c3c2", white: "#e4dfd7", brightBlack: "#8a988e", brightRed: "#ee3f4d", brightGreen: "#41ae3c", brightYellow: "#b78d12", brightBlue: "#619ac3", brightMagenta: "#cc5595", brightCyan: "#12aa9c", brightWhite: "#f8f4ed", }, }, { id: "system-cyberdyne-light", name: "Cyberdyne Light", type: "light", colors: { background: "#edecf3", foreground: "#0a3824", cursor: "#0048a0", selection: "#b4c5df", black: "#080808", red: "#b83018", green: "#006838", yellow: "#786000", blue: "#0048a0", magenta: "#8050b0", cyan: "#008068", white: "#484848", brightBlack: "#404040", brightRed: "#d85038", brightGreen: "#308040", brightYellow: "#987828", brightBlue: "#4880c8", brightMagenta: "#a060c0", brightCyan: "#50a090", brightWhite: "#787878", }, }, { id: "system-cyberdyne-dark", name: "Cyberdyne Dark", type: "dark", colors: { background: "#151144", foreground: "#00ff92", cursor: "#ff90fe", selection: "#653c83", black: "#080808", red: "#ff8373", green: "#00c172", yellow: "#d2a700", blue: "#0071cf", magenta: "#ff90fe", cyan: "#6bffdd", white: "#f1f1f1", brightBlack: "#474747", brightRed: "#ffc4be", brightGreen: "#d6fcba", brightYellow: "#fffed5", brightBlue: "#c2e3ff", brightMagenta: "#ffb2fe", brightCyan: "#e6e7fe", brightWhite: "#ffffff", }, }, { id: "system-desert-light", name: "Desert Light", type: "light", colors: { background: "#f3f0ec", foreground: "#59300d", cursor: "#006830", selection: "#b9cfbf", black: "#3c3c3c", red: "#b80000", green: "#006830", yellow: "#6a5800", blue: "#6a3c18", magenta: "#886020", cyan: "#885050", white: "#585438", brightBlack: "#585858", brightRed: "#bb2222", brightGreen: "#005a00", brightYellow: "#666600", brightBlue: "#3870a0", brightMagenta: "#880088", brightCyan: "#909000", brightWhite: "#707070", }, }, { id: "system-desert-dark", name: "Desert Dark", type: "dark", colors: { background: "#333333", foreground: "#ffffff", cursor: "#ffdead", selection: "#786d5c", black: "#4d4d4d", red: "#ff2b2b", green: "#98fb98", yellow: "#f0e68c", blue: "#cd853f", magenta: "#ffdead", cyan: "#ffa0a0", white: "#f5deb3", brightBlack: "#626262", brightRed: "#ff5555", brightGreen: "#55ff55", brightYellow: "#ffff55", brightBlue: "#87ceff", brightMagenta: "#ff55ff", brightCyan: "#ffd700", brightWhite: "#ffffff", }, }, { id: "system-django-reborn-again-light", name: "Django Reborn Again Light", type: "light", colors: { background: "#ecf4f0", foreground: "#143829", cursor: "#7a6800", selection: "#d1d2b6", black: "#181818", red: "#b84000", green: "#1a5818", yellow: "#7a6800", blue: "#1a3820", magenta: "#484848", cyan: "#1a6020", white: "#383838", brightBlack: "#3c3c3c", brightRed: "#c86020", brightGreen: "#1a7818", brightYellow: "#9a8800", brightBlue: "#305848", brightMagenta: "#686868", brightCyan: "#1a8028", brightWhite: "#585858", }, }, { id: "system-django-reborn-again-dark", name: "Django Reborn Again Dark", type: "dark", colors: { background: "#051f14", foreground: "#dadedc", cursor: "#ffe862", selection: "#5a632f", black: "#000000", red: "#fd6209", green: "#5dba5a", yellow: "#ffe862", blue: "#3d7a60", magenta: "#f8f8f8", cyan: "#9df39f", white: "#ffffff", brightBlack: "#4c4c4c", brightRed: "#ff943b", brightGreen: "#73da70", brightYellow: "#ffff94", brightBlue: "#568264", brightMagenta: "#ffffff", brightCyan: "#cfffd1", brightWhite: "#ffffff", }, }, { id: "system-espresso-light", name: "Espresso Light", type: "light", colors: { background: "#f0eee7", foreground: "#1b3c3c", cursor: "#4a6670", selection: "#c8cdca", black: "#213535", red: "#9e5a5a", green: "#6b7d5e", yellow: "#8b7355", blue: "#4a6670", magenta: "#7a6b7a", cyan: "#4a7a75", white: "#e8e6df", brightBlack: "#6b6b65", brightRed: "#b86b6b", brightGreen: "#7a8e6d", brightYellow: "#a08560", brightBlue: "#5a7a85", brightMagenta: "#8e7d8e", brightCyan: "#5a8e88", brightWhite: "#f5f3ec", }, }, { id: "system-espresso-dark", name: "Espresso Dark", type: "dark", colors: { background: "#1e1714", foreground: "#d4c4b0", cursor: "#e8c878", selection: "#635336", black: "#2a211a", red: "#e88878", green: "#a4c484", yellow: "#e8c878", blue: "#88b4d4", magenta: "#c4a4dd", cyan: "#8ac4c4", white: "#d4c4b0", brightBlack: "#6a5a48", brightRed: "#ffaa98", brightGreen: "#c4e4a4", brightYellow: "#ffe898", brightBlue: "#a8d4f4", brightMagenta: "#e4c4ff", brightCyan: "#aae4e4", brightWhite: "#faf4e8", }, }, { id: "system-eyehealth-light", name: "EyeHealth Light", type: "light", colors: { background: "#fffae8", foreground: "#8d634a", cursor: "#ff9800", selection: "#ffe2b0", black: "#434a54", red: "#da4453", green: "#37bc9b", yellow: "#ff9800", blue: "#4a89dc", magenta: "#d770ad", cyan: "#3bafda", white: "#8cc152", brightBlack: "#656d78", brightRed: "#ed5565", brightGreen: "#48cfad", brightYellow: "#ffb74d", brightBlue: "#5d9cec", brightMagenta: "#ec87c0", brightCyan: "#4fc1e9", brightWhite: "#a0d468", }, }, { id: "system-eyehealth-dark", name: "EyeHealth Dark", type: "dark", colors: { background: "#424242", foreground: "#ffffff", cursor: "#ff9800", selection: "#825f2c", black: "#e6e9ed", red: "#da4453", green: "#37bc9b", yellow: "#ff9800", blue: "#4a89dc", magenta: "#d770ad", cyan: "#3bafda", white: "#8cc152", brightBlack: "#f5f7fa", brightRed: "#ed5565", brightGreen: "#48cfad", brightYellow: "#ffb74d", brightBlue: "#5d9cec", brightMagenta: "#ec87c0", brightCyan: "#4fc1e9", brightWhite: "#a0d468", }, }, { id: "system-flexoki-light", name: "Flexoki Light", type: "light", colors: { background: "#fffcf0", foreground: "#100f0f", cursor: "#ad8301", selection: "#ebdfb7", black: "#282726", red: "#af3029", green: "#66800b", yellow: "#ad8301", blue: "#205ea6", magenta: "#a02f6f", cyan: "#24837b", white: "#878580", brightBlack: "#575653", brightRed: "#c03e35", brightGreen: "#768d21", brightYellow: "#be9207", brightBlue: "#3171b2", brightMagenta: "#b74583", brightCyan: "#2f968d", brightWhite: "#b7b5ac", }, }, { id: "system-flexoki-dark", name: "Flexoki Dark", type: "dark", colors: { background: "#100f0f", foreground: "#cecdc3", cursor: "#d0a215", selection: "#514111", black: "#575653", red: "#d14d41", green: "#879a39", yellow: "#d0a215", blue: "#4385be", magenta: "#ce5d97", cyan: "#3aa99f", white: "#878580", brightBlack: "#6f6e69", brightRed: "#e8705f", brightGreen: "#a0af54", brightYellow: "#dfb431", brightBlue: "#66a0c8", brightMagenta: "#e47da8", brightCyan: "#5abdac", brightWhite: "#b7b5ac", }, }, { id: "system-fox-light", name: "Fox Light", type: "light", colors: { background: "#f6f2ee", foreground: "#3d2b5a", cursor: "#ac5402", selection: "#e4ccb5", black: "#352c24", red: "#a5222f", green: "#396847", yellow: "#ac5402", blue: "#2848a9", magenta: "#6e33ce", cyan: "#287980", white: "#bfb6ae", brightBlack: "#534c45", brightRed: "#b3434e", brightGreen: "#577f63", brightYellow: "#b86e28", brightBlue: "#4863b6", brightMagenta: "#8452d5", brightCyan: "#488d93", brightWhite: "#f4ece6", }, }, { id: "system-fox-dark", name: "Fox Dark", type: "dark", colors: { background: "#192330", foreground: "#cdcecf", cursor: "#63cdcf", selection: "#325d66", black: "#393b44", red: "#c94f6d", green: "#81b29a", yellow: "#dbc074", blue: "#719cd6", magenta: "#9d79d6", cyan: "#63cdcf", white: "#dfdfe0", brightBlack: "#575860", brightRed: "#d16983", brightGreen: "#8ebaa4", brightYellow: "#e0c989", brightBlue: "#86abdc", brightMagenta: "#baa1e2", brightCyan: "#7ad5d6", brightWhite: "#e4e4e5", }, }, { id: "system-garbage-oracle-light", name: "Garbage Oracle Light", type: "light", colors: { background: "#f2e2f1", foreground: "#870058", cursor: "#7b3e19", selection: "#d5bbbd", black: "#f2e2f1", red: "#a4303f", green: "#376954", yellow: "#734d90", blue: "#684f54", magenta: "#7b3e19", cyan: "#3f59b7", white: "#96206e", brightBlack: "#e3c2db", brightRed: "#2b5b75", brightGreen: "#3f59b7", brightYellow: "#734d90", brightBlue: "#684f54", brightMagenta: "#7b3e19", brightCyan: "#3f59b7", brightWhite: "#870058", }, }, { id: "system-garbage-oracle-dark", name: "Garbage Oracle Dark", type: "dark", colors: { background: "#371d32", foreground: "#f2e2f1", cursor: "#aafdb0", selection: "#5e695d", black: "#371d32", red: "#fb9495", green: "#c1edcc", yellow: "#a9cdd6", blue: "#19d3db", magenta: "#aafdb0", cyan: "#b0c0bc", white: "#d7c6d6", brightBlack: "#52394d", brightRed: "#bbbcf0", brightGreen: "#b0c0bc", brightYellow: "#a9cdd6", brightBlue: "#19d3db", brightMagenta: "#aafdb0", brightCyan: "#b0c0bc", brightWhite: "#f2e2f1", }, }, { id: "system-github-light", name: "GitHub Light", type: "light", colors: { background: "#ffffff", foreground: "#1f2328", cursor: "#0969da", selection: "#c4dbf6", black: "#6e7781", red: "#cf222e", green: "#116329", yellow: "#9a6700", blue: "#0969da", magenta: "#8250df", cyan: "#1b7c83", white: "#6e7781", brightBlack: "#57606a", brightRed: "#a40e26", brightGreen: "#1a7f37", brightYellow: "#633c01", brightBlue: "#218bff", brightMagenta: "#a475f9", brightCyan: "#3192aa", brightWhite: "#8c959f", }, }, { id: "system-github-dark", name: "GitHub Dark", type: "dark", colors: { background: "#0d1117", foreground: "#e6edf3", cursor: "#58a6ff", selection: "#274466", black: "#484f58", red: "#ff7b72", green: "#3fb950", yellow: "#d29922", blue: "#58a6ff", magenta: "#bc8cff", cyan: "#39c5cf", white: "#b1bac4", brightBlack: "#6e7681", brightRed: "#ffa198", brightGreen: "#56d364", brightYellow: "#e3b341", brightBlue: "#79c0ff", brightMagenta: "#d2a8ff", brightCyan: "#56d4dd", brightWhite: "#f0f6fc", }, }, { id: "system-gruvbox-material-light", name: "Gruvbox Material Light", type: "light", colors: { background: "#fbf1c7", foreground: "#654735", cursor: "#b47109", selection: "#ead299", black: "#4f3829", red: "#c14a4a", green: "#6c782e", yellow: "#b47109", blue: "#45707a", magenta: "#945e80", cyan: "#4c7a5d", white: "#928374", brightBlack: "#654735", brightRed: "#c14a4a", brightGreen: "#6c782e", brightYellow: "#b47109", brightBlue: "#45707a", brightMagenta: "#945e80", brightCyan: "#4c7a5d", brightWhite: "#f2e5bc", }, }, { id: "system-gruvbox-material-dark", name: "Gruvbox Material Dark", type: "dark", colors: { background: "#292828", foreground: "#d4be98", cursor: "#ea6962", selection: "#6b3e3c", black: "#32302f", red: "#ea6962", green: "#a9b665", yellow: "#d8a657", blue: "#7daea3", magenta: "#d3869b", cyan: "#89b482", white: "#d4be98", brightBlack: "#928374", brightRed: "#ea6962", brightGreen: "#a9b665", brightYellow: "#d8a657", brightBlue: "#7daea3", brightMagenta: "#d3869b", brightCyan: "#89b482", brightWhite: "#ddc7a1", }, }, { id: "system-homebrew-light", name: "Homebrew Light", type: "light", colors: { background: "#eaf6ea", foreground: "#0d3f0d", cursor: "#780078", selection: "#cfbbcf", black: "#001800", red: "#7a0000", green: "#005800", yellow: "#585800", blue: "#080878", magenta: "#780078", cyan: "#005868", white: "#484848", brightBlack: "#3c3c3c", brightRed: "#a80000", brightGreen: "#007000", brightYellow: "#787800", brightBlue: "#0000a0", brightMagenta: "#a000a0", brightCyan: "#009898", brightWhite: "#686868", }, }, { id: "system-homebrew-dark", name: "Homebrew Dark", type: "dark", colors: { background: "#000000", foreground: "#00ff00", cursor: "#00a6b2", selection: "#00383d", black: "#000000", red: "#990000", green: "#00a600", yellow: "#999900", blue: "#4d72ff", magenta: "#b200b2", cyan: "#00a6b2", white: "#bfbfbf", brightBlack: "#666666", brightRed: "#e50000", brightGreen: "#00d900", brightYellow: "#e5e500", brightBlue: "#5a7aff", brightMagenta: "#e500e5", brightCyan: "#00e5e5", brightWhite: "#e5e5e5", }, }, { id: "system-ic-orange-ppl-light", name: "IC Orange PPL Light", type: "light", colors: { background: "#f6f1ea", foreground: "#3f2a0d", cursor: "#783000", selection: "#d8c3b2", black: "#1a1000", red: "#882000", green: "#585000", yellow: "#785800", blue: "#783000", magenta: "#b83000", cyan: "#886800", white: "#503010", brightBlack: "#483010", brightRed: "#b04830", brightGreen: "#b0b000", brightYellow: "#c08800", brightBlue: "#a07030", brightMagenta: "#c05818", brightCyan: "#986848", brightWhite: "#888888", }, }, { id: "system-ic-orange-ppl-dark", name: "IC Orange PPL Dark", type: "dark", colors: { background: "#262626", foreground: "#ffcb83", cursor: "#f79500", selection: "#6d4c19", black: "#000000", red: "#c13900", green: "#a4a900", yellow: "#caaf00", blue: "#bd6d00", magenta: "#fc5e00", cyan: "#f79500", white: "#ffc88a", brightBlack: "#6a4f2a", brightRed: "#ff8c68", brightGreen: "#f6ff40", brightYellow: "#ffe36e", brightBlue: "#ffbe55", brightMagenta: "#fc874f", brightCyan: "#c69752", brightWhite: "#fafaff", }, }, { id: "system-ikki-light", name: "IKKI Light", type: "light", colors: { background: "#fffcf4", foreground: "#8d634a", cursor: "#ff9800", selection: "#ffe4b9", black: "#434a54", red: "#da4453", green: "#37bc9b", yellow: "#ff9800", blue: "#4a89dc", magenta: "#d770ad", cyan: "#3bafda", white: "#8cc152", brightBlack: "#656d78", brightRed: "#ed5565", brightGreen: "#48cfad", brightYellow: "#ffb74d", brightBlue: "#5d9cec", brightMagenta: "#ec87c0", brightCyan: "#4fc1e9", brightWhite: "#a0d468", }, }, { id: "system-ikki-dark", name: "IKKI Dark", type: "dark", colors: { background: "#535353", foreground: "#d6d6d6", cursor: "#ff9800", selection: "#8d6a37", black: "#e6e9ed", red: "#da4453", green: "#37bc9b", yellow: "#ff9800", blue: "#4a89dc", magenta: "#d770ad", cyan: "#3bafda", white: "#8cc152", brightBlack: "#f5f7fa", brightRed: "#ed5565", brightGreen: "#48cfad", brightYellow: "#ffb74d", brightBlue: "#5d9cec", brightMagenta: "#ec87c0", brightCyan: "#4fc1e9", brightWhite: "#a0d468", }, }, { id: "system-kanso-ink-light", name: "Kanso Ink Light", type: "light", colors: { background: "#f2f1ef", foreground: "#22262d", cursor: "#c84053", selection: "#e8c7ca", black: "#1f1f28", red: "#c84053", green: "#6f894e", yellow: "#77713f", blue: "#4d699b", magenta: "#b35b79", cyan: "#597b75", white: "#22262d", brightBlack: "#6d6d69", brightRed: "#d7474b", brightGreen: "#6e915f", brightYellow: "#836f4a", brightBlue: "#6693bf", brightMagenta: "#624c83", brightCyan: "#5e857a", brightWhite: "#43436c", }, }, { id: "system-kanso-ink-dark", name: "Kanso Ink Dark", type: "dark", colors: { background: "#14171d", foreground: "#c5c9c7", cursor: "#c4b28a", selection: "#504c42", black: "#22262d", red: "#c4746e", green: "#8a9a7b", yellow: "#c4b28a", blue: "#8ba4b0", magenta: "#a292a3", cyan: "#8ea4a2", white: "#c5c9c7", brightBlack: "#9e9b93", brightRed: "#e46876", brightGreen: "#87a987", brightYellow: "#e6c384", brightBlue: "#7fb4ca", brightMagenta: "#938aa9", brightCyan: "#7aa89f", brightWhite: "#c5c9c7", }, }, { id: "system-kary-pro-colors-light", name: "Kary Pro Colors Light", type: "light", colors: { background: "#f0f6fb", foreground: "#3778b7", cursor: "#a56416", selection: "#ded3c4", black: "#1a1a1a", red: "#c94824", green: "#428226", yellow: "#a56416", blue: "#3778b7", magenta: "#b052a1", cyan: "#3778b7", white: "#f7f7f7", brightBlack: "#9b9b9b", brightRed: "#c94824", brightGreen: "#428226", brightYellow: "#a56416", brightBlue: "#3778b7", brightMagenta: "#b052a1", brightCyan: "#3778b7", brightWhite: "#f7f7f7", }, }, { id: "system-kary-pro-colors-dark", name: "Kary Pro Colors Dark", type: "dark", colors: { background: "#1a1a1a", foreground: "#cccccc", cursor: "#d38569", selection: "#593e35", black: "#1a1a1a", red: "#d38569", green: "#7da76f", yellow: "#bc9550", blue: "#819dc2", magenta: "#b98eb2", cyan: "#819dc2", white: "#cccccc", brightBlack: "#474747", brightRed: "#d38569", brightGreen: "#7da76f", brightYellow: "#bc9550", brightBlue: "#819dc2", brightMagenta: "#b98eb2", brightCyan: "#819dc2", brightWhite: "#f7f7f7", }, }, { id: "system-light-purple-light", name: "Light purple Light", type: "light", colors: { background: "#efeae9", foreground: "#4e3163", cursor: "#e0af02", selection: "#ebdcb2", black: "#4e3163", red: "#de3d3b", green: "#08916a", yellow: "#e0af02", blue: "#288ed7", magenta: "#d6438a", cyan: "#715ab1", white: "#e4e4e4", brightBlack: "#4e3163", brightRed: "#de3d3b", brightGreen: "#08916a", brightYellow: "#b1951d", brightBlue: "#288ed7", brightMagenta: "#d6438a", brightCyan: "#715ab1", brightWhite: "#e4e4e4", }, }, { id: "system-light-purple-dark", name: "Light purple Dark", type: "dark", colors: { background: "#39293b", foreground: "#ffe3e3", cursor: "#9ae0f0", selection: "#5a6779", black: "#9c6f9f", red: "#e05470", green: "#a4bc77", yellow: "#ebb984", blue: "#8078d1", magenta: "#eb579c", cyan: "#9ae0f0", white: "#ffe3e3", brightBlack: "#9c6f9f", brightRed: "#ef4568", brightGreen: "#a7c966", brightYellow: "#f9b975", brightBlue: "#9994ff", brightMagenta: "#e54386", brightCyan: "#87ddee", brightWhite: "#fff0f0", }, }, { id: "system-mondrian-light", name: "Mondrian Light", type: "light", colors: { background: "#ffffff", foreground: "#000000", cursor: "#4285f4", selection: "#d2e2fc", black: "#000000", red: "#db4437", green: "#0f9d58", yellow: "#f4b400", blue: "#4285f4", magenta: "#db4437", cyan: "#4285f4", white: "#bfbfbf", brightBlack: "#000000", brightRed: "#db4437", brightGreen: "#0f9d58", brightYellow: "#f4b400", brightBlue: "#4285f4", brightMagenta: "#4285f4", brightCyan: "#0f9d58", brightWhite: "#ffffff", }, }, { id: "system-mondrian-dark", name: "Mondrian Dark", type: "dark", colors: { background: "#1a1a2e", foreground: "#ffffff", cursor: "#00acc1", selection: "#114c60", black: "#1a1a2e", red: "#ea4335", green: "#34a853", yellow: "#fbbc04", blue: "#4285f4", magenta: "#9c27b0", cyan: "#00acc1", white: "#bfbfbf", brightBlack: "#3a3a52", brightRed: "#ff6b5b", brightGreen: "#57c276", brightYellow: "#ffd34e", brightBlue: "#669df6", brightMagenta: "#ba68c8", brightCyan: "#4dd0e1", brightWhite: "#ffffff", }, }, { id: "system-monochrome-light", name: "Monochrome Light", type: "light", colors: { background: "#f1f5f9", foreground: "#0f172a", cursor: "#0f172a", selection: "#bbc0c7", black: "#f1f5f9", red: "#0f172a", green: "#69707d", yellow: "#0f172a", blue: "#979ca6", magenta: "#0f172a", cyan: "#3c4353", white: "#0f172a", brightBlack: "#c4c9d0", brightRed: "#0f172a", brightGreen: "#69707d", brightYellow: "#0f172a", brightBlue: "#979ca6", brightMagenta: "#0f172a", brightCyan: "#3c4353", brightWhite: "#0f172a", }, }, { id: "system-monochrome-dark", name: "Monochrome Dark", type: "dark", colors: { background: "#0f172a", foreground: "#f1f5f9", cursor: "#f1f5f9", selection: "#5c6270", black: "#0f172a", red: "#f1f5f9", green: "#979ca6", yellow: "#f1f5f9", blue: "#69707d", magenta: "#f1f5f9", cyan: "#c4c9d0", white: "#f1f5f9", brightBlack: "#3c4353", brightRed: "#f1f5f9", brightGreen: "#979ca6", brightYellow: "#f1f5f9", brightBlue: "#69707d", brightMagenta: "#f1f5f9", brightCyan: "#c4c9d0", brightWhite: "#f1f5f9", }, }, { id: "system-monochrome-stone-light", name: "Monochrome Stone Light", type: "light", colors: { background: "#f5f5f4", foreground: "#1c1917", cursor: "#1c1917", selection: "#c1c0bf", black: "#f5f5f4", red: "#1c1917", green: "#73716f", yellow: "#1c1917", blue: "#9e9d9c", magenta: "#1c1917", cyan: "#474543", white: "#1c1917", brightBlack: "#cac9c8", brightRed: "#1c1917", brightGreen: "#73716f", brightYellow: "#1c1917", brightBlue: "#9e9d9c", brightMagenta: "#1c1917", brightCyan: "#474543", brightWhite: "#1c1917", }, }, { id: "system-monochrome-stone-dark", name: "Monochrome Stone Dark", type: "dark", colors: { background: "#1c1917", foreground: "#f5f5f4", cursor: "#f5f5f4", selection: "#666462", black: "#1c1917", red: "#f5f5f4", green: "#9e9d9c", yellow: "#f5f5f4", blue: "#73716f", magenta: "#f5f5f4", cyan: "#cac9c8", white: "#f5f5f4", brightBlack: "#474543", brightRed: "#f5f5f4", brightGreen: "#9e9d9c", brightYellow: "#f5f5f4", brightBlue: "#73716f", brightMagenta: "#f5f5f4", brightCyan: "#cac9c8", brightWhite: "#f5f5f4", }, }, { id: "system-monokai-pro-spectrum-light", name: "Monokai Pro Spectrum Light", type: "light", colors: { background: "#f8efe7", foreground: "#2c232e", cursor: "#b16803", selection: "#e7cfb0", black: "#f8efe7", red: "#ce4770", green: "#218871", yellow: "#b16803", blue: "#d4572b", magenta: "#6851a2", cyan: "#2473b6", white: "#2c232e", brightBlack: "#a59c9c", brightRed: "#ce4770", brightGreen: "#218871", brightYellow: "#b16803", brightBlue: "#d4572b", brightMagenta: "#6851a2", brightCyan: "#2473b6", brightWhite: "#2c232e", }, }, { id: "system-monokai-pro-spectrum-dark", name: "Monokai Pro Spectrum Dark", type: "dark", colors: { background: "#222222", foreground: "#f7f1ff", cursor: "#fd9353", selection: "#6c4833", black: "#222222", red: "#fc618d", green: "#7bd88f", yellow: "#fce566", blue: "#fd9353", magenta: "#948ae3", cyan: "#5ad4e6", white: "#f7f1ff", brightBlack: "#69676c", brightRed: "#fc618d", brightGreen: "#7bd88f", brightYellow: "#fce566", brightBlue: "#fd9353", brightMagenta: "#948ae3", brightCyan: "#5ad4e6", brightWhite: "#f7f1ff", }, }, { id: "system-monospace-light", name: "Monospace Light", type: "light", colors: { background: "#ffffff", foreground: "#1f2939", cursor: "#0075a2", selection: "#c2dee9", black: "#333e4f", red: "#d03941", green: "#007b49", yellow: "#a65921", blue: "#3c60dd", magenta: "#6f4cde", cyan: "#0075a2", white: "#5d6a7d", brightBlack: "#000000", brightRed: "#a52430", brightGreen: "#00522f", brightYellow: "#904b1a", brightBlue: "#002487", brightMagenta: "#4d21bb", brightCyan: "#00607e", brightWhite: "#475365", }, }, { id: "system-monospace-dark", name: "Monospace Dark", type: "dark", colors: { background: "#171f2b", foreground: "#d9dfe7", cursor: "#708fff", selection: "#354573", black: "#738295", red: "#f76769", green: "#17b877", yellow: "#ffa23e", blue: "#708fff", magenta: "#a87ffb", cyan: "#25a6e9", white: "#a4afbd", brightBlack: "#8b98a9", brightRed: "#fc8f8e", brightGreen: "#66ce98", brightYellow: "#ffc26e", brightBlue: "#a2b6ff", brightMagenta: "#c8aaff", brightCyan: "#71c2ee", brightWhite: "#fafbfe", }, }, { id: "system-noctis-azureus-light", name: "Noctis Azureus Light", type: "light", colors: { background: "#fef8ec", foreground: "#005661", cursor: "#0094f0", selection: "#c1e0ed", black: "#003b42", red: "#e34e1c", green: "#00b368", yellow: "#f49725", blue: "#0094f0", magenta: "#ff5792", cyan: "#00bdd6", white: "#8ca6a6", brightBlack: "#004d57", brightRed: "#ff4000", brightGreen: "#00d17a", brightYellow: "#ff8c00", brightBlue: "#0fa3ff", brightMagenta: "#ff6b9f", brightCyan: "#00cbe6", brightWhite: "#bbc3c4", }, }, { id: "system-noctis-azureus-dark", name: "Noctis Azureus Dark", type: "dark", colors: { background: "#07273b", foreground: "#becfda", cursor: "#49d6e9", selection: "#1d6376", black: "#28353e", red: "#e66533", green: "#49e9a6", yellow: "#e4b781", blue: "#49ace9", magenta: "#df769b", cyan: "#49d6e9", white: "#aec3d0", brightBlack: "#475e6c", brightRed: "#e97749", brightGreen: "#60ebb1", brightYellow: "#e69533", brightBlue: "#60b6eb", brightMagenta: "#e798b3", brightCyan: "#60dbeb", brightWhite: "#becfda", }, }, { id: "system-noctis-hibernus-light", name: "Noctis Hibernus Light", type: "light", colors: { background: "#f4f6f6", foreground: "#005661", cursor: "#0094f0", selection: "#b9def5", black: "#003b42", red: "#e34e1c", green: "#00b368", yellow: "#f49725", blue: "#0094f0", magenta: "#ff5792", cyan: "#00bdd6", white: "#8ca6a6", brightBlack: "#004d57", brightRed: "#ff4000", brightGreen: "#00d17a", brightYellow: "#ff8c00", brightBlue: "#0fa3ff", brightMagenta: "#ff6b9f", brightCyan: "#00cbe6", brightWhite: "#bbc3c4", }, }, { id: "system-noctis-hibernus-dark", name: "Noctis Hibernus Dark", type: "dark", colors: { background: "#292640", foreground: "#c5c2d6", cursor: "#49d6e9", selection: "#346279", black: "#302f3d", red: "#e66533", green: "#49e9a6", yellow: "#e4b781", blue: "#49ace9", magenta: "#df769b", cyan: "#49d6e9", white: "#b6b3cc", brightBlack: "#504e65", brightRed: "#e97749", brightGreen: "#60ebb1", brightYellow: "#e69533", brightBlue: "#60b6eb", brightMagenta: "#e798b3", brightCyan: "#60dbeb", brightWhite: "#c5c2d6", }, }, { id: "system-noir-essence-light", name: "Noir Essence Light", type: "light", colors: { background: "#f7f3ea", foreground: "#000000", cursor: "#7a6e00", selection: "#d9d3b2", black: "#111314", red: "#d15f59", green: "#a9b665", yellow: "#7a6e00", blue: "#699289", magenta: "#c47d90", cyan: "#81a97a", white: "#c7c3ba", brightBlack: "#666666", brightRed: "#ea6962", brightGreen: "#a9b665", brightYellow: "#eadb62", brightBlue: "#7daea3", brightMagenta: "#d3869b", brightCyan: "#89b482", brightWhite: "#b4b1aa", }, }, { id: "system-noir-essence-dark", name: "Noir Essence Dark", type: "dark", colors: { background: "#111314", foreground: "#f7f3ea", cursor: "#e78a4e", selection: "#5a3b28", black: "#2b2d2d", red: "#ea6962", green: "#89b482", yellow: "#e78a4e", blue: "#7daea3", magenta: "#d3869b", cyan: "#a9b665", white: "#f7f3ea", brightBlack: "#434545", brightRed: "#ea6962", brightGreen: "#89b482", brightYellow: "#e78a4e", brightBlue: "#7daea3", brightMagenta: "#d3869b", brightCyan: "#a9b665", brightWhite: "#f7f3ea", }, }, { id: "system-nord-midnight-light", name: "Nord Midnight Light", type: "light", colors: { background: "#eceff4", foreground: "#2e3440", cursor: "#0d7d8c", selection: "#b6d4db", black: "#3b4252", red: "#bf616a", green: "#6b8b4f", yellow: "#b8941e", blue: "#3b5e85", magenta: "#8b5e84", cyan: "#0d7d8c", white: "#e5e9f0", brightBlack: "#4c566a", brightRed: "#bf616a", brightGreen: "#a3be8c", brightYellow: "#ebcb8b", brightBlue: "#5e81ac", brightMagenta: "#b48ead", brightCyan: "#88c0d0", brightWhite: "#eceff4", }, }, { id: "system-nord-midnight-dark", name: "Nord Midnight Dark", type: "dark", colors: { background: "#1a1d23", foreground: "#d8dee9", cursor: "#ebcb8b", selection: "#615846", black: "#3b4252", red: "#bf616a", green: "#a3be8c", yellow: "#ebcb8b", blue: "#81a1c1", magenta: "#b48ead", cyan: "#88c0d0", white: "#e5e9f0", brightBlack: "#4c566a", brightRed: "#bf616a", brightGreen: "#a3be8c", brightYellow: "#ebcb8b", brightBlue: "#81a1c1", brightMagenta: "#b48ead", brightCyan: "#8fbcbb", brightWhite: "#eceff4", }, }, { id: "system-notionish-light", name: "Notionish Light", type: "light", colors: { background: "#ffffff", foreground: "#191918", cursor: "#0075de", selection: "#c2def7", black: "#191918", red: "#e32d14", green: "#14832b", yellow: "#e89d01", blue: "#0075de", magenta: "#7237ae", cyan: "#0a7b77", white: "#615d59", brightBlack: "#494744", brightRed: "#f64932", brightGreen: "#1aae39", brightYellow: "#ffb110", brightBlue: "#097fe8", brightMagenta: "#9849e8", brightCyan: "#27918d", brightWhite: "#a39e98", }, }, { id: "system-notionish-dark", name: "Notionish Dark", type: "dark", colors: { background: "#191918", foreground: "#f6f5f4", cursor: "#ffc95e", selection: "#675530", black: "#494744", red: "#f77463", green: "#68ce7e", yellow: "#ffc95e", blue: "#62aef0", magenta: "#ad6ded", cyan: "#2a9d99", white: "#a39e98", brightBlack: "#615d59", brightRed: "#ff8b7c", brightGreen: "#abe5b8", brightYellow: "#ffd786", brightBlue: "#93cdfe", brightMagenta: "#d6b6f6", brightCyan: "#83cbc9", brightWhite: "#dfdcd9", }, }, { id: "system-phonebook-light", name: "Phonebook Light", type: "light", colors: { background: "#e4d7c4", foreground: "#4a341c", cursor: "#00acc1", selection: "#adcdc3", black: "#231e1a", red: "#f54e42", green: "#2f9369", yellow: "#d69a00", blue: "#1e88e5", magenta: "#6547b8", cyan: "#00acc1", white: "#eee7dd", brightBlack: "#666666", brightRed: "#db6057", brightGreen: "#42b885", brightYellow: "#d69a00", brightBlue: "#64b5f6", brightMagenta: "#a993e6", brightCyan: "#00bcd4", brightWhite: "#f7f3ee", }, }, { id: "system-phonebook-dark", name: "Phonebook Dark", type: "dark", colors: { background: "#2c2621", foreground: "#e7c56f", cursor: "#00acc1", selection: "#1d5457", black: "#231e1a", red: "#f54e42", green: "#27a06c", yellow: "#ebc300", blue: "#1e88e5", magenta: "#6547b8", cyan: "#00acc1", white: "#dedede", brightBlack: "#666666", brightRed: "#db6057", brightGreen: "#38d687", brightYellow: "#f8d668", brightBlue: "#64b5f6", brightMagenta: "#a993e6", brightCyan: "#00bcd4", brightWhite: "#ffffff", }, }, { id: "system-polychrome-light", name: "Polychrome Light", type: "light", colors: { background: "#fbfaf9", foreground: "#502db4", cursor: "#6b3df1", selection: "#d8cdf7", black: "#d1c2f9", red: "#f42a2a", green: "#6b3df1", yellow: "#a97e50", blue: "#502db4", magenta: "#a97e50", cyan: "#9e7ff5", white: "#f5f5f5", brightBlack: "#bda58c", brightRed: "#a97e50", brightGreen: "#6b3df1", brightYellow: "#bda58c", brightBlue: "#351e78", brightMagenta: "#bda58c", brightCyan: "#351e78", brightWhite: "#000000", }, }, { id: "system-polychrome-dark", name: "Polychrome Dark", type: "dark", colors: { background: "#2a2833", foreground: "#bbb4d8", cursor: "#ffe685", selection: "#72694f", black: "#484459", red: "#ff6347", green: "#a59ccc", yellow: "#ffe685", blue: "#bbb4d8", magenta: "#ffe685", cyan: "#767092", white: "#f5f5f5", brightBlack: "#b7a870", brightRed: "#ffe685", brightGreen: "#a59ccc", brightYellow: "#b7a870", brightBlue: "#d2cde5", brightMagenta: "#b7a870", brightCyan: "#d2cde5", brightWhite: "#ffffff", }, }, { id: "system-purplepeter-light", name: "Purplepeter Light", type: "light", colors: { background: "#f0ecf7", foreground: "#1e113b", cursor: "#0d7d94", selection: "#bad1df", black: "#080010", red: "#b04848", green: "#487040", yellow: "#806848", blue: "#0d7d94", magenta: "#883878", cyan: "#583898", white: "#704838", brightBlack: "#383050", brightRed: "#c06058", brightGreen: "#687858", brightYellow: "#b09068", brightBlue: "#3880a0", brightMagenta: "#785890", brightCyan: "#6868a0", brightWhite: "#786878", }, }, { id: "system-purplepeter-dark", name: "Purplepeter Dark", type: "dark", colors: { background: "#2a1a4a", foreground: "#ece7fa", cursor: "#ba8cff", selection: "#5b4188", black: "#0a0520", red: "#ff796d", green: "#99b481", yellow: "#efdfac", blue: "#66d9ef", magenta: "#e78fcd", cyan: "#ba8cff", white: "#ffba81", brightBlack: "#504b63", brightRed: "#f99f92", brightGreen: "#b4be8f", brightYellow: "#f2e9bf", brightBlue: "#79daed", brightMagenta: "#ba91d4", brightCyan: "#a0a0d6", brightWhite: "#b9aed3", }, }, { id: "system-rainglow-codecourse-light", name: "Rainglow Codecourse Light", type: "light", colors: { background: "#ffffff", foreground: "#547f91", cursor: "#1ea8fc", selection: "#c9eafe", black: "#ffffff", red: "#ba0e2e", green: "#1ea8fc", yellow: "#5dcdfd", blue: "#547f91", magenta: "#1ea8fc", cyan: "#5dcdfd", white: "#5d8da1", brightBlack: "#ffffff", brightRed: "#f03e5f", brightGreen: "#83cffd", brightYellow: "#c2ecfe", brightBlue: "#8eafbd", brightMagenta: "#83cffd", brightCyan: "#c2ecfe", brightWhite: "#8eafbd", }, }, { id: "system-rainglow-codecourse-dark", name: "Rainglow Codecourse Dark", type: "dark", colors: { background: "#05080a", foreground: "#b6ced8", cursor: "#1ea8fc", selection: "#0e3e5c", black: "#0d161b", red: "#ba0e2e", green: "#1ea8fc", yellow: "#5dcdfd", blue: "#ffffff", magenta: "#1ea8fc", cyan: "#5dcdfd", white: "#c7d9e1", brightBlack: "#273e4e", brightRed: "#f03e5f", brightGreen: "#83cffd", brightYellow: "#c2ecfe", brightBlue: "#ffffff", brightMagenta: "#83cffd", brightCyan: "#c2ecfe", brightWhite: "#f8fbfc", }, }, { id: "system-rainglow-crisp-light", name: "Rainglow Crisp Light", type: "light", colors: { background: "#ffffff", foreground: "#221a22", cursor: "#fc6a0f", selection: "#fedbc5", black: "#ffffff", red: "#ba0e2e", green: "#99769b", yellow: "#765478", blue: "#fc6a0f", magenta: "#fc6a0f", cyan: "#99769b", white: "#302530", brightBlack: "#ffffff", brightRed: "#f03e5f", brightGreen: "#c5b1c6", brightYellow: "#a987ab", brightBlue: "#fda974", brightMagenta: "#fda974", brightCyan: "#c5b1c6", brightWhite: "#5c465c", }, }, { id: "system-rainglow-crisp-dark", name: "Rainglow Crisp Dark", type: "dark", colors: { background: "#0c090c", foreground: "#ffffff", cursor: "#fc6a0f", selection: "#5e2a0d", black: "#1b141b", red: "#ba0e2e", green: "#cba0cd", yellow: "#765478", blue: "#fc6a0f", magenta: "#fc6a0f", cyan: "#cba0cd", white: "#ffffff", brightBlack: "#463546", brightRed: "#f03e5f", brightGreen: "#f0e3f0", brightYellow: "#a987ab", brightBlue: "#fda974", brightMagenta: "#fda974", brightCyan: "#f0e3f0", brightWhite: "#ffffff", }, }, { id: "system-rainglow-lavender-light", name: "Rainglow Lavender Light", type: "light", colors: { background: "#ffffff", foreground: "#29222e", cursor: "#b657ff", selection: "#edd7ff", black: "#ffffff", red: "#ba0e2e", green: "#a29dfa", yellow: "#b657ff", blue: "#f5b0ef", magenta: "#8e6da6", cyan: "#8e69c9", white: "#362d3d", brightBlack: "#ffffff", brightRed: "#f03e5f", brightGreen: "#fefeff", brightYellow: "#e2bdff", brightBlue: "#ffffff", brightMagenta: "#bfaccd", brightCyan: "#c7b4e4", brightWhite: "#5d4d69", }, }, { id: "system-rainglow-lavender-dark", name: "Rainglow Lavender Dark", type: "dark", colors: { background: "#080709", foreground: "#e0ceed", cursor: "#b657ff", selection: "#43225d", black: "#151217", red: "#ba0e2e", green: "#a29dfa", yellow: "#b657ff", blue: "#f5b0ef", magenta: "#8e6da6", cyan: "#8e69c9", white: "#ece1f4", brightBlack: "#3b3442", brightRed: "#f03e5f", brightGreen: "#fefeff", brightYellow: "#e2bdff", brightBlue: "#ffffff", brightMagenta: "#bfaccd", brightCyan: "#c7b4e4", brightWhite: "#ffffff", }, }, { id: "system-remedy-tilted-light", name: "Remedy Tilted Light", type: "light", colors: { background: "#fef8eb", foreground: "#563d0e", cursor: "#de935f", selection: "#f6e0c9", black: "#282a2e", red: "#a54242", green: "#8c9440", yellow: "#de935f", blue: "#5f819d", magenta: "#85678f", cyan: "#5e8d87", white: "#707880", brightBlack: "#9ca19e", brightRed: "#cc6666", brightGreen: "#b5bd68", brightYellow: "#d79a22", brightBlue: "#81a2be", brightMagenta: "#b294bb", brightCyan: "#8abeb7", brightWhite: "#535961", }, }, { id: "system-remedy-tilted-dark", name: "Remedy Tilted Dark", type: "dark", colors: { background: "#3f3433", foreground: "#f7e0b4", cursor: "#de935f", selection: "#755442", black: "#282a2e", red: "#a54242", green: "#8c9440", yellow: "#de935f", blue: "#5f819d", magenta: "#85678f", cyan: "#5e8d87", white: "#707880", brightBlack: "#535961", brightRed: "#cc6666", brightGreen: "#b5bd68", brightYellow: "#f0c674", brightBlue: "#81a2be", brightMagenta: "#b294bb", brightCyan: "#8abeb7", brightWhite: "#eeefee", }, }, { id: "system-rose-pine-light", name: "Rosé Pine Light", type: "light", colors: { background: "#faf4ed", foreground: "#575279", cursor: "#ea9d34", selection: "#f6dfc1", black: "#f2e9e1", red: "#b4637a", green: "#286983", yellow: "#ea9d34", blue: "#56949f", magenta: "#907aa9", cyan: "#d7827e", white: "#575279", brightBlack: "#797593", brightRed: "#b4637a", brightGreen: "#286983", brightYellow: "#ea9d34", brightBlue: "#56949f", brightMagenta: "#907aa9", brightCyan: "#d7827e", brightWhite: "#575279", }, }, { id: "system-rose-pine-dark", name: "Rosé Pine Dark", type: "dark", colors: { background: "#191724", foreground: "#e0def4", cursor: "#f6c177", selection: "#645140", black: "#26233a", red: "#eb6f92", green: "#31748f", yellow: "#f6c177", blue: "#9ccfd8", magenta: "#c4a7e7", cyan: "#ebbcba", white: "#e0def4", brightBlack: "#908caa", brightRed: "#eb6f92", brightGreen: "#31748f", brightYellow: "#f6c177", brightBlue: "#9ccfd8", brightMagenta: "#c4a7e7", brightCyan: "#ebbcba", brightWhite: "#e0def4", }, }, { id: "system-selene-selenized-light", name: "Selene Selenized Light", type: "light", colors: { background: "#fef3da", foreground: "#384c52", cursor: "#0073d2", selection: "#c1d4d8", black: "#f0e4cc", red: "#d4212b", green: "#539100", yellow: "#b38800", blue: "#0073d2", magenta: "#cb4c99", cyan: "#009c8f", white: "#52666d", brightBlack: "#fef3da", brightRed: "#c75d20", brightGreen: "#539100", brightYellow: "#b38800", brightBlue: "#0073d2", brightMagenta: "#7d64c5", brightCyan: "#0073d2", brightWhite: "#384c52", }, }, { id: "system-selene-selenized-dark", name: "Selene Selenized Dark", type: "dark", colors: { background: "#053d48", foreground: "#c8d7d8", cursor: "#0096f5", selection: "#035b83", black: "#0e4956", red: "#fd564e", green: "#80b83c", yellow: "#e3b230", blue: "#0096f5", magenta: "#f176bd", cyan: "#39c7b9", white: "#adbcbc", brightBlack: "#053d48", brightRed: "#f38649", brightGreen: "#80b83c", brightYellow: "#e3b230", brightBlue: "#0096f5", brightMagenta: "#a58cec", brightCyan: "#0096f5", brightWhite: "#c8d7d8", }, }, { id: "system-soft-color-light", name: "Soft Color Light", type: "light", colors: { background: "#f8fff3", foreground: "#5a5a5a", cursor: "#0451a5", selection: "#bdd5e0", black: "#000000", red: "#cd3131", green: "#00bc00", yellow: "#949800", blue: "#0451a5", magenta: "#bc05bc", cyan: "#0598bc", white: "#555555", brightBlack: "#666666", brightRed: "#cd3131", brightGreen: "#14ce14", brightYellow: "#b5ba00", brightBlue: "#0451a5", brightMagenta: "#bc05bc", brightCyan: "#0598bc", brightWhite: "#a5a5a5", }, }, { id: "system-soft-color-dark", name: "Soft Color Dark", type: "dark", colors: { background: "#252525", foreground: "#e6fff3", cursor: "#e5e510", selection: "#66661e", black: "#000000", red: "#cd3131", green: "#0dbc79", yellow: "#e5e510", blue: "#2472c8", magenta: "#bc3fbc", cyan: "#11a8cd", white: "#e5e5e5", brightBlack: "#666666", brightRed: "#f14c4c", brightGreen: "#23d18b", brightYellow: "#f5f543", brightBlue: "#3b8eea", brightMagenta: "#d670d6", brightCyan: "#29b8db", brightWhite: "#e5e5e5", }, }, { id: "system-tearout-light", name: "Tearout Light", type: "light", colors: { background: "#e5ede0", foreground: "#262923", cursor: "#785038", selection: "#cbc7b8", black: "#3c2818", red: "#905048", green: "#505038", yellow: "#305028", blue: "#705038", magenta: "#785038", cyan: "#706048", white: "#503820", brightBlack: "#503428", brightRed: "#905048", brightGreen: "#505038", brightYellow: "#305028", brightBlue: "#705038", brightMagenta: "#785038", brightCyan: "#706048", brightWhite: "#503820", }, }, { id: "system-tearout-dark", name: "Tearout Dark", type: "dark", colors: { background: "#34392d", foreground: "#f4d2ae", cursor: "#d7c483", selection: "#6b684a", black: "#685742", red: "#cc967b", green: "#97976d", yellow: "#6c9861", blue: "#b5955e", magenta: "#c9a554", cyan: "#d7c483", white: "#b5955e", brightBlack: "#74634e", brightRed: "#cc967b", brightGreen: "#97976d", brightYellow: "#6c9861", brightBlue: "#b5955e", brightMagenta: "#c9a554", brightCyan: "#d7c483", brightWhite: "#b5955e", }, }, { id: "system-tokyo-night-light", name: "Tokyo Night Light", type: "light", colors: { background: "#e1e2e7", foreground: "#3760bf", cursor: "#007197", selection: "#abc7d4", black: "#e9e9ed", red: "#f52a65", green: "#587539", yellow: "#8c6c3e", blue: "#2e7de9", magenta: "#9854f1", cyan: "#007197", white: "#6172b0", brightBlack: "#a1a6c5", brightRed: "#f52a65", brightGreen: "#587539", brightYellow: "#8c6c3e", brightBlue: "#2e7de9", brightMagenta: "#9854f1", brightCyan: "#007197", brightWhite: "#3760bf", }, }, { id: "system-tokyo-night-dark", name: "Tokyo Night Dark", type: "dark", colors: { background: "#1a1b26", foreground: "#c0caf5", cursor: "#7dcfff", selection: "#3c5870", black: "#15161e", red: "#f7768e", green: "#9ece6a", yellow: "#e0af68", blue: "#7aa2f7", magenta: "#bb9af7", cyan: "#7dcfff", white: "#a9b1d6", brightBlack: "#414868", brightRed: "#f7768e", brightGreen: "#9ece6a", brightYellow: "#e0af68", brightBlue: "#7aa2f7", brightMagenta: "#bb9af7", brightCyan: "#7dcfff", brightWhite: "#c0caf5", }, }, { id: "system-tomorrow-night-eighties-light", name: "Tomorrow Night Eighties Light", type: "light", colors: { background: "#ffffff", foreground: "#4d4d4c", cursor: "#718c00", selection: "#dde3c2", black: "#1d1f21", red: "#c82829", green: "#718c00", yellow: "#eab700", blue: "#4271ae", magenta: "#8959a8", cyan: "#3e999f", white: "#c5c8c6", brightBlack: "#969896", brightRed: "#cc6666", brightGreen: "#b5bd68", brightYellow: "#f0c674", brightBlue: "#81a2be", brightMagenta: "#b294bb", brightCyan: "#8abeb7", brightWhite: "#ffffff", }, }, { id: "system-tomorrow-night-eighties-dark", name: "Tomorrow Night Eighties Dark", type: "dark", colors: { background: "#2d2d2d", foreground: "#cccccc", cursor: "#ffcc66", selection: "#746340", black: "#000000", red: "#f2777a", green: "#99cc99", yellow: "#ffcc66", blue: "#6699cc", magenta: "#cc99cc", cyan: "#66cccc", white: "#d3d3d3", brightBlack: "#999999", brightRed: "#f2777a", brightGreen: "#99cc99", brightYellow: "#ffcc66", brightBlue: "#6699cc", brightMagenta: "#cc99cc", brightCyan: "#66cccc", brightWhite: "#ffffff", }, }, { id: "system-vaporizer-turquoise-light", name: "Vaporizer Turquoise Light", type: "light", colors: { background: "#f3f3f3", foreground: "#1a4818", cursor: "#bc05bc", selection: "#e6bae6", black: "#000000", red: "#cd3131", green: "#00bc64", yellow: "#949800", blue: "#5f9fe6", magenta: "#bc05bc", cyan: "#0598bc", white: "#555555", brightBlack: "#666666", brightRed: "#cd3131", brightGreen: "#00bc64", brightYellow: "#b5ba00", brightBlue: "#3f75b0", brightMagenta: "#bc05bc", brightCyan: "#0598bc", brightWhite: "#a5a5a5", }, }, { id: "system-vaporizer-turquoise-dark", name: "Vaporizer Turquoise Dark", type: "dark", colors: { background: "#191919", foreground: "#9bc793", cursor: "#00bc64", selection: "#115033", black: "#000000", red: "#cd3131", green: "#00bc64", yellow: "#949800", blue: "#5f9fe6", magenta: "#bc05bc", cyan: "#0598bc", white: "#555555", brightBlack: "#666666", brightRed: "#cd3131", brightGreen: "#00bc64", brightYellow: "#b5ba00", brightBlue: "#3f75b0", brightMagenta: "#bc05bc", brightCyan: "#0598bc", brightWhite: "#a5a5a5", }, }, { id: "system-xotopio-light", name: "Xotopio Light", type: "light", colors: { background: "#f7f5f4", foreground: "#212121", cursor: "#d6438a", selection: "#efcadb", black: "#403f53", red: "#de3d3b", green: "#3f987f", yellow: "#c9bd62", blue: "#5885a5", magenta: "#d6438a", cyan: "#2aa298", white: "#f0f0f0", brightBlack: "#403f53", brightRed: "#de3d3b", brightGreen: "#08916a", brightYellow: "#daaa01", brightBlue: "#288ed7", brightMagenta: "#ba5887", brightCyan: "#2aa298", brightWhite: "#f0f0f0", }, }, { id: "system-xotopio-dark", name: "Xotopio Dark", type: "dark", colors: { background: "#040616", foreground: "#ffffff", cursor: "#54d4ff", selection: "#1f4c65", black: "#3a3a3a", red: "#f90086", green: "#44b6fc", yellow: "#fff900", blue: "#54d4ff", magenta: "#f90086", cyan: "#54d4ff", white: "#ffffff", brightBlack: "#3a3a3a", brightRed: "#f90086", brightGreen: "#44b6fc", brightYellow: "#fff900", brightBlue: "#54d4ff", brightMagenta: "#f90086", brightCyan: "#54d4ff", brightWhite: "#ffffff", }, }, { id: "system-yuttari-light", name: "Yuttari Light", type: "light", colors: { background: "#ffedf4", foreground: "#4a3c42", cursor: "#7a8bb8", selection: "#dfd5e6", black: "#3a2e34", red: "#b85e5e", green: "#7a9b7a", yellow: "#c2a875", blue: "#7a8bb8", magenta: "#a67ba6", cyan: "#7bb8b8", white: "#b0a4aa", brightBlack: "#6b5c62", brightRed: "#d47979", brightGreen: "#8fb58f", brightYellow: "#c4a570", brightBlue: "#8fa5d4", brightMagenta: "#c299c2", brightCyan: "#70b0b0", brightWhite: "#e0d0d8", }, }, { id: "system-yuttari-dark", name: "Yuttari Dark", type: "dark", colors: { background: "#1e181c", foreground: "#ffedf4", cursor: "#ccb07e", selection: "#594c3d", black: "#2e262a", red: "#c06868", green: "#82a682", yellow: "#ccb07e", blue: "#8494c0", magenta: "#b085b0", cyan: "#82c0c0", white: "#d4c8ce", brightBlack: "#4a3e44", brightRed: "#e08a8a", brightGreen: "#9cc49c", brightYellow: "#e6cda6", brightBlue: "#a0b4de", brightMagenta: "#cda6cd", brightCyan: "#a6dede", brightWhite: "#ffedf4", }, }, { id: "system-zenbones-rosebones-light", name: "Zenbones Rosebones Light", type: "light", colors: { background: "#fbf6f0", foreground: "#724341", cursor: "#ec9d33", selection: "#f7e1c3", black: "#fbf6f0", red: "#b5637a", green: "#286a84", yellow: "#ec9d33", blue: "#5795a0", magenta: "#917ba9", cyan: "#5795a0", white: "#724341", brightBlack: "#e8c48b", brightRed: "#a54a66", brightGreen: "#1c5970", brightYellow: "#c68223", brightBlue: "#407d88", brightMagenta: "#855aac", brightCyan: "#407d88", brightWhite: "#a4635f", }, }, { id: "system-zenbones-rosebones-dark", name: "Zenbones Rosebones Dark", type: "dark", colors: { background: "#1a1825", foreground: "#e1d4d4", cursor: "#f6c074", selection: "#655140", black: "#1a1825", red: "#eb7193", green: "#317490", yellow: "#f6c074", blue: "#9ccfd8", magenta: "#c4a7e7", cyan: "#9ccfd8", white: "#e1d4d4", brightBlack: "#3a3651", brightRed: "#f289a4", brightGreen: "#358daf", brightYellow: "#f9ca8e", brightBlue: "#94dae6", brightMagenta: "#ceb3ef", brightCyan: "#94dae6", brightWhite: "#bf9b99", }, }, { id: "system-zhxo-red-light", name: "Zhxo'red Light", type: "light", colors: { background: "#fff6f0", foreground: "#777790", cursor: "#a313d7", selection: "#e9c0ea", black: "#131313", red: "#c43d3d", green: "#00bc6d", yellow: "#cf9e0d", blue: "#1f5fa5", magenta: "#a313d7", cyan: "#1fa1c0", white: "#585858", brightBlack: "#303030", brightRed: "#ea5959", brightGreen: "#29d18a", brightYellow: "#e6ba38", brightBlue: "#4181c7", brightMagenta: "#c421ff", brightCyan: "#34d0f5", brightWhite: "#949494", }, }, { id: "system-zhxo-red-dark", name: "Zhxo'red Dark", type: "dark", colors: { background: "#1a1a1d", foreground: "#ababab", cursor: "#10ccd5", selection: "#17575c", black: "#3b3b3b", red: "#e03c3c", green: "#22cd8b", yellow: "#eec051", blue: "#668be2", magenta: "#a34bb0", cyan: "#10ccd5", white: "#cbcbcb", brightBlack: "#66676f", brightRed: "#f08359", brightGreen: "#3fe6a3", brightYellow: "#fbfb7b", brightBlue: "#81a6fd", brightMagenta: "#c970d6", brightCyan: "#4deaea", brightWhite: "#ffffff", }, } ];