|
{ |
|
|
|
"atomKeymap.promptV3Features": true, |
|
"editor.fontFamily": "FiraCode-light, Menlo, Consolas, DejaVu Sans Mono, monospace", |
|
"editor.fontSize": 16, |
|
"editor.fontLigatures": true, |
|
"editor.minimap.enabled": false, |
|
"editor.multiCursorModifier": "ctrlCmd", |
|
"git.ignoreMissingGitWarning": true, |
|
"sync.anonymousGist": false, |
|
"sync.askGistName": false, |
|
"sync.autoDownload": true, |
|
"sync.autoUpload": true, |
|
"sync.forceDownload": false, |
|
"sync.gist": "1f89b4a15e89a2d98db7bdd22ec99284", |
|
"sync.host": "", |
|
"sync.lastDownload": "2018-05-20T05:22:39.379Z", |
|
"sync.lastUpload": "2018-06-14T22:33:21.969Z", |
|
"sync.pathPrefix": "", |
|
"sync.quietSync": false, |
|
"sync.removeExtensions": true, |
|
"sync.syncExtensions": true, |
|
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}", |
|
"window.zoomLevel": -1, |
|
"workbench.iconTheme": "file-icons-mac", |
|
"workbench.editor.tabCloseButton": "left", |
|
"workbench.editor.showIcons": false, |
|
"editor.codeActionsOnSave": { |
|
"source.fixAll.eslint": true, |
|
}, |
|
"terminal.integrated.fontFamily": "Hack Nerd Font", |
|
"terminal.integrated.fontSize": 14, |
|
// "vscode_custom_css.imports": [ |
|
// "file:///Users/leonardo/Dropbox/Apps/vscode_styles.css" |
|
// ], |
|
"vscode_custom_css.policy": true, |
|
"eslint.format.enable": true, |
|
"eslint.packageManager": "yarn", |
|
"workbench.startupEditor": "newUntitledFile", |
|
"javascript.updateImportsOnFileMove.enabled": "always", |
|
"cSpell.enabled": false, |
|
"editor.tabSize": 2, |
|
"prettier.requireConfig": true, |
|
"typescript.updateImportsOnFileMove.enabled": "always", |
|
"workbench.colorTheme": "GitHub Light", |
|
"aws.profile": "profile:leofc", |
|
"editor.renderWhitespace": "all", |
|
// "workbench.colorCustomizations": { |
|
// // https://gist.github.com/lol-russo/1c7a0b958be4b9434c5a120f24d5e7c3 |
|
// // https://github.com/wesbos/cobalt2-vscode/blob/master/theme/cobalt2.json |
|
// // https://github.com/thenikso/github-plus-theme/blob/master/themes/github-plus-theme.json |
|
// // https://github.com/huacnlee/vscode-macos-classic.theme/blob/master/theme/macOS-classic.json |
|
// // editor |
|
// // This is the main background color |
|
// "editor.background": "#193549", |
|
// // this is the main text colour |
|
// "editor.foreground": "#fff", |
|
// // Okay this part is confusing as heck! |
|
// // Currently found item |
|
// "editor.findMatchBackground": "#FF720066", |
|
// // Other Found Items int the document |
|
// "editor.findMatchHighlightBackground": "#CAD40F66", |
|
// // WTF is this one for? I don't know |
|
// "editor.findRangeHighlightBackground": "#243E51", |
|
// // When you hover over something and a popup shows, this highlights that thing |
|
// "editor.hoverHighlightBackground": "#ffc60033", |
|
// // when you have something selected, but have lost focus on the editor |
|
// "editor.inactiveSelectionBackground": "#003b8b", |
|
// // current line styles |
|
// "editor.lineHighlightBackground": "#1F4662", |
|
// "editor.lineHighlightBorder": "#234E6D", |
|
// "editor.rangeHighlightBackground": "#1F4662", |
|
// // selected Text colours |
|
// // This is the standard Select colour |
|
// "editor.selectionBackground": "#0050A4", |
|
// // This is the colour of the other matching elements |
|
// "editor.selectionHighlightBackground": "#0050A480", |
|
// // if you tab away you can colour it differently, but ill leave this one out |
|
// // "editor.inactiveSelectionBackground": "", |
|
// // Word Highlights! This happens when you move your cursor inside a variable |
|
// // Strong is the one where your cursor currently is |
|
// "editor.wordHighlightStrongBackground": "#ffffff21", |
|
// // and this one is the rest of them |
|
// "editor.wordHighlightBackground": "#ffffff21", |
|
// "editorBracketMatch.background": "#0d3a58", |
|
// "editorBracketMatch.border": "#ffc60080", |
|
// "editorCodeLens.foreground": "#aaa", |
|
// "editorCursor.foreground": "#ffc600", |
|
// "editorError.border": "#0d3a58", |
|
// "editorError.foreground": "#A22929", |
|
// // gutter |
|
// "editorGutter.background": "#12273866", |
|
// "editorGutter.addedBackground": "#3C9F4A", |
|
// "editorGutter.deletedBackground": "#A22929", |
|
// "editorGutter.modifiedBackground": "#26506D", |
|
// // editorGroup |
|
// "editorGroup.border": "#122738", |
|
// "editorGroup.dropBackground": "#12273899", |
|
// // editorGroupHeader |
|
// "editorGroupHeader.noTabsBackground": "#193549", |
|
// "editorGroupHeader.tabsBackground": "#c4c4c4", |
|
// "editorGroupHeader.tabsBorder": "#15232d", |
|
// // editorHoverWidget |
|
// "editorHoverWidget.background": "#15232d", |
|
// "editorHoverWidget.border": "#0d3a58", |
|
// "editorIndentGuide.background": "#3B5364", |
|
// "editorLineNumber.foreground": "#aaa", |
|
// "editorLink.activeForeground": "#aaa", |
|
// // editorMarkerNavigation |
|
// "editorMarkerNavigation.background": "#3B536433", |
|
// "editorMarkerNavigationError.background": "#A22929", |
|
// "editorMarkerNavigationWarning.background": "#ffc600", |
|
// // ruler |
|
// "editorOverviewRuler.border": "#0d3a58", |
|
// "editorOverviewRuler.commonContentForeground": "#ffc60055", |
|
// "editorOverviewRuler.currentContentForeground": "#ee3a4355", |
|
// "editorOverviewRuler.incomingContentForeground": "#3ad90055", |
|
// "editorRuler.foreground": "#1F4662", |
|
// // editorSuggestWidget |
|
// "editorSuggestWidget.background": "#15232d", |
|
// "editorSuggestWidget.border": "#15232d", |
|
// "editorSuggestWidget.foreground": "#aaa", |
|
// "editorSuggestWidget.highlightForeground": "#ffc600", |
|
// "editorSuggestWidget.selectedBackground": "#193549", |
|
// // editorWarning |
|
// "editorWarning.border": "#ffffff00", |
|
// "editorWarning.foreground": "#ffc600", |
|
// "editorWhitespace.foreground": "#ffffff1a", |
|
// "editorWidget.background": "#15232d", |
|
// "editorWidget.border": "#0d3a58", |
|
// "errorForeground": "#A22929", |
|
// // "notificationCenter.border": "#ffc600", |
|
// // "notificationCenterHeader.foreground": "#aaa", |
|
// // "notificationCenterHeader.background": "#122738", |
|
// // "notificationToast.border": "#ffc600", |
|
// // "notifications.foreground": "#aaa", |
|
// // "notifications.background": "#122738", |
|
// // "notifications.border": "#ffc600", |
|
// // "notificationLink.foreground": "#ffc600", |
|
// // panel |
|
// "panel.background": "#ffffff", |
|
// "panel.border": "#ffffff", |
|
// "panel.dropBackground": "#000000", |
|
// "panelTitle.activeBorder": "#ffffff", |
|
// "panelTitle.activeForeground": "#000000", |
|
// "panelTitle.inactiveForeground": "#aaa", |
|
|
|
// "tab.activeBackground": "#d8d6d8", |
|
// "tab.activeBorder": "#d8d6d8", |
|
// "tab.activeForeground": "#262426", |
|
// "tab.border": "#a09ea0", |
|
// "tab.inactiveBackground": "#c4c4c4", |
|
// "tab.inactiveForeground": "#575557", |
|
// "tab.unfocusedActiveForeground": "#aaa", |
|
// "tab.unfocusedInactiveForeground": "#aaa", |
|
// // --- workbench: terminal |
|
// "terminal.ansiBlack": "#000000", |
|
// "terminal.ansiRed": "#ff628c", |
|
// "terminal.ansiGreen": "#3ad900", |
|
// "terminal.ansiYellow": "#ffc600", |
|
// "terminal.ansiBlue": "#0088ff", |
|
// "terminal.ansiMagenta": "#fb94ff", |
|
// "terminal.ansiCyan": "#80fcff", |
|
// "terminal.ansiWhite": "#ffffff", |
|
// "terminal.ansiBrightBlack": "#0050A4", |
|
// "terminal.ansiBrightRed": "#ff628c", |
|
// "terminal.ansiBrightGreen": "#3ad900", |
|
// "terminal.ansiBrightYellow": "#ffc600", |
|
// "terminal.ansiBrightBlue": "#0088ff", |
|
// "terminal.ansiBrightMagenta": "#fb94ff", |
|
// "terminal.ansiBrightCyan": "#80fcff", |
|
// "terminal.ansiBrightWhite": "#193549", |
|
// "terminal.background": "#122738", |
|
// "terminal.foreground": "#ffffff", |
|
// "terminalCursor.background": "#ffc600", |
|
// "terminalCursor.foreground": "#ffc600", |
|
// "widget.shadow": "#ffffff00", |
|
// }, |
|
// "editor.tokenColorCustomizations": { |
|
// "[GitHub Plus]": { |
|
// "textMateRules": |
|
// [ |
|
// { |
|
// "name": "Comment", |
|
// "scope": [ |
|
// "comment", |
|
// "punctuation.definition.comment" |
|
// ], |
|
// "settings": { |
|
// "fontStyle": "italic", |
|
// "foreground": "#0088ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Constant", |
|
// "scope": "constant", |
|
// "settings": { |
|
// "foreground": "#ff628c" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Entity", |
|
// "scope": "entity", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Invalid", |
|
// "scope": "invalid", |
|
// "settings": { |
|
// "foreground": "#f44542" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Storage Type Function", |
|
// "scope": "storage.type.function", |
|
// "settings": { |
|
// "foreground": "#ff9d00" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Keyword", |
|
// "scope": "keyword, storage.type.class", |
|
// "settings": { |
|
// "foreground": "#ff9d00" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Meta", |
|
// "scope": "meta", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Meta JSX", |
|
// "scope": [ |
|
// "meta.jsx.children", |
|
// "meta.jsx.children.js", |
|
// "meta.jsx.children.tsx" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#fff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Meta Brace", |
|
// "scope": "meta.brace", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Punctuation", |
|
// "scope": "punctuation", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Punctuation Parameters", |
|
// "scope": "punctuation.definition.parameters", |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Punctuation Template Expression", |
|
// "scope": "punctuation.definition.template-expression", |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Storage", |
|
// "scope": "storage", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Storage Type Arrow Function", |
|
// "scope": "storage.type.function.arrow", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "String", |
|
// "scope": [ |
|
// "string", |
|
// "punctuation.definition.string" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#a5ff90" |
|
// } |
|
// }, |
|
// { |
|
// "name": "String Template", |
|
// "scope": [ |
|
// "string.template", |
|
// "punctuation.definition.string.template" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#3ad900" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Support", |
|
// "scope": "support", |
|
// "settings": { |
|
// "foreground": "#80ffbb" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Support Function", |
|
// "scope": "support.function", |
|
// "settings": { |
|
// "foreground": "#ff9d00" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Support Variable Property DOM", |
|
// "scope": "support.variable.property.dom", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Variable", |
|
// "scope": "variable", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - Entity", |
|
// "scope": [ |
|
// "source.css entity", |
|
// "source.stylus entity" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#3ad900" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - ID Selector", |
|
// "scope": "entity.other.attribute-name.id.css", |
|
// "settings": { |
|
// "foreground": "#FFB454" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - Element Selector", |
|
// "scope": "entity.name.tag", |
|
// "settings": { |
|
// "foreground": "#9EFFFF" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - Support", |
|
// "scope": [ |
|
// "source.css support", |
|
// "source.stylus support" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#a5ff90" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - Constant", |
|
// "scope": [ |
|
// "source.css constant", |
|
// "source.css support.constant", |
|
// "source.stylus constant", |
|
// "source.stylus support.constant" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - String", |
|
// "scope": [ |
|
// "source.css string", |
|
// "source.css punctuation.definition.string", |
|
// "source.stylus string", |
|
// "source.stylus punctuation.definition.string" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSS] - Variable", |
|
// "scope": [ |
|
// "source.css variable", |
|
// "source.stylus variable" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[HTML] - Entity Name", |
|
// "scope": "text.html.basic entity.name", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[HTML] - ID value", |
|
// "scope": "meta.toc-list.id.html", |
|
// "settings": { |
|
// "foreground": "#A5FF90" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[HTML] - Entity Other", |
|
// "scope": "text.html.basic entity.other", |
|
// "settings": { |
|
// "fontStyle": "italic", |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[HTML] - Script Tag", |
|
// "scope": "meta.tag.metadata.script.html entity.name.tag.html", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[HTML] - Quotes. these are a slightly different colour because expand selection will then not include quotes", |
|
// "scope": "punctuation.definition.string.begin, punctuation.definition.string.end", |
|
// "settings": { |
|
// "foreground": "#92fc79" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[INI] - Entity", |
|
// "scope": "source.ini entity", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[INI] - Keyword", |
|
// "scope": "source.ini keyword", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[INI] - Punctuation Definition", |
|
// "scope": "source.ini punctuation.definition", |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[INI] - Punctuation Separator", |
|
// "scope": "source.ini punctuation.separator", |
|
// "settings": { |
|
// "foreground": "#ff9d00" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[JAVASCRIPT] - Storage Type Function", |
|
// "scope": "source.js storage.type.function", |
|
// "settings": { |
|
// "foreground": "#fb94ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[JAVASCRIPT] - Variable Language", |
|
// "scope": "variable.language, entity.name.type.class.js", |
|
// "settings": { |
|
// "foreground": "#fb94ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[JAVASCRIPT] - Inherited Component", |
|
// "scope": "entity.other.inherited-class.js", |
|
// "settings": { |
|
// "foreground": "#ccc" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PYTHON] - Self Argument", |
|
// "scope": "variable.parameter.function.language.special.self.python", |
|
// "settings": { |
|
// "foreground": "#fb94ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[JSON] - Support", |
|
// "scope": "source.json support", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[JSON] - String", |
|
// "scope": [ |
|
// "source.json string", |
|
// "source.json punctuation.definition.string" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Heading Punctuation", |
|
// "scope": "punctuation.definition.heading.markdown", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Heading Name Section", |
|
// "scope": [ |
|
// "entity.name.section.markdown", |
|
// "markup.heading.setext.1.markdown", |
|
// "markup.heading.setext.2.markdown" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#ffc600", |
|
// "fontStyle": "bold" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Paragraph", |
|
// "scope": "meta.paragraph.markdown", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Quote Punctuation", |
|
// "scope": "beginning.punctuation.definition.quote.markdown", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Quote Paragraph", |
|
// "scope": "markup.quote.markdown meta.paragraph.markdown", |
|
// "settings": { |
|
// "fontStyle": "italic", |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Separator", |
|
// "scope": "meta.separator.markdown", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Emphasis Bold", |
|
// "scope": "markup.bold.markdown", |
|
// "settings": { |
|
// "fontStyle": "bold", |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Emphasis Italic", |
|
// "scope": "markup.italic.markdown", |
|
// "settings": { |
|
// "fontStyle": "italic", |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Lists", |
|
// "scope": "beginning.punctuation.definition.list.markdown", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Link Title", |
|
// "scope": "string.other.link.title.markdown", |
|
// "settings": { |
|
// "foreground": "#a5ff90" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Link/Image Title", |
|
// "scope": [ |
|
// "string.other.link.title.markdown", |
|
// "string.other.link.description.markdown", |
|
// "string.other.link.description.title.markdown" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#a5ff90" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Link Address", |
|
// "scope": [ |
|
// "markup.underline.link.markdown", |
|
// "markup.underline.link.image.markdown" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Inline Code", |
|
// "scope": [ |
|
// "fenced_code.block.language", |
|
// "markup.inline.raw.markdown" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[MARKDOWN] - Code Block", |
|
// "scope": [ |
|
// "fenced_code.block.language", |
|
// "markup.inline.raw.markdown" |
|
// ], |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PUG] - Entity Name", |
|
// "scope": "text.jade entity.name", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PUG] - Entity Attribute Name", |
|
// "scope": "text.jade entity.other.attribute-name.tag", |
|
// "settings": { |
|
// "fontStyle": "italic" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PUG] - String Interpolated", |
|
// "scope": "text.jade string.interpolated", |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Entity Name Type", |
|
// "scope": "source.ts entity.name.type", |
|
// "settings": { |
|
// "foreground": "#80ffbb" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Keyword", |
|
// "scope": "source.ts keyword", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Punctuation Parameters", |
|
// "scope": "source.ts punctuation.definition.parameters", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Punctuation Arrow Parameters", |
|
// "scope": "meta.arrow.ts punctuation.definition.parameters", |
|
// "settings": { |
|
// "foreground": "#ffee80" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Storage", |
|
// "scope": "source.ts storage", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Variable Language", |
|
// "scope": "variable.language, entity.name.type.class.ts, entity.name.type.class.tsx", |
|
// "settings": { |
|
// "foreground": "#fb94ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[TYPESCRIPT] - Inherited Component", |
|
// "scope": "entity.other.inherited-class.ts, entity.other.inherited-class.tsx", |
|
// "settings": { |
|
// "foreground": "#ccc" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PHP] - Entity", |
|
// "scope": "source.php entity", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[PHP] - Variables", |
|
// "scope": "variable.other.php", |
|
// "settings": { |
|
// "foreground": "#ffc600" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[C#] - Annotations", |
|
// "scope": "storage.type.cs", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[C#] - Properties", |
|
// "scope": "entity.name.variable.property.cs", |
|
// "settings": { |
|
// "foreground": "#9effff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[C#] - Storage modifiers", |
|
// "scope": "storage.modifier.cs", |
|
// "settings": { |
|
// "foreground": "#80ffbb" |
|
// } |
|
// }, |
|
// { |
|
// "name": "Italicsify for Operator Mono", |
|
// "scope": [ |
|
// "modifier", |
|
// "this", |
|
// "comment", |
|
// "storage.modifier.js", |
|
// "storage.modifier.ts", |
|
// "storage.modifier.tsx", |
|
// "entity.other.attribute-name.js", |
|
// "entity.other.attribute-name.ts", |
|
// "entity.other.attribute-name.tsx", |
|
// "entity.other.attribute-name.html" |
|
// ], |
|
// "settings": { |
|
// "fontStyle": "italic" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSHARP] - Modifiers and keyword types", |
|
// "scope": "storage.modifier.cs, keyword.type.cs", |
|
// "settings": { |
|
// "foreground": "#fb94ff" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSHARP] - Storage types", |
|
// "scope": "storage.type.cs", |
|
// "settings": { |
|
// "foreground": "#80ffbb" |
|
// } |
|
// }, |
|
// { |
|
// "name": "[CSHARP] - Namespaces, parameters, field variables, properties", |
|
// "scope": "entity.name.type.namespace.cs, entity.name.variable.parameter.cs, entity.name.variable.field.cs, entity.name.variable.property.cs", |
|
// "settings": { |
|
// "foreground": "#e1efff" |
|
// } |
|
// } |
|
// ] |
|
// } |
|
// } |
|
} |