Skip to content

Instantly share code, notes, and snippets.

@madskjeldgaard
Created October 16, 2018 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madskjeldgaard/4e3fdfb01709bf824d95536bbfa8d804 to your computer and use it in GitHub Desktop.
Save madskjeldgaard/4e3fdfb01709bf824d95536bbfa8d804 to your computer and use it in GitHub Desktop.
SuperCollider IDE color scheme (add this to your sc_ide_conf.yaml file under themes)
NordMads:
built-in: !textFormat
color: "#e5c179"
italic: false
char: !textFormat
color: "#76b3c6"
italic: false
class: !textFormat
color: "#76b3c6"
italic: false
comment: !textFormat
color: "#93b379"
italic: true
currentLine: !textFormat
background: "#3b4357"
italic: false
env-var: !textFormat
color: "#6e8fb4"
italic: false
evaluatedCode: !textFormat
color: "#2d3240"
background: "#76b3c6"
italic: false
keyword: !textFormat
color: "#a4799d"
bold: true
italic: false
lineNumbers: !textFormat
color: "#6e8fb4"
background: "#2d3240"
italic: false
matchingBrackets: !textFormat
color: "#b04b57"
background: "#2d3240"
bold: true
italic: false
mismatchedBrackets: !textFormat
color: "#b04b57"
background: "#2d3240"
italic: false
number: !textFormat
color: "#a4799d"
italic: false
postwindowemphasis: !textFormat
color: "#76b3c6"
bold: true
italic: false
postwindowerror: !textFormat
color: "#b04b57"
italic: false
postwindowsuccess: !textFormat
color: "#93b379"
italic: false
postwindowtext: !textFormat
color: "#76b3c6"
background: "#2d3240"
italic: false
postwindowwarning: !textFormat
color: "#e5c179"
italic: false
primitive: !textFormat
color: "#6e8fb4"
italic: false
searchResult: !textFormat
color: "#2d3240"
background: "#e5c179"
italic: false
selection: !textFormat
color: "#d0d7e4"
background: "#3b4357"
italic: false
string: !textFormat
color: "#dfe4ed"
italic: false
symbol: !textFormat
color: "#e5c179"
italic: false
text: !textFormat
color: "#d0d7e4"
background: "#2d3240"
bold: true
italic: false
whitespace: !textFormat
italic: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment