From c2d0fa50a8c7b021c9c85b6c839004d8c417b6db Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 1 Jan 2014 22:35:36 +0100 Subject: Adding Supercollider startup files --- .config/SuperCollider/sc_ide_conf.yaml | 79 ++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .config/SuperCollider/sc_ide_conf.yaml (limited to '.config/SuperCollider/sc_ide_conf.yaml') diff --git a/.config/SuperCollider/sc_ide_conf.yaml b/.config/SuperCollider/sc_ide_conf.yaml new file mode 100644 index 0000000..b15ee2b --- /dev/null +++ b/.config/SuperCollider/sc_ide_conf.yaml @@ -0,0 +1,79 @@ +IDE: + editor: + blinkDuration: 600 + colors: + evaluatedCode: !textFormat + color: "#000000" + background: "#f8a200" + lineNumbers: !textFormat + {} + matchingBrackets: !textFormat + color: "#ff0000" + bold: true + mismatchedBrackets: !textFormat + color: "#ffffff" + background: "#960000" + searchResult: !textFormat + color: "#7a7a7a" + background: "#36475a" + selection: !textFormat + {} + text: !textFormat + {} + font: + antialias: 2 + family: DejaVu Sans Mono + size: 10 + highlighting: + built-in: !textFormat + color: "#3333bf" + char: !textFormat + color: "#007300" + class: !textFormat + color: "#0000d2" + comment: !textFormat + color: "#bf0000" + env-var: !textFormat + color: "#8c4614" + keyword: !textFormat + color: "#0000e6" + bold: true + number: !textFormat + color: "#980099" + primitive: !textFormat + color: "#3333bf" + string: !textFormat + color: "#5f5f5f" + symbol: !textFormat + color: "#007300" + indentWidth: 4 + lineWrap: true + spaceIndent: false + stepForwardEvaluation: false + interpreter: + autoStart: true + runtimeDir: "" + mainWindow: + detached: !QVariantMap + documents-dock: "" + help-dock: "" + post-dock: "" + geometry: AdnQywABAAAAAAAAAAAAAAAABP8AAAMIAAAAAAAAAC0AAAN/AAADTAAAAAACAA== + state: AAAA/wAAAAD9AAAAAgAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAGQAbwBjAHUAbQBlAG4AdABzAC0AZABvAGMAawAAAAAA/////wAAAGMA////AAAAAQAAAlsAAAK//AIAAAAC+wAAABIAaABlAGwAcAAtAGQAbwBjAGsBAAAAFQAAAhIAAABMAP////sAAAASAHAAbwBzAHQALQBkAG8AYwBrAQAAAigAAACsAAAATAD///8AAAKkAAACvwAAAAEAAAACAAAAAQAAAAL8AAAAAA== + postWindow: + lineWrap: false + scrollback: 1000 + recentDocuments: !QVariantList + - /home/dave/.config/SuperCollider/startup.scd + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/scoreTick.scd + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/scoreTest.scd + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitSynth.sc + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitScheduler.sc + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/habits + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/habit.scd + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/Habit.sc + - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitTimer.sc + shortcuts: + editor-document-next: Alt+K + editor-document-previous: Alt+J + startWithSession: last \ No newline at end of file -- cgit v1.2.3-54-g00ecf