aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/sc_ide_conf.yaml
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-01 22:35:36 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-01 22:35:36 +0100
commitc2d0fa50a8c7b021c9c85b6c839004d8c417b6db (patch)
treea357196b60f00b20fae67b630c0738f309b44f11 /.config/SuperCollider/sc_ide_conf.yaml
parentf485de5a631b2becd1910eb47bf7adf846663f20 (diff)
downloaddotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.gz
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.bz2
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.tar.xz
dotfiles-c2d0fa50a8c7b021c9c85b6c839004d8c417b6db.zip
Adding Supercollider startup files
Diffstat (limited to '.config/SuperCollider/sc_ide_conf.yaml')
-rw-r--r--.config/SuperCollider/sc_ide_conf.yaml79
1 files changed, 79 insertions, 0 deletions
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