aboutsummaryrefslogtreecommitdiffstats
path: root/.config/SuperCollider/sc_ide_conf.yaml
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
committerDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
commit5398090beb583efb86717010f90ebdf2552c4b94 (patch)
treea550fa866f8ba0c66296888031298582ff3781d3 /.config/SuperCollider/sc_ide_conf.yaml
parenta24212e200da85e91c20d3f7c6631a19b4bab04f (diff)
parent30d3a2fdefce354b65019226ba1762b0403b8439 (diff)
downloaddotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.gz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.bz2
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.xz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.zip
Merge branch 'master' of sleepmap.de:config/dotfiles
* 'master' of sleepmap.de:config/dotfiles: (28 commits) .config/qtile/config.py: Disabling broken TreeTab layout. Adding scide to dev. Changing background picture to lowercase. Enabling notification widget. .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. bin/set_volume: Adding further increase/decrease shortcuts. .scvimrc: Adding system runtimepath for .sc files. .config/mpd/mpd-trvlr-jack.conf: Adding mpd configuration for trvlr using JACK. .config/mpd/mpd-trvlr.conf: Adding mpd configuration for trlvr. .config/mpd/mpd.conf: Switching audio backend to JACK in default mpd config. .config/conky/side: Removing broken xft settings. .config/compton.conf .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. .gitignore: Unignoring SuperCollider's startup file. .processing/preferences.txt: Removing configuration due to constant regneration and metadata leakage. .config/patchagerc: Removing useless configuration. .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. .arduino/preferences.txt: Removing arduino preferences due to redundancy. .scvimrc: Using horizontal split in tmux. Removing old trash from ftplugin identifiers. Using SClangStart only on scd files. .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. .config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars. .vdirsyncer/config: Adding 'b wins' conflict_resolution for akt. ...
Diffstat (limited to '.config/SuperCollider/sc_ide_conf.yaml')
-rw-r--r--.config/SuperCollider/sc_ide_conf.yaml106
1 files changed, 0 insertions, 106 deletions
diff --git a/.config/SuperCollider/sc_ide_conf.yaml b/.config/SuperCollider/sc_ide_conf.yaml
deleted file mode 100644
index 9fb139f..0000000
--- a/.config/SuperCollider/sc_ide_conf.yaml
+++ /dev/null
@@ -1,106 +0,0 @@
-IDE:
- editor:
- blinkDuration: 600
- font:
- antialias: 2
- family: DejaVu Sans Mono
- size: 10
- indentWidth: 4
- lineWrap: true
- spaceIndent: false
- stepForwardEvaluation: false
- theme: My old theme
- themes:
- My old theme:
- built-in: !textFormat
- color: "#3333bf"
- italic: false
- char: !textFormat
- color: "#007300"
- italic: false
- class: !textFormat
- color: "#0000d2"
- italic: false
- comment: !textFormat
- color: "#bf0000"
- italic: false
- currentLine: !textFormat
- color: "#000000"
- background: "#f4f4f4"
- italic: false
- env-var: !textFormat
- color: "#8c4614"
- italic: false
- evaluatedCode: !textFormat
- color: "#000000"
- background: "#f8a200"
- keyword: !textFormat
- color: "#0000e6"
- bold: true
- italic: false
- lineNumbers: !textFormat
- {}
- matchingBrackets: !textFormat
- color: "#ff0000"
- bold: true
- mismatchedBrackets: !textFormat
- color: "#ffffff"
- background: "#960000"
- italic: false
- number: !textFormat
- color: "#980099"
- italic: false
- postwindowemphasis: !textFormat
- color: "#000000"
- bold: true
- italic: false
- postwindowerror: !textFormat
- color: "#d11c24"
- italic: false
- postwindowsuccess: !textFormat
- color: "#738a05"
- italic: false
- postwindowtext: !textFormat
- color: "#000000"
- italic: false
- postwindowwarning: !textFormat
- color: "#a57706"
- italic: false
- primitive: !textFormat
- color: "#3333bf"
- italic: false
- searchResult: !textFormat
- color: "#7a7a7a"
- background: "#36475a"
- selection: !textFormat
- {}
- string: !textFormat
- color: "#5f5f5f"
- italic: false
- symbol: !textFormat
- color: "#007300"
- italic: false
- text: !textFormat
- {}
- whitespace: !textFormat
- color: "#7f7f7f"
- italic: false
- interpreter:
- autoStart: true
- runtimeDir: ""
- mainWindow:
- detached: !QVariantMap
- documents-dock: ""
- help-dock: ""
- post-dock: ""
- geometry: AdnQywACAAAAAAAAAAAAEgAABVUAAAL/AAAAAgAAABQAAAVTAAAC/QAAAAACAAAABVY=
- state: AAAA/wAAAAD9AAAAAgAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAGQAbwBjAHUAbQBlAG4AdABzAC0AZABvAGMAawAAAAAA/////wAAAF4A////AAAAAQAAAh4AAAK+/AIAAAAC+wAAABIAaABlAGwAcAAtAGQAbwBjAGsBAAAAEwAAAWQAAABMAP////sAAAASAHAAbwBzAHQALQBkAG8AYwBrAQAAAXgAAAFZAAAATAD///8AAAMzAAACvgAAAAEAAAACAAAAAQAAAAL8AAAAAA==
- postWindow:
- lineWrap: false
- scrollback: 1000
- recentDocuments: !QVariantList
- []
- shortcuts:
- editor-document-next: Alt+K
- editor-document-previous: Alt+J
- startWithSession: last \ No newline at end of file