{
    "name": "volatile",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#32373d",
                "foreground": "#c0ccdb",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#c0ccdb",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#c0ccdb",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#76818e"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#dac25c"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#db5a51"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#568769"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#568769"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#568769"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#ffffff"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#568769"
            }
        },
        {
            "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": "#dac25c"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#76818e"
            }
        },
        {
            "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": "#a0a8b1"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#dac25c"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#568769"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#dac25c"
            }
        },
        {
            "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": "#c0ccdb"
            }
        },
        {
            "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": "#ee9c3d"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#ee9c3d",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#ffffff",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#db5a51",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#568769"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#dac25c"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#ee9c3d",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#ee9c3d"
            }
        },
        {
            "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": "#c0ccdb"
            }
        }
    ],
    "colors": {
        "foreground":"#c0ccdb",
        "editor.background": "#32373d",
        "editorCursor.foreground": "#ffffff",
        "editor.foreground": "#c0ccdb",
        "editorWhitespace.foreground": "#545d67",
        "editor.lineHighlightBackground": "#393f45",
        "editor.selectionBackground": "#56876955",
        "sideBar.background":"#3d444b",
        "sideBar.foreground":"#c0ccdb",
        "sideBarSectionHeader.background": "#444b53",
        "sideBarSectionHeader.foreground": "#c0ccdb",
        "activityBar.background":"#373c43",
        "activityBar.foreground":"#c0ccdb",
        "activityBarBadge.background":"#ee9c3d",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#ee9c3d",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#ee9c3d",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#393f45",
        "tab.inactiveBackground":"#3b4148",
        "editorGroupHeader.tabsBackground":"#393f45",
        "titleBar.activeBackground":"#292d32",
        "list.activeSelectionBackground":"#568769",
        "list.hoverBackground":"#393f45",
        "list.activeSelectionForeground":"#32373d",
        "list.inactiveSelectionBackground":"#32373d",
        "list.focusBackground":"#545d67",
        "editorLineNumber.foreground":"#606a75",
        "editorIndentGuide.background":"#495059",
        "editorWhitespace.foreground":"#495059",
        "editorRuler.foreground":"#495059",
        "editorLink.activeForeground":"#ee9c3d",
        "statusBar.noFolderBackground":"#568769",
        "input.background":"#272a2f",
        "input.foreground":"#c0ccdb",
        "input.border":"#545d67",
        "input.placeholderForeground":"#5b646f",
        "inputOption.activeBorder":"#568769",
        "input.activeBorder":"#ee9c3d",
        "progressBar.background":"#ffffff",
        "focusBorder":"#ee9c3d",
        "button.background":"#568769",
        "button.foreground":"#ffffff",
        "panel.background":"#495059",
        "editorWidget.background":"#495059",
        "editorWidget.border":"#606a75",
        "panelTitle.activeBorder":"#ee9c3d",
        "dropdown.background":"#2d3237",
        "dropdown.border":"#2d3237",
        "dropdown.foreground":"#c0ccdb",
        "panelTitle.inactiveForeground":"#86909c",
        "panel.border":"#606a75",
        "scrollbarSlider.activeBackground":"#ee9c3daa",
        "scrollbarSlider.background":"#606a75aa",
        "scrollbarSlider.hoverBackground":"#ee9c3d55",
        "tab.inactiveForeground":"#949da7",
        "editorGutter.background":"#2d3237",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#788390",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#ee9c3d44",
        "editorBracketMatch.border":"#568769",
        "notification.background":"#3d444b",
        "notification.foreground":"#c0ccdb",
        "notification.buttonBackground":"#ee9c3d",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#272a2f",
        "terminal.foreground":"#c0ccdb",
        "terminal.ansiBlack":"#3d444b",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#ee9c3d",
        "terminal.ansiYellow":"#568769",
        "terminal.ansiBlue":"#ffffff",
        "terminal.ansiMagenta":"#ee9c3d",
        "terminal.ansiCyan":"#568769",
        "terminal.ansiWhite":"#d0d9e4",
        "terminal.ansiBrightBlack":"#606a75",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#f6cc9b",
        "terminal.ansiBrightYellow":"#8db69d",
        "terminal.ansiBrightBlue":"#ffffff",
        "terminal.ansiBrightMagenta":"#f6cc9b",
        "terminal.ansiBrightCyan":"#8db69d",
        "terminal.ansiBrightWhite":"#ffffff",
        "extensionButton.prominentBackground":"#ee9c3d",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#f2b46c",
        "peekView.border":"#ee9c3d",
        "peekViewEditor.background":"#292d32",
        "peekViewEditorGutter.background":"#2d3237",
        "peekViewResult.background":"#3d444b",
        "peekViewTitle.background":"#2d3237",
        "peekViewTitleLabel.foreground":"#c0ccdb",
        "peekViewTitleDescription.foreground":"#b6c4d5",
        "peekViewResult.selectionBackground":"#373c43",
        "peekViewResult.selectionForeground":"#c0ccdb",
        "peekViewResult.fileForeground":"#b3c1d4",
        "peekViewResult.lineForeground":"#a0b2c8",
        "peekViewEditor.matchHighlightBackground":"#56876955",
        "peekViewResult.matchHighlightBackground":"#56876955",
        "editor.hoverHighlightBackground":"#ee9c3d22",
        "editor.wordHighlightBackground":"#ffffff22",
        "editor.wordHighlightStrongBackground":"#56876922",
        "editorOverviewRuler.findMatchForeground":"#56876955",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#1b1e21",
        "editorSuggestWidget.highlightForeground":"#ee9c3d",
        "editorSuggestWidget.foreground":"#c0ccdb",
        "editorSuggestWidget.selectedBackground":"#606a75"
            }
}