{
    "name": "friction-light",
    "type": "dark",
    "tokenColors": [
        {
            "settings": {
                "background": "#ffffff",
                "foreground": "#38363f",
                "selectionForeground": "#ffffff",
                "findHighlight": "#ffe792",
                "findHighlightForeground": "#333333",
                "selectionBorder": "#ffffff",
                "bracketsForeground": "#38363f",
                "bracketsOptions": "underline",
                "bracketContentsForeground": "#38363f",
                "bracketContentsOptions": "underline",
                "tagsOptions": "stippled_underline"
            }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": {
                "foreground": "#545263"
            }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": {
                "foreground": "#bc6b79"
            }
        },
        {
            "name": "Number",
            "scope": "constant.numeric",
            "settings": {
                "foreground": "#bcae6b"
            }
        },
        {
            "name": "Built-in constant",
            "scope": "constant.language",
            "settings": {
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "User-defined constant",
            "scope": [
                "constant.character",
                "constant.other"
            ],
            "settings": {
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Variable",
            "scope": "variable",
            "settings": {
                "fontStyle": ""
            }
        },
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Storage",
            "scope": "storage",
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Storage type",
            "scope": "storage.type",
            "settings": {
                "fontStyle": "",
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Class name",
            "scope": "entity.name.class",
            "settings": {
                "fontStyle": "underline",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Inherited class",
            "scope": "entity.other.inherited-class",
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Function name",
            "scope": "entity.name.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#c2bed6"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.parameter",
            "settings": {
                "fontStyle": "",
                "foreground": "#403e4c"
            }
        },
        {
            "name": "Tag name",
            "scope": "entity.name.tag",
            "settings": {
                "fontStyle": "",
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Tag attribute",
            "scope": "entity.other.attribute-name",
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Library function",
            "scope": "support.function",
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Library constant",
            "scope": "support.constant",
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Library class/type",
            "scope": [
                "support.type",
                "support.class"
            ],
            "settings": {
                "fontStyle": "",
                "foreground": "#6aa7a7"
            }
        },
        {
            "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": "#bc6b79"
            }
        },
        {
            "name": "diff.header",
            "scope": [
                "meta.diff",
                "meta.diff.header"
            ],
            "settings": {
                "foreground": "#545263"
            }
        },
        {
            "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": "#78758d"
            }
        },
        {
            "scope": [
                "meta.property-value",
                "support.constant.property-value",
                "constant.other.color"
            ],
            "settings": {
                "foreground": "#bc6b79"
            }
        },
        {
            "scope": "meta.structure.dictionary.json string.quoted.double.json",
            "settings": {
                "foreground": "#6aa7a7"
            }
        },
        {
            "scope": "meta.structure.dictionary.value.json string.quoted.double.json",
            "settings": {
                "foreground": "#bc6b79"
            }
        },
        {
            "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": "#38363f"
            }
        },
        {
            "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": "#8d89a5"
            }
        },
        {
            "name": "Function argument",
            "scope": [
                "meta.use support.class.builtin",
                "meta.other.inherited-class support.class.builtin"
            ],
            "settings": {
                "foreground": "#8d89a5",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Function argument",
            "scope": "variable.other",
            "settings": {
                "foreground": "#403e4c",
                "fontStyle": "normal"
            }
        },
        {
            "name": "Coffeescript Function argument",
            "scope": "variable.parameter.function.coffee",
            "settings": {
                "foreground": "#bcae6b",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown Titles",
            "scope": "entity.name.section.markdown",
            "settings": {
                "foreground": "#6aa7a7"
            }
        },
        {
            "name": "Markdown Title Hash",
            "scope": "punctuation.definition.heading.markdown",
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Markdown Raw",
            "scope": "markup.raw.inline.markdown",
            "settings": {
                "foreground": "#bc6b79"
            }
        },
        {
            "name": "Markdown bold stars",
            "scope": [
                "punctuation.definition.bold.markdown",
                "punctuation.definition.italic.markdown"
            ],
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Markdown link title braces",
            "scope": [
                "punctuation.definition.string.begin.markdown",
                "punctuation.definition.string.end.markdown"
            ],
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Markdown link braces",
            "scope": "punctuation.definition.metadata.markdown",
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "name": "Markdown link",
            "scope": [
                "markup.underline.link.markdown",
                "markup.underline.link.image.markdown",
                "meta.image.inline.markdown"
            ],
            "settings": {
                "foreground": "#8d89a5",
                "fontStyle": ""
            }
        },
        {
            "name": "Markdown bold/italic",
            "scope": [
                "markup.bold.markdown",
                "markup.italic.markdown"
            ],
            "settings": {
                "foreground": "#8d89a5"
            }
        },
        {
            "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": "#38363f"
            }
        }
    ],
    "colors": {
        "foreground":"#38363f",
        "editor.background": "#ffffff",
        "editorCursor.foreground": "#333333",
        "editor.foreground": "#38363f",
        "editorWhitespace.foreground": "#ffffff",
        "editor.lineHighlightBackground": "#ffffff",
        "editor.selectionBackground": "#6aa7a755",
        "sideBar.background":"#ffffff",
        "sideBar.foreground":"#38363f",
        "sideBarSectionHeader.background": "#ffffff",
        "sideBarSectionHeader.foreground": "#38363f",
        "activityBar.background":"#ffffff",
        "activityBar.foreground":"#38363f",
        "activityBarBadge.background":"#8d89a5",
        "activityBarBadge.foreground":"#ffffff",
        "badge.background":"#8d89a5",
        "badge.foreground":"#ffffff",
        "statusBar.background":"#8d89a5",
        "statusBar.foreground":"#ffffff",
        "editorGroup.background":"#ffffff",
        "tab.inactiveBackground":"#ffffff",
        "editorGroupHeader.tabsBackground":"#ffffff",
        "titleBar.activeBackground":"#f5f5f5",
        "list.activeSelectionBackground":"#6aa7a7",
        "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":"#8d89a5",
        "statusBar.noFolderBackground":"#6aa7a7",
        "input.background":"#f2f2f2",
        "input.foreground":"#38363f",
        "input.border":"#ffffff",
        "input.placeholderForeground":"#ffffff",
        "inputOption.activeBorder":"#6aa7a7",
        "input.activeBorder":"#8d89a5",
        "progressBar.background":"#c2bed6",
        "focusBorder":"#8d89a5",
        "button.background":"#6aa7a7",
        "button.foreground":"#ffffff",
        "panel.background":"#ffffff",
        "editorWidget.background":"#ffffff",
        "editorWidget.border":"#ffffff",
        "panelTitle.activeBorder":"#8d89a5",
        "dropdown.background":"#fafafa",
        "dropdown.border":"#fafafa",
        "dropdown.foreground":"#38363f",
        "panelTitle.inactiveForeground":"#ffffff",
        "panel.border":"#ffffff",
        "scrollbarSlider.activeBackground":"#8d89a5aa",
        "scrollbarSlider.background":"#ffffffaa",
        "scrollbarSlider.hoverBackground":"#8d89a555",
        "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":"#8d89a544",
        "editorBracketMatch.border":"#6aa7a7",
        "notification.background":"#ffffff",
        "notification.foreground":"#38363f",
        "notification.buttonBackground":"#8d89a5",
        "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":"#38363f",
        "terminal.ansiBlack":"#ffffff",
        "terminal.ansiRed":"#ba0e2e",
        "terminal.ansiGreen":"#8d89a5",
        "terminal.ansiYellow":"#6aa7a7",
        "terminal.ansiBlue":"#c2bed6",
        "terminal.ansiMagenta":"#8d89a5",
        "terminal.ansiCyan":"#6aa7a7",
        "terminal.ansiWhite":"#44424d",
        "terminal.ansiBrightBlack":"#ffffff",
        "terminal.ansiBrightRed":"#f03e5f",
        "terminal.ansiBrightGreen":"#c5c3d1",
        "terminal.ansiBrightYellow":"#aacdcd",
        "terminal.ansiBrightBlue":"#fdfdfd",
        "terminal.ansiBrightMagenta":"#c5c3d1",
        "terminal.ansiBrightCyan":"#aacdcd",
        "terminal.ansiBrightWhite":"#696576",
        "extensionButton.prominentBackground":"#8d89a5",
        "extensionButton.prominentForeground":"#ffffff",
        "extensionButton.prominentHoverBackground":"#a9a6bb",
        "peekView.border":"#8d89a5",
        "peekViewEditor.background":"#f5f5f5",
        "peekViewEditorGutter.background":"#fafafa",
        "peekViewResult.background":"#ffffff",
        "peekViewTitle.background":"#fafafa",
        "peekViewTitleLabel.foreground":"#38363f",
        "peekViewTitleDescription.foreground":"#312f37",
        "peekViewResult.selectionBackground":"#ffffff",
        "peekViewResult.selectionForeground":"#38363f",
        "peekViewResult.fileForeground":"#2e2d34",
        "peekViewResult.lineForeground":"#201e24",
        "peekViewEditor.matchHighlightBackground":"#6aa7a755",
        "peekViewResult.matchHighlightBackground":"#6aa7a755",
        "editor.hoverHighlightBackground":"#8d89a522",
        "editor.wordHighlightBackground":"#c2bed622",
        "editor.wordHighlightStrongBackground":"#6aa7a722",
        "editorOverviewRuler.findMatchForeground":"#6aa7a755",
        "editorOverviewRuler.modifiedForeground":"#f7b83d",
        "editorOverviewRuler.addedForeground":"#a7da1e",
        "editorOverviewRuler.deletedForeground":"#e61f44",
        "editorOverviewRuler.errorForeground":"#e61f44",
        "editorOverviewRuler.warningForeground":"#f7b83d",
        "editorOverviewRuler.infoForeground":"#9d37fc",
        "scrollbar.shadow":"#e6e6e6",
        "editorSuggestWidget.highlightForeground":"#8d89a5",
        "editorSuggestWidget.foreground":"#38363f",
        "editorSuggestWidget.selectedBackground":"#ffffff"
            }
}