Last active
November 22, 2019 20:00
-
-
Save Wujek280/544d79511a117d7d6cca3cbe53da46c8 to your computer and use it in GitHub Desktop.
Based on Panda Syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Brackets panda vscode port", | |
| "type": "dark", | |
| "colors": { | |
| "sideBarTitle.foreground": "#bbbbbb", | |
| "foreground": "#E6E6E6", | |
| "errorForeground": "#FF4B82", | |
| "activityBar.background": "#222223", | |
| "activityBar.foreground": "#E6E6E6", | |
| "activityBar.border": "#222223", | |
| "activityBarBadge.background": "#3bca0b66", | |
| "activityBarBadge.foreground": "#242526", | |
| "badge.background": "#6FC1FF", | |
| "badge.foreground": "#676B79", | |
| "progressBar.background": "#6FC1FF", | |
| "button.background": "#45A9F9", | |
| "button.foreground": "#FFFFFF", | |
| "button.hoverBackground": "#676B79", | |
| "diffEditor.insertedTextBackground": "#44ff0522", | |
| "diffEditor.removedTextBackground": "#FF4B8222", | |
| "merge.currentHeaderBackground": "#6FC1FF90", | |
| "merge.currentContentBackground": "#6FC1FF40", | |
| "merge.incomingHeaderBackground": "#45A9F990", | |
| "merge.incomingContentBackground": "#ddca7e40", | |
| "editor.background": "#242526", | |
| "editor.foreground": "#E6E6E6", | |
| "editorCursor.foreground": "#FF4B82", | |
| "editorRuler.foreground": "#6FC1FF60", | |
| "editorBracketMatch.border": "#3bca0b", | |
| "editorCodeLens.foreground": "#ddca7e40", | |
| "editorWhitespace.foreground": "#4E5260", | |
| "editor.selectionBackground": "#ddca7e40", | |
| "editor.inactiveSelectionBackground": "#ddca7e40", | |
| "editor.selectionHighlightBackground": "#ddca7e40", | |
| "editor.wordHighlightBackground": "#9a829760", | |
| "editor.wordHighlightStrongBackground": "#9a829770", | |
| "editor.findMatchBackground": "#6FC1FF90", | |
| "editor.findMatchHighlightBackground": "#ddca7e40", | |
| "editor.lineHighlightBackground": "#31353a", | |
| "editorWidget.background": "#242526", | |
| "editorWidget.border": "#373B41", | |
| "editorSuggestWidget.selectedBackground": "#44ff0599", | |
| "editorHoverWidget.background": "#31353a", | |
| "editorOverviewRuler.border": "#00000000", | |
| "editorOverviewRuler.modifiedForeground": "#9a8297", | |
| "editorOverviewRuler.addedForeground": "#3bca0b", | |
| "editorOverviewRuler.deletedForeground": "#FF4B82", | |
| "editorOverviewRuler.errorForeground": "#FF4B82", | |
| "editorOverviewRuler.warningForeground": "#9a8297", | |
| "editorOverviewRuler.infoForeground": "#6FC1FF", | |
| "extensionButton.prominentForeground": "#FFFFFF", | |
| "extensionButton.prominentBackground": "#45A9F9", | |
| "extensionButton.prominentHoverBackground": "#676B79", | |
| "editorError.foreground": "#FF4B82", | |
| "editorError.border": "#FF4B82", | |
| "editorWarning.foreground": "#9a8297", | |
| "editorWarning.border": "#9a8297", | |
| "editorGutter.modifiedBackground": "#9a8297", | |
| "editorGutter.addedBackground": "#3bca0b", | |
| "editorGutter.deletedBackground": "#FF4B82", | |
| "list.hoverBackground": "#292A2B", | |
| "list.hoverForeground": "#CDCDCD", | |
| "list.focusBackground": "#292A2B", | |
| "list.focusForeground": "#3bca0b", | |
| "list.activeSelectionBackground": "#292A2B", | |
| "list.activeSelectionForeground": "#3bca0b", | |
| "list.inactiveSelectionBackground": "#292A2B", | |
| "list.inactiveSelectionForeground": "#3bca0b", | |
| "list.highlightForeground": "#6FC1FF", | |
| "sideBar.background": "#242526", | |
| "sideBar.foreground": "#BBBBBB", | |
| "sideBar.border": "#222223", | |
| "scrollbar.shadow": "#222223", | |
| "scrollbarSlider.background": "#373B4199", | |
| "scrollbarSlider.activeBackground": "#757575", | |
| "scrollbarSlider.hoverBackground": "#757575", | |
| "statusBar.background": "#222223", | |
| "statusBar.foreground": "#E6E6E6", | |
| "statusBar.noFolderBackground": "#242526", | |
| "statusBar.noFolderForeground": "#E6E6E6", | |
| "statusBar.debuggingBackground": "#6FC1FF", | |
| "statusBar.debuggingForeground": "#E6E6E6", | |
| "titleBar.activeBackground": "#242526", | |
| "titleBar.activeForeground": "#E6E6E6", | |
| "titleBar.inactiveBackground": "#242526", | |
| "titleBar.inactiveForeground": "#E6E6E6", | |
| "tab.activeBackground": "#292A2B", | |
| "tab.activeForeground": "#3bca0b", | |
| "tab.activeBorder": "#3bca0b", | |
| "tab.inactiveBackground": "#242526", | |
| "tab.inactiveForeground": "#E6E6E6", | |
| "terminalCursor.background": "#E6E6E6", | |
| "terminalCursor.foreground": "#FF4B82", | |
| "terminal.ansiBlue": "#45A9F9", | |
| "terminal.ansiBrightBlack": "#757575", | |
| "terminal.ansiBrightBlue": "#6FC1FF", | |
| "terminal.ansiBrightCyan": "#BCAAFE", | |
| "terminal.ansiBrightGreen": "#3bca0b", | |
| "terminal.ansiBrightMagenta": "#9a8297", | |
| "terminal.ansiBrightRed": "#FF2C6D", | |
| "terminal.ansiBrightWhite": "#E6E6E6", | |
| "terminal.ansiBrightYellow": "#9a8297", | |
| "terminal.ansiCyan": "#6FC1FF", | |
| "terminal.ansiGreen": "#3bca0b", | |
| "terminal.ansiMagenta": "#9a8297", | |
| "terminal.ansiRed": "#FF2C6D", | |
| "terminal.ansiWhite": "#CDCDCD", | |
| "terminal.ansiYellow": "#ddca7e" | |
| }, | |
| "tokenColors": [ | |
| { | |
| "scope": "comment", | |
| "settings": { | |
| "foreground": "#96b38a", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "keyword", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.control, keyword.operator.new", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.operator.logical, keyword.operator.comparison", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "storage", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "constant", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "constant.character.escape", | |
| "settings": { | |
| "foreground": "#45A9F9" | |
| } | |
| }, | |
| { | |
| "scope": "variable", | |
| "settings": { | |
| "foreground": "#E6E6E6" | |
| } | |
| }, | |
| { | |
| "scope": "variable.parameter", | |
| "settings": { | |
| "foreground": "#809bbd" | |
| } | |
| }, | |
| { | |
| "scope": "meta.object-binding-pattern-variable.js variable", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.constant, variable.language.this, variable.interpolation", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.object", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "variable.other.property", | |
| "settings": { | |
| "foreground": "#E6E6E6" | |
| } | |
| }, | |
| { | |
| "scope": "invalid.illegal", | |
| "settings": { | |
| "border-bottom": "1px dashed rgba(255, 44, 109, 0.5)" | |
| } | |
| }, | |
| { | |
| "scope": "invalid.deprecated", | |
| "settings": { | |
| "background-foreground": "rgba(255, 44, 109, 0.62)" | |
| } | |
| }, | |
| { | |
| "scope": "string", | |
| "settings": { | |
| "foreground": "#96b38a" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.template-expression", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "support", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "support.class", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "support.type.object.module.js", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "support.function", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.inherited-class", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.yaml", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "meta.decorator punctuation.decorator", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "meta.decorator variable", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.other.special-method", | |
| "settings": { | |
| "foreground": "#45A9F9" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.control.at-rule", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.other.important", | |
| "settings": { | |
| "foreground": "#FF4B82" | |
| } | |
| }, | |
| { | |
| "scope": "variable.interpolation", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "meta.source.handlebars entity.name.tag", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.expression, punctuation.definition.subexpression, punctuation.definition.block.unescaped, punctuation.definition.tag", | |
| "settings": { | |
| "fontStyle": "italic", | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.function.expression", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.unescaped.expression", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "constant.other.symbol", | |
| "settings": { | |
| "foreground": "#3bca0b" | |
| } | |
| }, | |
| { | |
| "scope": "entity.expression variable.parameter.name", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "entity.expression variable.parameter.value", | |
| "settings": { | |
| "foreground": "#6FC1FF" | |
| } | |
| }, | |
| { | |
| "scope": "entity.expression support.function.builtin", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.html", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name.handlebars", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "support.class.component", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "meta.tag.js entity.name.tag", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.other.attribute-name", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "markup.bold", | |
| "settings": { | |
| "foreground": "#ddca7e", | |
| "font-weight": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.bold.markdown", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "font-weight": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "markup.changed", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "markup.deleted", | |
| "settings": { | |
| "foreground": "#FF2C6D" | |
| } | |
| }, | |
| { | |
| "scope": "markup.italic", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.italic.markdown", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "markup.inserted", | |
| "settings": { | |
| "foreground": "#3bca0b" | |
| } | |
| }, | |
| { | |
| "scope": "punctuation.definition.heading", | |
| "settings": { | |
| "foreground": "#3bca0b" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.section.markdown", | |
| "settings": { | |
| "foreground": "#BBBBBB" | |
| } | |
| }, | |
| { | |
| "scope": "markup.quote", | |
| "settings": { | |
| "foreground": "#ddca7e" | |
| } | |
| }, | |
| { | |
| "scope": "markup.inline.raw", | |
| "settings": { | |
| "foreground": "#3bca0b", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "beginning.punctuation.definition.list", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "markup.fenced_code.block.markdown punctuation.definition.markdown", | |
| "settings": { | |
| "foreground": "#757575" | |
| } | |
| }, | |
| { | |
| "scope": "fenced_code.block.language", | |
| "settings": { | |
| "foreground": "#BBBBBB", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "string.other.link", | |
| "settings": { | |
| "foreground": "#BBBBBB", | |
| "fontStyle": "normal" | |
| } | |
| }, | |
| { | |
| "scope": "meta.link.inline.markdown", | |
| "settings": { | |
| "foreground": "#45A9F9", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "text.html.markdown punctuation.definition.string", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "meta.tag.structure.any.html, meta.tag.other.html, entity.name.tag.html, meta.tag.metadata.script.html, entity.name.tag.jade", | |
| "settings": { | |
| "foreground": "#FF2C6D" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.inline.any.html, entity.name.tag.other.html, entity.name.tag.block.any.html", | |
| "settings": { | |
| "foreground": "#FF2C6D" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.css", | |
| "settings": { | |
| "foreground": "#FF2C6D" | |
| } | |
| }, | |
| { | |
| "scope": "support.type.property-name.css", | |
| "settings": { | |
| "foreground": "#809bbd" | |
| } | |
| }, | |
| { | |
| "scope": "variable.scss", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.tag.reference.scss", | |
| "settings": { | |
| "foreground": "#FF2C6D" | |
| } | |
| }, | |
| { | |
| "scope": "keyword.other.unit.rem.css, keyword.other.unit.vh.css, keyword.other.unit.px.css, keyword.other.unit.em.css, keyword.other.unit.deg.css, keyword.other.unit.percentage.css", | |
| "settings": { | |
| "foreground": "#ff6400" | |
| } | |
| }, | |
| { | |
| "scope": "string.regexp", | |
| "settings": { | |
| "foreground": "#45A9F9" | |
| } | |
| }, | |
| { | |
| "scope": "string.regexp keyword, string.regexp keyword.control", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "fontStyle": "normal" | |
| } | |
| }, | |
| { | |
| "scope": "string.regexp keyword.operator", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "comment.block.documentation", | |
| "settings": { | |
| "fontStyle": "normal" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.type.instance.jsdoc punctuation.definition", | |
| "settings": { | |
| "foreground": "#9a8297", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "entity.name.type.instance.jsdoc", | |
| "settings": { | |
| "foreground": "#CDCDCD", | |
| "fontStyle": "italic" | |
| } | |
| }, | |
| { | |
| "scope": "comment.block storage", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| }, | |
| { | |
| "scope": "comment.block storage.custom, variable.other.jsdoc, variable.other.jsdoc punctuation.definition.string", | |
| "settings": { | |
| "foreground": "#9a8297" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment