description and source-codeconfig => {
return Object.assign({}, config, { foregroundColor, backgroundColor, borderColor, cursorColor, colors, termCSS: ` ${config.termCSS || ''} .cursor-node { mix-blend-mode: difference; } `, css: ` ${config.css || ''} .header_header { top: 0; right: 0; left: 0; } .tabs_list { background-color: #21252b !important; border-bottom-color: rgba(0, 0, 0, .15) !important;
}
.tab_tab.tab_active {
font-weight: 500;
background-color: ${backgroundColor};
border-color: rgba(0,0,0,.27) !important;
}
.tab_tab.tab_active::before {
border-bottom-color: ${backgroundColor};
}
`
})
}