pex-gui
Version:
GUI controls for PEX.
36 lines (26 loc) • 707 B
JavaScript
export default {
fontFamily: `"Monaco", monospace`,
fontSize: 10,
capHeight: 0.09,
leftOffset: 10,
topOffset: 10,
columnWidth: 160,
tabHeight: 22,
headerSize: 18,
titleHeight: 20,
itemHeight: 16,
graphHeight: 40,
padding: 3,
textPadding: 2,
color: "rgba(255, 255, 255, 1)",
background: "rgba(0, 0, 0, 0.56)",
input: "rgba(150, 150, 150, 1)",
accent: "rgba(255, 255, 0, 1)",
tabBackground: "rgba(75, 75, 75, 1)",
tabColor: "rgba(175, 175, 175, 1)",
tabBackgroundActive: "rgba(46, 204, 113, 1)",
tabColorActive: "rgba(0, 0, 0, 1)",
headerBackground: "rgba(255, 255, 255, 1)",
headerColor: "rgba(0, 0, 0, 1)",
graphBackground: "rgba(50, 50, 50, 1)",
};