gpui-component/themes/molokai.json
2025-07-15 11:56:07 +08:00

435 lines
12 KiB
JSON

[
{
"name": "Molokai Light",
"author": "Tomas Restrepo",
"url": "https://github.com/tomasr/molokai",
"mode": "light",
"colors": {
"accent.background": "#EBE4E1",
"accent.foreground": "#060606",
"background": "#FEFAF9",
"border": "#E4DEDA",
"window_border": "#d6d6d6",
"ring": "#a0a0ab",
"card.background": "#FEFAF9",
"card.foreground": "#0a0a0a",
"danger.background": "#f04d4d",
"danger.active.background": "#bf3c3c",
"danger.foreground": "#fafafa",
"danger.hover.background": "#ff6666",
"foreground": "#0a0a0a",
"input.border": "#E4DEDA",
"list.active.background": "#E1477411",
"list.active.border": "#E14774AA",
"list.even.background": "#E4DEDA33",
"muted.background": "#f5f5f5",
"muted.foreground": "#767676",
"panel.background": "#FEFAF9",
"popover.background": "#FEFAF9",
"popover.foreground": "#0a0a0a",
"primary.active.background": "#db245b",
"primary.background": "#E14774",
"primary.foreground": "#fafafa",
"primary.hover.background": "#e45882",
"scrollbar.background": "#FEFAF933",
"scrollbar.thumb.background": "#ADADB0",
"secondary.background": "#E4DEDAEE",
"secondary.active.background": "#E4DEDA",
"secondary.foreground": "#060606",
"secondary.hover.background": "#E4DEDA99",
"base.red": "#e14775",
"base.red.light": "#e14775",
"base.green": "#269D69",
"base.green.light": "#269d69",
"base.yellow": "#cc7a0a",
"base.yellow.light": "#cc7a0a",
"base.blue": "#e16032",
"base.blue.light": "#e16032",
"base.magenta": "#7058be",
"base.magenta.light": "#7058be",
"base.cyan": "#1c8ca8",
"base.cyan.light": "#1c8ca8"
},
"highlight": {
"editor.foreground": "#0a0a0a",
"editor.background": "#FEFAF9",
"editor.active_line.background": "#E4DEDA",
"editor.line_number": "#767676",
"editor.active_line_number": "#0a0a0a",
"conflict": "#e14775",
"conflict.background": "#FEFAF9",
"conflict.border": "#E4DEDA",
"created": "#269D69",
"created.background": "#E4DEDA",
"created.border": "#ADADB0",
"deleted": "#e14775",
"deleted.background": "#FEFAF9",
"deleted.border": "#E4DEDA",
"error": "#e14775",
"error.background": "#FEFAF9",
"error.border": "#E4DEDA",
"hidden": "#767676",
"hidden.background": "#FEFAF9",
"hidden.border": "#E4DEDA",
"hint": "#7058be",
"hint.background": "#E4DEDA",
"hint.border": "#ADADB0",
"ignored": "#767676",
"ignored.background": "#FEFAF9",
"ignored.border": "#E4DEDA",
"info": "#1c8ca8",
"info.background": "#E4DEDA",
"info.border": "#ADADB0",
"modified": "#cc7a0a",
"modified.background": "#E4DEDA",
"modified.border": "#ADADB0",
"predictive": "#ADADB0",
"predictive.background": "#FEFAF9",
"predictive.border": "#E4DEDA",
"renamed": "#E14774",
"renamed.background": "#FEFAF9",
"renamed.border": "#E4DEDA",
"success": "#269D69",
"success.background": "#E4DEDA",
"success.border": "#ADADB0",
"unreachable": "#767676",
"unreachable.background": "#FEFAF9",
"unreachable.border": "#E4DEDA",
"warning": "#cc7a0a",
"warning.background": "#E4DEDA",
"warning.border": "#ADADB0",
"syntax": {
"attribute": {
"color": "#e14775",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#cc7a0a",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#767676",
"font_style": "italic",
"font_weight": null
},
"comment.doc": {
"color": "#767676",
"font_style": "italic",
"font_weight": null
},
"constant": {
"color": "#7058be",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#269D69",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#1c8ca8",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#e14775",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#e14775",
"font_style": "normal",
"font_weight": null
},
"link_text": {
"color": "#cc7a0a",
"font_style": "underline",
"font_weight": null
},
"link_uri": {
"color": "#7058be",
"font_style": "italic",
"font_weight": null
},
"number": {
"color": "#cc7a0a",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#269D69",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#7058be",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#269D69",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#e14775",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#e14775",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#e14775",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#7058be",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#cc7a0a",
"font_style": null,
"font_weight": 600
},
"type": {
"color": "#1c8ca8",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#7058be",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#e14775",
"font_style": null,
"font_weight": null
}
}
}
},
{
"name": "Molokai Dark",
"author": "Tomas Restrepo",
"url": "https://github.com/tomasr/molokai",
"mode": "dark",
"colors": {
"accent.background": "#2b2f30",
"accent.foreground": "#f8f8f2",
"accordion.active.background": "#1b1d1e",
"accordion.background": "#232526",
"accordion.hover.background": "#2b2d2e",
"background": "#1b1d1e",
"border": "#3b3b3b",
"card.background": "#272822",
"card.foreground": "#f8f8f2",
"danger.active.background": "#ff0000",
"danger.foreground": "#1b1d1e",
"danger.hover.background": "#ff3333",
"foreground": "#f8f8f2",
"input.border": "#3b3b3b",
"list.active.background": "#f9267211",
"list.active.border": "#f9267288",
"list.even.background": "#292c2e",
"muted.background": "#232526",
"muted.foreground": "#5e5c51",
"panel.background": "#1b1d1e",
"popover.background": "#1b1d1e",
"popover.foreground": "#f8f8f2",
"primary.active.background": "#dc1860",
"primary.background": "#f92672",
"primary.foreground": "#1b1d1e",
"primary.hover.background": "#f9347c",
"scrollbar.background": "#1b1d1e00",
"scrollbar.thumb.background": "#4b4b4b",
"secondary.background": "#292c2e",
"secondary.active.background": "#222426",
"secondary.foreground": "#f5f5f4",
"secondary.hover.background": "#303436",
"table.row.border": "#3b3b3b70",
"title_bar.background": "#262723",
"title_bar.border": "#3b3b3b",
"base.red": "#f92672",
"base.green": "#98e123",
"base.yellow": "#dfd460",
"base.blue": "#fd971f",
"base.magenta": "#AE81FF",
"base.cyan": "#66d9ef"
},
"highlight": {
"editor.foreground": "#DDDDDD",
"editor.background": "#000000",
"editor.active_line.background": "#131313",
"editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2",
"created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C",
"error.border": "#802207",
"hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8",
"hint.background": "#250c4b",
"hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D",
"info.border": "#082190",
"modified": "#B0A878",
"modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E",
"warning.border": "#7B6508",
"syntax": {
"attribute": {
"color": "#be9a52",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#9E9E9E",
"font_style": null,
"font_weight": null
},
"comment.doc": {
"color": "#9E9E9E",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#b5af9a",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#CACCCA",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#E19773",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#A86D3B",
"font_style": "normal",
"font_weight": null
},
"link_uri": {
"color": "#6F6D66",
"font_style": "italic",
"font_weight": null
},
"number": {
"color": "#E19773",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#76BA53",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#76BA53",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#76BA53",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#b5af9a",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#E1D797",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#A76D3B",
"font_style": null,
"font_weight": 600
},
"type": {
"color": "#A86D3B",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#CACCCA",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#E19773",
"font_style": null,
"font_weight": null
}
}
}
}
]