Adafruit-WebIDE/editor/config.js
2012-09-13 22:40:54 -05:00

38 lines
No EOL
750 B
JavaScript

exports.adafruit = {
"repository": "Adafruit-Raspberry-Pi-Python-Code",
"remote": "git://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git",
"remote_name": "adaremote"
};
exports.term = {
"shell": "bash",
"cwd": "./repositories",
"log": true,
"term": {
"termName": "xterm",
"geometry": [80, 15],
"scrollback": 1000,
"visualBell": false,
"popOnBell": false,
"cursorBlink": false,
"screenKeys": false,
"colors": [
"#2e3436",
"#cc0000",
"#4e9a06",
"#c4a000",
"#3465a4",
"#75507b",
"#06989a",
"#d3d7cf",
"#555753",
"#ef2929",
"#8ae234",
"#fce94f",
"#729fcf",
"#ad7fa8",
"#34e2e2",
"#eeeeec"
]
}
};