Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created February 23, 2018 10:06
Show Gist options
  • Save Epigene/a65bbf5e88d847b5e0622d42019fb678 to your computer and use it in GitHub Desktop.
Save Epigene/a65bbf5e88d847b5e0622d42019fb678 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Solarized Dark",
"editor.minimap.enabled": false,
"explorer.fontFamily": "DejaVu Sans Mono",
"explorer.autoReveal": false,
"editor.fontFamily": "DejaVu Sans Mono, 'Courier New', monospace, 'Droid Sans Fallback'",
"editor.tabSize": 2,
"editor.fontSize": 12.5,
"window.zoomLevel": 1,
"editor.rulers": [80, 120],
"explorer.openEditors.visible": 0,
"editor.tabCompletion": true,
"sync.gist": "a671fb3a02aac5e1840ecde5b3af7add",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "2018-01-22T11:32:40.244Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"[yaml]": {
"files.trimTrailingWhitespace": false
},
"[slim]": {
"files.trimTrailingWhitespace": false
},
"editor.renderWhitespace": true,
"editor.formatOnPaste": true,
"files.insertFinalNewline": true,
"workbench.startupEditor": "newUntitledFile",
"editor.renderIndentGuides": true,
"guides.enabled": false,
"guides.normal.enabled": true,
"guides.overrideDefault": true,
"subtleBrackets.styles": {
"global": {
"color": "black",
"backgroundColor": "white",
"borderColor": "yellow",
"borderWidth": "3px",
"borderStyle": "none none none none"
}
},
// Controls if quick suggestions should show up while typing
"editor.quickSuggestions": false,
// Controls if suggestions should be accepted on 'Enter' - in addition to 'Tab'. Helps to avoid ambiguity between inserting new lines or accepting suggestions. The value 'smart' means only accept a suggestion with Enter when it makes a textual change
"editor.acceptSuggestionOnEnter": "off",
// Controls the delay in ms after which quick suggestions will show up.
"editor.quickSuggestionsDelay": 15,
// Enable word based suggestions
"editor.wordBasedSuggestions": true,
// Enable parameter hints
"editor.parameterHints": true,
"files.exclude": {
"tmp/**/*": true,
"log/**/*": true,
"local/": true,
"**/.git": true, // this is a default value
"**/.DS_Store": true, // this is a default value
// "**/coverage": true, // this is a default value
"**/.vscode": true, // this is a default value
},
"workbench.colorCustomizations": {
"editor.selectionBackground": "#254966",
"editor.selectionHighlightBackground": "#0f4040"
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "source.ruby",
"settings": {
"foreground": "#1F8FEB",
}
},
{
"scope": "source.ruby string",
"settings": {
"foreground": "#f1f122"
}
},
{
"scope": "source.ruby punctuation",
"settings": {
"foreground": "#E7E7E7"
}
},
{
"scope": "source.ruby comment",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "source.ruby punctuation.definition.comment",
"settings": {
"foreground": "#AAAAAA"
}
},
{
"scope": "source.ruby variable.other.readwrite.instance.ruby punctuation.definition.variable.ruby",
"settings": {
"foreground": "#268BD2"
}
},
{
"scope": "source.ruby variable.other.readwrite.class.ruby punctuation.definition.variable.ruby",
"settings": {
"foreground": "#268BD2"
}
},
{
"scope": "source.ruby punctuation.definition.string",
"settings": {
"foreground": "#F1F144"
}
},
{
"scope": "source.ruby string.regexp",
"settings": {
"foreground": "#F1F144"
}
},
{
"scope": "source.ruby punctuation.separator.variable.ruby",
"settings": {
"foreground": "#09A511"
}
},
{
"scope": "source.ruby punctuation.separator.key-value",
"settings": {
"foreground": "#09A511"
}
},
{
"scope": "source.ruby constant.character.escape.ruby",
"settings": {
"foreground": "#F1C122"
}
},
{
"scope": "source.ruby meta.embedded.line.ruby",
"settings": {
"foreground": "#5DE745"
}
},
{
"scope": "source.ruby punctuation.section.embedded.begin",
"settings": {
"foreground": "#29A114"
}
},
{
"scope": "source.ruby punctuation.section.embedded.end",
"settings": {
"foreground": "#29A114"
}
},
{
"scope": "source.ruby variable.other.readwrite.global.pre-defined.ruby punctuation.definition.variable.ruby",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby variable.other.readwrite.global.pre-defined.ruby",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby keyword",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby keyword.operator",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby keyword.other.special-method.ruby",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby keyword.other.special-method.ruby",
"settings": {
"foreground": "#DBA225"
}
},
{
"scope": "source.ruby entity.name.type",
"settings": {
"foreground": "#6C8AEC"
}
},
{
"scope": "source.ruby support.class",
"settings": {
"foreground": "#C58E16"
}
},
{
"scope": "source.ruby variable.other.constant",
"settings": {
"foreground": "#C58E16"
}
},
{
"scope": "source.ruby constant.language.symbol.hashkey",
"settings": {
"foreground": "#ae86e3"
}
},
{
"scope": "source.ruby constant.language.symbol.hashkey.ruby punctuation",
"settings": {
"foreground": "#ae86e3"
}
},
{
"scope": "source.ruby constant.numeric",
"settings": {
"foreground": "#9074db"
}
},
{
"scope": "source.ruby constant.language.ruby",
"settings": {
"foreground": "#A8DF1E"
}
},
{
"scope": "source.ruby meta.function.method entity.name.function.ruby",
"settings": {
"foreground": "#9ee5ff"
}
},
{
"scope": "source.ruby variable.parameter.function.ruby",
"settings": {
"foreground": "#8A67D1"
}
},
{
"scope": "source.ruby meta.embedded punctuation.section",
"settings": {
"foreground": "#86D183"
}
},
{
"scope": "source.ruby constant.language.symbol.ruby",
"settings": {
"foreground": "#268BD2"
}
},
{
"scope": "source.ruby constant.language.symbol.ruby punctuation",
"settings": {
"foreground": "#268BD2"
}
},
{
"scope": "source.ruby constant.language.symbol.ruby punctuation.definition.symbol.begin.ruby",
"settings": {
"foreground": "#E7E7E7"
}
},
{
"scope": "source.ruby constant.language.symbol.ruby punctuation.definition.symbol.end.ruby",
"settings": {
"foreground": "#E7E7E7"
}
}
]
},
"workbench.iconTheme": "vs-minimal",
"editor.matchBrackets": false,
"extensions.ignoreRecommendations": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment