onwards
Version:
<p align="center"> <img alt='magoon-face' src='https://user-images.githubusercontent.com/14088342/230068165-5e013e79-2ff8-4fb5-a1f0-fd5b13e028a9.png' width='250'/> <h1 align="center">ONWARDS</h1> <p align="center">👏 Super simple shareable portforwa
21 lines (20 loc) • 338 B
JavaScript
;
exports.__esModule = true;
exports.theme = void 0;
var color = {
active: 'yellow',
inactive: 'white'
};
var icons = {
error: 'error',
complete: 'started'
};
var fonts = {
header: 'tiny'
};
exports.theme = {
color: color,
icons: icons,
border: 'round',
fonts: fonts
};