svg-term
Version:
Share terminal sessions via SVG and CSS
28 lines • 793 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultTheme = {
0: [40, 45, 53],
1: [232, 131, 136],
2: [168, 204, 140],
3: [219, 171, 121],
4: [113, 190, 242],
5: [210, 144, 228],
6: [102, 194, 205],
7: [185, 191, 202],
8: [111, 119, 131],
9: [232, 131, 136],
10: [168, 204, 140],
11: [219, 171, 121],
12: [115, 190, 243],
13: [210, 144, 227],
14: [102, 194, 205],
15: [255, 255, 255],
background: [40, 45, 53],
bold: [185, 192, 203],
cursor: [111, 118, 131],
text: [185, 192, 203],
fontSize: 1.67,
lineHeight: 1.3,
fontFamily: 'Monaco, Consolas, Menlo, \'Bitstream Vera Sans Mono\', \'Powerline Symbols\', monospace'
};
//# sourceMappingURL=default-theme.js.map