{
    "name": "service",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#252727",
                "foreground": "#e8e1de",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#ffffff",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#ffffff",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#4b5656"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#88c448"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#6c8375"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#f0f5f5"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#6c8375"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#6c8375"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#a0afa1"
            }
        },
        {
            "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": "#a2d66b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#4b5656"
            }
        },
        {
            "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": "#6f7f7f"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "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": "#e8e1de"
            }
        },
        {
            "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": "#6c8375"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#6c8375",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#88c448",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#a2d66b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#a0afa1"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#6c8375",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#6c8375"
            }
        },
        {
            "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": "#e8e1de"
            }
        }
    ],
    "colors": {
        "foreground":"#e8e1de",
        "editor.background": "#252727",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#e8e1de",
        "editorWhitespace.foreground": "#4a4e4e",
        "editor.lineHighlightBackground": "#2c2f2f",
        "editor.selectionBackground": "#a2d66b55",
        "sideBar.background":"#313434",
        "sideBar.foreground":"#e8e1de",
        "sideBarSectionHeader.background": "#393c3c",
        "sideBarSectionHeader.foreground": "#e8e1de",
        "activityBar.background":"#2a2c2c",
        "activityBar.foreground":"#e8e1de",
        "activityBarBadge.background":"#6c8375",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#6c8375",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#6c8375",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#2c2f2f",
        "tab.inactiveBackground":"#2f3131",
        "editorGroupHeader.tabsBackground":"#2c2f2f",
        "titleBar.activeBackground":"#1b1d1d",
        "list.activeSelectionBackground":"#a0afa1",
        "list.hoverBackground":"#2c2f2f",
        "list.activeSelectionForeground":"#252727",
        "list.inactiveSelectionBackground":"#252727",
        "list.focusBackground":"#4a4e4e",
        "editorLineNumber.foreground":"#575b5b",
        "editorIndentGuide.background":"#3e4141",
        "editorWhitespace.foreground":"#3e4141",
        "editorRuler.foreground":"#3e4141",
        "editorLink.activeForeground":"#6c8375",
        "statusBar.noFolderBackground":"#a0afa1",
        "input.background":"#191a1a",
        "input.foreground":"#e8e1de",
        "input.border":"#4a4e4e",
        "input.placeholderForeground":"#525656",
        "inputOption.activeBorder":"#a0afa1",
        "input.activeBorder":"#6c8375",
        "progressBar.background":"#f0f5f5",
        "focusBorder":"#6c8375",
        "button.background":"#a0afa1",
        "button.foreground":"#ffffff",
        "panel.background":"#3e4141",
        "editorWidget.background":"#3e4141",
        "editorWidget.border":"#575b5b",
        "panelTitle.activeBorder":"#6c8375",
        "dropdown.background":"#202222",
        "dropdown.border":"#202222",
        "dropdown.foreground":"#e8e1de",
        "panelTitle.inactiveForeground":"#7c8383",
        "panel.border":"#575b5b",
        "scrollbarSlider.activeBackground":"#6c8375aa",
        "scrollbarSlider.background":"#575b5baa",
        "scrollbarSlider.hoverBackground":"#6c837555",
        "tab.inactiveForeground":"#898f8f",
        "editorGutter.background":"#202222",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#6f7676",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#6c837544",
        "editorBracketMatch.border":"#a0afa1",
        "notification.background":"#313434",
        "notification.foreground":"#e8e1de",
        "notification.buttonBackground":"#6c8375",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#191a1a",
        "terminal.foreground":"#e8e1de",
        "terminal.ansiBlack":"#313434",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#6c8375",
        "terminal.ansiYellow":"#a0afa1",
        "terminal.ansiBlue":"#f0f5f5",
        "terminal.ansiMagenta":"#a0afa1",
        "terminal.ansiCyan":"#6c8375",
        "terminal.ansiWhite":"#f2efed",
        "terminal.ansiBrightBlack":"#575b5b",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#a2b3a9",
        "terminal.ansiBrightYellow":"#d7ded8",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#d7ded8",
        "terminal.ansiBrightCyan":"#a2b3a9",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#6c8375",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#869c8f",
        "peekView.border":"#6c8375",
        "peekViewEditor.background":"#1b1d1d",
        "peekViewEditorGutter.background":"#202222",
        "peekViewResult.background":"#313434",
        "peekViewTitle.background":"#202222",
        "peekViewTitleLabel.foreground":"#e8e1de",
        "peekViewTitleDescription.foreground":"#e2d9d5",
        "peekViewResult.selectionBackground":"#2a2c2c",
        "peekViewResult.selectionForeground":"#e8e1de",
        "peekViewResult.fileForeground":"#e0d6d2",
        "peekViewResult.lineForeground":"#d3c6c0",
        "peekViewEditor.matchHighlightBackground":"#a0afa155",
        "peekViewResult.matchHighlightBackground":"#a0afa155",
        "editor.hoverHighlightBackground":"#6c837522",
        "editor.wordHighlightBackground":"#f0f5f522",
        "editor.wordHighlightStrongBackground":"#a0afa122",
        "editorOverviewRuler.findMatchForeground":"#a0afa155",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#0c0d0d",
        "editorSuggestWidget.highlightForeground":"#6c8375",
        "editorSuggestWidget.foreground":"#e8e1de",
        "editorSuggestWidget.selectedBackground":"#575b5b"
            }
}