{
    "name": "loyal",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#413e4f",
                "foreground": "#bbb1c9",
                "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": "#655a72"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#9484d6"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#3cbbb1"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#b3adba"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#f5f2f9"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#3cbbb1"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#b3adba"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#ee4266"
            }
        },
        {
            "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": "#e5c71b"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#655a72"
            }
        },
        {
            "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": "#8b7f9a"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "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": "#bbb1c9"
            }
        },
        {
            "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": "#3cbbb1"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#3cbbb1",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#f5f2f9",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#e5c71b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#ee4266"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#9484d6"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#e5c71b"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#9484d6"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#9484d6"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#9484d6"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#3cbbb1",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#3cbbb1"
            }
        },
        {
            "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": "#bbb1c9"
            }
        }
    ],
    "colors": {
        "foreground":"#bbb1c9",
        "editor.background": "#413e4f",
        "editorCursor.foreground": "#f8f8f0",
        "editor.foreground": "#bbb1c9",
        "editorWhitespace.foreground": "#64607a",
        "editor.lineHighlightBackground": "#484558",
        "editor.selectionBackground": "#3cbbb155",
        "sideBar.background":"#4d495d",
        "sideBar.foreground":"#bbb1c9",
        "sideBarSectionHeader.background": "#545066",
        "sideBarSectionHeader.foreground": "#bbb1c9",
        "activityBar.background":"#464255",
        "activityBar.foreground":"#bbb1c9",
        "activityBarBadge.background":"#3cbbb1",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#3cbbb1",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#3cbbb1",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#484558",
        "tab.inactiveBackground":"#4a475a",
        "editorGroupHeader.tabsBackground":"#484558",
        "titleBar.activeBackground":"#383544",
        "list.activeSelectionBackground":"#ee4266",
        "list.hoverBackground":"#484558",
        "list.activeSelectionForeground":"#413e4f",
        "list.inactiveSelectionBackground":"#413e4f",
        "list.focusBackground":"#64607a",
        "editorLineNumber.foreground":"#706b88",
        "editorIndentGuide.background":"#58546c",
        "editorWhitespace.foreground":"#58546c",
        "editorRuler.foreground":"#58546c",
        "editorLink.activeForeground":"#3cbbb1",
        "statusBar.noFolderBackground":"#ee4266",
        "input.background":"#353341",
        "input.foreground":"#bbb1c9",
        "input.border":"#64607a",
        "input.placeholderForeground":"#6b6682",
        "inputOption.activeBorder":"#ee4266",
        "input.activeBorder":"#3cbbb1",
        "progressBar.background":"#b3adba",
        "focusBorder":"#3cbbb1",
        "button.background":"#ee4266",
        "button.foreground":"#ffffff",
        "panel.background":"#58546c",
        "editorWidget.background":"#58546c",
        "editorWidget.border":"#706b88",
        "panelTitle.activeBorder":"#3cbbb1",
        "dropdown.background":"#3c3a49",
        "dropdown.border":"#3c3a49",
        "dropdown.foreground":"#bbb1c9",
        "panelTitle.inactiveForeground":"#9894ab",
        "panel.border":"#706b88",
        "scrollbarSlider.activeBackground":"#3cbbb1aa",
        "scrollbarSlider.background":"#706b88aa",
        "scrollbarSlider.hoverBackground":"#3cbbb155",
        "tab.inactiveForeground":"#a6a3b6",
        "editorGutter.background":"#3c3a49",
        "editorGutter.modifiedBackground":"#f7b83d",
        "editorGutter.addedBackground":"#a7da1e",
        "editorGutter.deletedBackground":"#e61f44",
        "gitDecoration.modifiedResourceForeground":"#f7b83d",
        "gitDecoration.deletedResourceForeground":"#e61f44",
        "gitDecoration.untrackedResourceForeground":"#a7da1e",
        "gitDecoration.ignoredResourceForeground":"#8b86a0",
        "gitDecoration.conflictingResourceForeground":"#9d37fc",
        "editorBracketMatch.background":"#3cbbb144",
        "editorBracketMatch.border":"#ee4266",
        "notification.background":"#4d495d",
        "notification.foreground":"#bbb1c9",
        "notification.buttonBackground":"#3cbbb1",
        "notification.buttonForeground":"#ffffff",
        "notification.infoBackground":"#9d37fc",
        "notification.warningBackground":"#f7b83d",
        "notification.errorBackground":"#e61f44",
        "notification.infoForeground":"#ffffff",
        "notification.warningForeground":"#ffffff",
        "notification.errorForeground":"#ffffff",
        "terminal.background":"#353341",
        "terminal.foreground":"#bbb1c9",
        "terminal.ansiBlack":"#4d495d",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#3cbbb1",
        "terminal.ansiYellow":"#ee4266",
        "terminal.ansiBlue":"#b3adba",
        "terminal.ansiMagenta":"#9484d6",
        "terminal.ansiCyan":"#b3adba",
        "terminal.ansiWhite":"#c8c0d3",
        "terminal.ansiBrightBlack":"#706b88",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#85d8d1",
        "terminal.ansiBrightYellow":"#f6a0b2",
        "terminal.ansiBrightBlue":"#e6e4e9",
        "terminal.ansiBrightMagenta":"#d7d0ef",
        "terminal.ansiBrightCyan":"#e6e4e9",
        "terminal.ansiBrightWhite":"#f0edf3",
        "extensionButton.prominentBackground":"#3cbbb1",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#5fcbc3",
        "peekView.border":"#3cbbb1",
        "peekViewEditor.background":"#383544",
        "peekViewEditorGutter.background":"#3c3a49",
        "peekViewResult.background":"#4d495d",
        "peekViewTitle.background":"#3c3a49",
        "peekViewTitleLabel.foreground":"#bbb1c9",
        "peekViewTitleDescription.foreground":"#b3a8c3",
        "peekViewResult.selectionBackground":"#464255",
        "peekViewResult.selectionForeground":"#bbb1c9",
        "peekViewResult.fileForeground":"#b0a5c1",
        "peekViewResult.lineForeground":"#a193b4",
        "peekViewEditor.matchHighlightBackground":"#ee426655",
        "peekViewResult.matchHighlightBackground":"#ee426655",
        "editor.hoverHighlightBackground":"#3cbbb122",
        "editor.wordHighlightBackground":"#b3adba22",
        "editor.wordHighlightStrongBackground":"#ee426622",
        "editorOverviewRuler.findMatchForeground":"#ee426655",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#292832",
        "editorSuggestWidget.highlightForeground":"#3cbbb1",
        "editorSuggestWidget.foreground":"#bbb1c9",
        "editorSuggestWidget.selectedBackground":"#706b88"
            }
}