{
    "name": "comrade-light",
    "type": "light",
    "tokenColors": [
        {
            "settings": {
                "background": "#d6dbdb",
                "foreground": "#343939",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#343939",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#343939",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#9ba5a5"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#4eadad"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#c24e4b"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#343939"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#5e6b6b"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#c24e4b"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#c24e4b"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#7f9689"
            }
        },
        {
            "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": "#63a5a5"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#9ba5a5"
            }
        },
        {
            "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": "#738080"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "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": "#343939"
            }
        },
        {
            "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": "#c24e4b"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#c24e4b",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#5e6b6b",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#4eadad",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#63a5a5"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#7f9689"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#c24e4b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#c24e4b"
            }
        },
        {
            "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": "#343939"
            }
        }
    ],
    "colors": {
        "foreground":"#343939",
        "editor.background": "#d6dbdb",
        "editorCursor.foreground": "#222222",
        "editor.foreground": "#343939",
        "editorWhitespace.foreground": "#ffffff",
        "editor.lineHighlightBackground": "#dee2e2",
        "editor.selectionBackground": "#9bb7a755",
        "sideBar.background":"#e4e7e7",
        "sideBar.foreground":"#343939",
        "sideBarSectionHeader.background": "#eceeee",
        "sideBarSectionHeader.foreground": "#343939",
        "activityBar.background":"#dbe0e0",
        "activityBar.foreground":"#343939",
        "activityBarBadge.background":"#c24e4b",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#c24e4b",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#c24e4b",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#dee2e2",
        "tab.inactiveBackground":"#e1e5e5",
        "editorGroupHeader.tabsBackground":"#dee2e2",
        "titleBar.activeBackground":"#cbd1d1",
        "list.activeSelectionBackground":"#7f9689",
        "list.hoverBackground":"#dee2e2",
        "list.activeSelectionForeground":"#d6dbdb",
        "list.inactiveSelectionBackground":"#d6dbdb",
        "list.focusBackground":"#ffffff",
        "editorLineNumber.foreground":"#ffffff",
        "editorIndentGuide.background":"#f1f3f3",
        "editorWhitespace.foreground":"#f1f3f3",
        "editorRuler.foreground":"#f1f3f3",
        "editorLink.activeForeground":"#c24e4b",
        "statusBar.noFolderBackground":"#7f9689",
        "input.background":"#c8cfcf",
        "input.foreground":"#343939",
        "input.border":"#ffffff",
        "input.placeholderForeground":"#ffffff",
        "inputOption.activeBorder":"#7f9689",
        "input.activeBorder":"#c24e4b",
        "progressBar.background":"#343939",
        "focusBorder":"#c24e4b",
        "button.background":"#7f9689",
        "button.foreground":"#ffffff",
        "panel.background":"#f1f3f3",
        "editorWidget.background":"#f1f3f3",
        "editorWidget.border":"#ffffff",
        "panelTitle.activeBorder":"#c24e4b",
        "dropdown.background":"#d1d6d6",
        "dropdown.border":"#d1d6d6",
        "dropdown.foreground":"#343939",
        "panelTitle.inactiveForeground":"#ffffff",
        "panel.border":"#ffffff",
        "scrollbarSlider.activeBackground":"#c24e4baa",
        "scrollbarSlider.background":"#ffffffaa",
        "scrollbarSlider.hoverBackground":"#c24e4b55",
        "tab.inactiveForeground":"#ffffff",
        "editorGutter.background":"#d1d6d6",
        "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":"#c24e4b44",
        "editorBracketMatch.border":"#7f9689",
        "notification.background":"#e4e7e7",
        "notification.foreground":"#343939",
        "notification.buttonBackground":"#c24e4b",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#c8cfcf",
        "terminal.foreground":"#343939",
        "terminal.ansiBlack":"#e4e7e7",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#c24e4b",
        "terminal.ansiYellow":"#7f9689",
        "terminal.ansiBlue":"#343939",
        "terminal.ansiMagenta":"#7f9689",
        "terminal.ansiCyan":"#c24e4b",
        "terminal.ansiWhite":"#404646",
        "terminal.ansiBrightBlack":"#ffffff",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#dc9997",
        "terminal.ansiBrightYellow":"#b7c4bd",
        "terminal.ansiBrightBlue":"#656e6e",
        "terminal.ansiBrightMagenta":"#b7c4bd",
        "terminal.ansiBrightCyan":"#dc9997",
        "terminal.ansiBrightWhite":"#656e6e",
        "extensionButton.prominentBackground":"#c24e4b",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#cf7371",
        "peekView.border":"#c24e4b",
        "peekViewEditor.background":"#cbd1d1",
        "peekViewEditorGutter.background":"#d1d6d6",
        "peekViewResult.background":"#e4e7e7",
        "peekViewTitle.background":"#d1d6d6",
        "peekViewTitleLabel.foreground":"#343939",
        "peekViewTitleDescription.foreground":"#2d3131",
        "peekViewResult.selectionBackground":"#dbe0e0",
        "peekViewResult.selectionForeground":"#343939",
        "peekViewResult.fileForeground":"#2a2e2e",
        "peekViewResult.lineForeground":"#1c1e1e",
        "peekViewEditor.matchHighlightBackground":"#7f968955",
        "peekViewResult.matchHighlightBackground":"#7f968955",
        "editor.hoverHighlightBackground":"#c24e4b22",
        "editor.wordHighlightBackground":"#34393922",
        "editor.wordHighlightStrongBackground":"#7f968922",
        "editorOverviewRuler.findMatchForeground":"#7f968955",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#bbc3c3",
        "editorSuggestWidget.highlightForeground":"#c24e4b",
        "editorSuggestWidget.foreground":"#343939",
        "editorSuggestWidget.selectedBackground":"#ffffff"
        ,
        "editor.lineHighlightBackground": "#ced4d4",
        "editorSuggestWidget.selectedBackground":"#adb7b7",
        "scrollbar.shadow":"#6b7a7a",
        "editorGutter.modifiedBackground":"#c48405",
        "editorGutter.addedBackground":"#59a50b",
        "editorGutter.deletedBackground":"#a30e29",
        "gitDecoration.modifiedResourceForeground":"#c48405",
        "gitDecoration.deletedResourceForeground":"#a30e29",
        "gitDecoration.untrackedResourceForeground":"#59a50b",
        "gitDecoration.conflictingResourceForeground":"#6a1faf",
        "activityBar.background":"#343939",
        "activityBar.foreground":"#d6dbdb",
        "sideBar.background":"#c8cfcf",
        "sideBar.foreground":"#343939",
        "gitDecoration.ignoredResourceForeground":"#778888",
        "editorLineNumber.foreground":"#a0abab",
        "editorIndentGuide.background":"#bbc3c3",
        "editorWhitespace.foreground":"#bbc3c3",
        "editorRuler.foreground":"#bbc3c3",
        "editorGroup.background":"#ced4d4",
        "tab.inactiveBackground":"#cbd1d1",
        "editorGroupHeader.tabsBackground":"#ced4d4",
        "titleBar.activeBackground":"#b3b9b9",
        "titleBar.activeForeground":"#343939",
        "sideBarSectionHeader.background": "#adb7b7",
        "sideBarSectionHeader.foreground": "#343939",
        "widget.shadow":"#a0abab55",
        "tab.activeForeground":"#343939",
        "tab.inactiveForeground":"#98a1a1", 
        "tab.border":"#b5bebe",
        "editor.selectionBackground": "#9bb7a733",
        "panel.background":"#cbd1d1",
        "panelTitle.inactiveForeground":"#929f9f",
        "panelTitle.activeForeground":"#475151",
        "panel.border":"#b5bebe",
        "list.activeSelectionForeground":"#ffffff",
        "scrollbarSlider.background":"#34393935",
        "input.background":"#d6dbdb",
        "input.foreground":"#343939",
        "input.border":"#6b7a7a",
        "input.placeholderForeground":"#a0abab",
        "terminal.background":"#d6dbdb",
        "notification.background":"#adb7b7",
        "editorOverviewRuler.modifiedForeground":"#c48405",
        "editorOverviewRuler.addedForeground":"#59a50b",
        "editorOverviewRuler.deletedForeground":"#a30e29",
        "editorOverviewRuler.errorForeground":"#a30e29",
        "editorOverviewRuler.warningForeground":"#c48405",
        "editorOverviewRuler.infoForeground":"#6a1faf",
        "peekViewResult.background":"#c8cfcf",
        "peekViewTitle.background":"#d1d6d6",
        "peekViewTitleLabel.foreground":"#343939",
        "peekViewTitleDescription.foreground":"#2d3131",
        "peekViewResult.selectionBackground":"#dbe0e0",
        "peekViewResult.selectionForeground":"#404646",
        "peekViewResult.fileForeground":"#404646",
        "peekViewEditor.background":"#d1d6d6",
        "peekViewEditorGutter.background":"#c6cdcd",
        "editorWidget.background":"#c8cfcf",
        "editorWidget.border":"#a0abab",
        "list.focusBackground":"#adb7b7",
        "peekViewResult.lineForeground":"#717c7c"
    }
}