module.exports = { plain: { color: "#c8d3f5", backgroundColor: "#222436", }, styles: [ { types: ["prolog", "builtin"], style: { color: "#ff757f", }, }, { types: ["function"], style: { color: "#82aaff", }, }, { types: ["symbol"], style: { color: "#65bcff", }, }, { types: ["punctuation"], style: { color: "#c099ff", }, }, { types: ["string", "char", "tag", "selector"], style: { color: "#c3e88d", }, }, { types: ["keyword"], style: { color: "#fca7ea", }, }, { types: ["operator"], style: { color: "#89ddff", }, }, { types: ["constant", "boolean"], style: { color: "#ff966c", }, }, { types: ["variable"], style: { color: "#c8d3f5", }, }, { types: ["comment"], style: { color: "#636da6", fontStyle: "italic", }, }, { types: ["attr-name"], style: { color: "rgb(241, 250, 140)", }, }, ], };