{
    "name": "github-light",
    "type": "light",
    "tokenColors": [
        {
            "settings": {
                "background": "#ffffff",
                "foreground": "#555555",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#445588",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#008080",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#b8b6b1"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#008080"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#008080"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#445588"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#008080"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#dd1144"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#445588"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#445588"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#008080"
            }
        },
        {
            "name": "Library variable",
            "scope": "support.other.variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Invalid",
            "scope": "invalid",
            "settings": {
                "background": "#664e4d",
                "foreground": "#cf433e",
                "fontStyle": ""
            }
        },
        {
            "name": "Invalid deprecated",
            "scope": "invalid.deprecated",
            "settings": {
                "background": "#664e4d",
                "foreground": "#cf433e"
            }
        },
        {
            "name": "JSON String",
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#b8b6b1"
            }
        },
        {
            "name": "diff.deleted",
            "scope": "markup.deleted",
            "settings": {
                "foreground": "#e61f44"
            }
        },
        {
            "name": "diff.inserted",
            "scope": "markup.inserted",
            "settings": {
                "foreground": "#A6E22E"
            }
        },
        {
            "name": "diff.changed",
            "scope": "markup.changed",
            "settings": {
                "foreground": "#f7b83d"
            }
        },
        {
            "scope": "constant.numeric.line-number.find-in-files - match",
            "settings": {
                "foreground": "#8FBE00A0"
            }
        },
        {
            "scope": "entity.name.filename.find-in-files",
            "settings": {
                "foreground": "#E6DB74"
            }
        },
        {
            "scope": "keyword.other",
            "settings": {
                "foreground": "#949189"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#008080"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "name": "Function argument",
            "scope": "meta.property-name support.type.property-name",
            "settings": {
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "meta.property-value punctuation.separator.key-value",
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "keyword.other.use",
                "keyword.other.function.use",
                "keyword.other.namespace",
                "keyword.other.new",
                "keyword.other.special-method",
                "keyword.other.unit",
                "keyword.other.use-as"
            ],
            "settings": {
                "foreground": "#445588"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#445588",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#008080",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#dd1144",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#008080"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#dd1144"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#555555"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#445588",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#445588"
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": "markup.italic.markdown",
            "settings": {
                "fontStyle": "italic"
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": "markup.bold.markdown",
            "settings": {
                "fontStyle": "bold"
            }
        },
        {
            "name": "Markdown pre",
            "scope": "markup.raw.block.markdown",
            "settings": {
                "foreground": "#664e4d"
            }
        },
        {
            "name": "GitGutter deleted",
            "scope": "markup.deleted.git_gutter",
            "settings": {
                "foreground": "#e61f44"
            }
        },
        {
            "name": "GitGutter inserted",
            "scope": "markup.inserted.git_gutter",
            "settings": {
                "foreground": "#a7da1e"
            }
        },
        {
            "name": "GitGutter changed",
            "scope": "markup.changed.git_gutter",
            "settings": {
                "foreground": "#f7b83d"
            }
        },
        {
            "name": "Template expressions.",
            "scope": "meta.template.expression",
            "settings": {
                "foreground": "#555555"
            }
        }
    ],
    "colors": {
        "foreground":"#555555",
        "editor.background": "#ffffff",
        "editorCursor.foreground": "#444444",
        "editor.foreground": "#555555",
        "editorWhitespace.foreground": "#ffffff",
        "editor.lineHighlightBackground": "#ffffff",
        "editor.selectionBackground": "#00808055",
        "sideBar.background":"#ffffff",
        "sideBar.foreground":"#555555",
        "sideBarSectionHeader.background": "#ffffff",
        "sideBarSectionHeader.foreground": "#555555",
        "activityBar.background":"#ffffff",
        "activityBar.foreground":"#555555",
        "activityBarBadge.background":"#445588",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#445588",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#445588",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#ffffff",
        "tab.inactiveBackground":"#ffffff",
        "editorGroupHeader.tabsBackground":"#ffffff",
        "titleBar.activeBackground":"#f5f5f5",
        "list.activeSelectionBackground":"#008080",
        "list.hoverBackground":"#ffffff",
        "list.activeSelectionForeground":"#ffffff",
        "list.inactiveSelectionBackground":"#ffffff",
        "list.focusBackground":"#ffffff",
        "editorLineNumber.foreground":"#ffffff",
        "editorIndentGuide.background":"#ffffff",
        "editorWhitespace.foreground":"#ffffff",
        "editorRuler.foreground":"#ffffff",
        "editorLink.activeForeground":"#445588",
        "statusBar.noFolderBackground":"#008080",
        "input.background":"#f2f2f2",
        "input.foreground":"#555555",
        "input.border":"#ffffff",
        "input.placeholderForeground":"#ffffff",
        "inputOption.activeBorder":"#008080",
        "input.activeBorder":"#445588",
        "progressBar.background":"#dd1144",
        "focusBorder":"#445588",
        "button.background":"#008080",
        "button.foreground":"#ffffff",
        "panel.background":"#ffffff",
        "editorWidget.background":"#ffffff",
        "editorWidget.border":"#ffffff",
        "panelTitle.activeBorder":"#445588",
        "dropdown.background":"#fafafa",
        "dropdown.border":"#fafafa",
        "dropdown.foreground":"#555555",
        "panelTitle.inactiveForeground":"#ffffff",
        "panel.border":"#ffffff",
        "scrollbarSlider.activeBackground":"#445588aa",
        "scrollbarSlider.background":"#ffffffaa",
        "scrollbarSlider.hoverBackground":"#44558855",
        "tab.inactiveForeground":"#ffffff",
        "editorGutter.background":"#fafafa",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#ffffff",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#44558844",
        "editorBracketMatch.border":"#008080",
        "notification.background":"#ffffff",
        "notification.foreground":"#555555",
        "notification.buttonBackground":"#445588",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#f2f2f2",
        "terminal.foreground":"#555555",
        "terminal.ansiBlack":"#ffffff",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#445588",
        "terminal.ansiYellow":"#008080",
        "terminal.ansiBlue":"#dd1144",
        "terminal.ansiMagenta":"#555555",
        "terminal.ansiCyan":"#445588",
        "terminal.ansiWhite":"#626262",
        "terminal.ansiBrightBlack":"#ffffff",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#7788bb",
        "terminal.ansiBrightYellow":"#00e6e6",
        "terminal.ansiBrightBlue":"#f36186",
        "terminal.ansiBrightMagenta":"#888888",
        "terminal.ansiBrightCyan":"#7788bb",
        "terminal.ansiBrightWhite":"#888888",
        "extensionButton.prominentBackground":"#445588",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#556aaa",
        "peekView.border":"#445588",
        "peekViewEditor.background":"#f5f5f5",
        "peekViewEditorGutter.background":"#fafafa",
        "peekViewResult.background":"#ffffff",
        "peekViewTitle.background":"#fafafa",
        "peekViewTitleLabel.foreground":"#555555",
        "peekViewTitleDescription.foreground":"#4d4d4d",
        "peekViewResult.selectionBackground":"#ffffff",
        "peekViewResult.selectionForeground":"#555555",
        "peekViewResult.fileForeground":"#4b4b4b",
        "peekViewResult.lineForeground":"#3b3b3b",
        "peekViewEditor.matchHighlightBackground":"#00808055",
        "peekViewResult.matchHighlightBackground":"#00808055",
        "editor.hoverHighlightBackground":"#44558822",
        "editor.wordHighlightBackground":"#dd114422",
        "editor.wordHighlightStrongBackground":"#00808022",
        "editorOverviewRuler.findMatchForeground":"#00808055",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#e6e6e6",
        "editorSuggestWidget.highlightForeground":"#445588",
        "editorSuggestWidget.foreground":"#555555",
        "editorSuggestWidget.selectedBackground":"#ffffff"
        ,
        "editor.lineHighlightBackground": "#f7f7f7",
        "editorSuggestWidget.selectedBackground":"#d9d9d9",
        "scrollbar.shadow":"#999999",
        "editorGutter.modifiedBackground":"#c48405",
        "editorGutter.addedBackground":"#59a50b",
        "editorGutter.deletedBackground":"#a30e29",
        "gitDecoration.modifiedResourceForeground":"#c48405",
        "gitDecoration.deletedResourceForeground":"#a30e29",
        "gitDecoration.untrackedResourceForeground":"#59a50b",
        "gitDecoration.conflictingResourceForeground":"#6a1faf",
        "activityBar.background":"#555555",
        "activityBar.foreground":"#ffffff",
        "sideBar.background":"#f2f2f2",
        "sideBar.foreground":"#555555",
        "gitDecoration.ignoredResourceForeground":"#a6a6a6",
        "editorLineNumber.foreground":"#cccccc",
        "editorIndentGuide.background":"#e6e6e6",
        "editorWhitespace.foreground":"#e6e6e6",
        "editorRuler.foreground":"#e6e6e6",
        "editorGroup.background":"#f7f7f7",
        "tab.inactiveBackground":"#f5f5f5",
        "editorGroupHeader.tabsBackground":"#f7f7f7",
        "titleBar.activeBackground":"#d4d4d4",
        "titleBar.activeForeground":"#555555",
        "sideBarSectionHeader.background": "#d9d9d9",
        "sideBarSectionHeader.foreground": "#555555",
        "widget.shadow":"#cccccc55",
        "tab.activeForeground":"#555555",
        "tab.inactiveForeground":"#bbbbbb", 
        "tab.border":"#e0e0e0",
        "editor.selectionBackground": "#00808033",
        "panel.background":"#f5f5f5",
        "panelTitle.inactiveForeground":"#bfbfbf",
        "panelTitle.activeForeground":"#737373",
        "panel.border":"#e0e0e0",
        "list.activeSelectionForeground":"#ffffff",
        "scrollbarSlider.background":"#55555535",
        "input.background":"#ffffff",
        "input.foreground":"#555555",
        "input.border":"#999999",
        "input.placeholderForeground":"#cccccc",
        "terminal.background":"#ffffff",
        "notification.background":"#d9d9d9",
        "editorOverviewRuler.modifiedForeground":"#c48405",
        "editorOverviewRuler.addedForeground":"#59a50b",
        "editorOverviewRuler.deletedForeground":"#a30e29",
        "editorOverviewRuler.errorForeground":"#a30e29",
        "editorOverviewRuler.warningForeground":"#c48405",
        "editorOverviewRuler.infoForeground":"#6a1faf",
        "peekViewResult.background":"#f2f2f2",
        "peekViewTitle.background":"#fafafa",
        "peekViewTitleLabel.foreground":"#555555",
        "peekViewTitleDescription.foreground":"#4d4d4d",
        "peekViewResult.selectionBackground":"#ffffff",
        "peekViewResult.selectionForeground":"#626262",
        "peekViewResult.fileForeground":"#626262",
        "peekViewEditor.background":"#fafafa",
        "peekViewEditorGutter.background":"#f0f0f0",
        "editorWidget.background":"#f2f2f2",
        "editorWidget.border":"#cccccc",
        "list.focusBackground":"#d9d9d9",
        "peekViewResult.lineForeground":"#959595"
    }
}