Tema oscuro inspirado en el esquema de colores del tema Carbon de IntelliJ IDEA.
/* Demo resaltado y selección */
const theme = {
name: "Altered Carbon",
accents: ["teal", "yellow"],
background: "#172030"
};
function boot(modules = []) {
return modules.map(m => { ready: true, m });
}
// TODO: aplicar indent guides y números de línea
--bg-editor --fg-editor --accent-teal --accent-yellow --strings --numeric --functions --modifiers