Skip to content

Instantly share code, notes, and snippets.

@tweakimp
Last active September 20, 2019 06:19
Show Gist options
  • Save tweakimp/7697f5de20281cd7ea57026dd81e53c9 to your computer and use it in GitHub Desktop.
Save tweakimp/7697f5de20281cd7ea57026dd81e53c9 to your computer and use it in GitHub Desktop.
theme.json
{
"colors": {
"activityBar.background": "#1E2428", // standard background
"activityBar.border": "#000000", // standard border
"activityBar.dropBackground":"#3E4246", // drag and drop
"activityBar.foreground": "#dcdcdc",
"activityBar.inactiveForeground": "#BCBDBE",
"activityBarBadge.background": "#0F1519",
"activityBarBadge.foreground": "#dcdcdc",
"badge.background": "#3E4246",
"badge.foreground": "#dcdcdc",
"breadcrumb.activeSelectionForeground": "#dcdcdc",
"breadcrumb.background": "#0F1519",
"breadcrumb.focusForeground": "#dcdcdc",
"breadcrumb.foreground": "#BCBDBE",
"breadcrumbPicker.background": "#0F1519",
"button.background": "#fac863",
"button.foreground": "#1E2428",
"button.hoverBackground": "#ffff80",
"checkbox.background": "#ff01ff",
"checkbox.border": "#ff02ff",
"checkbox.foreground": "#ff03ff",
"contrastActiveBorder": "#00000000", // transparent
"contrastBorder": "#00000000", // transparent
"debugExceptionWidget.background": "#1E2428",
"debugExceptionWidget.border": "#dcdcdc",
"debugToolBar.background": "#1E2428",
"debugToolBar.border": "#fac863",
"descriptionForeground": "#dcdcdc",
"diffEditor.border": "#fac863",
"diffEditor.insertedTextBackground": "#45e54520",
"diffEditor.insertedTextBorder": "#45e54550",
"diffEditor.removedTextBackground": "#e5454520",
"diffEditor.removedTextBorder": "#e5454550",
"dropdown.background": "#0F1519",
"dropdown.border": "#0F1519",
"dropdown.foreground": "#dcdcdc",
"dropdown.listBackground": "#0F1519",
"editor.background": "#0F1519",
"editor.findMatchBackground": "#4545e590",
"editor.findMatchBorder": "#00000000", // transparent
"editor.findMatchHighlightBackground": "#4545e550",
"editor.findMatchHighlightBorder": "#00000000", // transparent
"editor.findRangeHighlightBackground": "#4545e550",
"editor.findRangeHighlightBorder": "#00000000", // transparent
"editor.focusedStackFrameHighlightBackground": "#ff04ff",
"editor.foreground": "#dcdcdc",
"editor.hoverHighlightBackground": "#4E525550",
"editor.inactiveSelectionBackground": "#1E2428",
"editor.lineHighlightBackground": "#4E525550",
"editor.lineHighlightBorder": "#00000000", // border around current line not needed > transparent
"editor.rangeHighlightBackground": "#4E525515", // slight highlight for current line
"editor.rangeHighlightBorder": "#fac863", // border around current search result
"editor.selectionBackground": "#4E525540",
"editor.selectionForeground": "#dcdcdc",
"editor.selectionHighlightBackground": "#4E525540",
"editor.selectionHighlightBorder": "#00000000", // transparent
"editor.stackFrameHighlightBackground": "#ff05ff",
"editor.wordHighlightBackground": "#fac86330",
"editor.wordHighlightBorder": "#fac863",
"editor.wordHighlightStrongBackground": "#6D7073",
"editor.wordHighlightStrongBorder": "#fac863",
"editorBracketMatch.background": "#fac86350",
"editorBracketMatch.border": "#00000000", // transparent
"editorCodeLens.foreground": "#dcdcdc",
"editorCursor.background": "#ff06ff",
"editorCursor.foreground": "#fac863",
"editorError.border": "#3E4246",
"editorError.foreground": "#e54545",
"editorGroup.border": "#000000",
"editorGroup.dropBackground": "#3E4246",
"editorGroup.emptyBackground": "#0F1519",
"editorGroup.focusedEmptyBorder": "#fac863",
"editorGroupHeader.noTabsBackground": "#1E2428",
"editorGroupHeader.tabsBackground": "#1E2428",
"editorGroupHeader.tabsBorder": "#3E4246",
"editorGutter.addedBackground": "#80ff80",
"editorGutter.background": "#1E2428",
"editorGutter.commentRangeForeground": "#8080ff",
"editorGutter.deletedBackground": "#e54545",
"editorGutter.modifiedBackground": "#3E4246",
"editorHint.border": "#8080ff",
"editorHint.foreground": "#8080ff",
"editorHoverWidget.background": "#1E2428",
"editorHoverWidget.border": "#3E4246",
"editorHoverWidget.statusBarBackground": "#1E2428",
"editorIndentGuide.activeBackground": "#6D7073",
"editorIndentGuide.background": "#3E4246",
"editorInfo.border": "#00000000", // transparent
"editorInfo.foreground": "#8080ff", // zigzag lines for info
"editorLineNumber.activeForeground": "#dcdcdc",
"editorLineNumber.foreground": "#4E5255",
"editorLink.activeForeground": "#3E4246",
"editorMarkerNavigation.background": "#3E4246",
"editorMarkerNavigationError.background": "#e54545",
"editorMarkerNavigationInfo.background": "#ff07ff",
"editorMarkerNavigationWarning.background": "#fac863",
"editorOverviewRuler.addedForeground": "#fac863",
"editorOverviewRuler.border": "#00000000", // transparent
"editorOverviewRuler.bracketMatchForeground": "#fac863",
"editorOverviewRuler.commonContentForeground": "#fac863",
"editorOverviewRuler.currentContentForeground": "#fac863",
"editorOverviewRuler.deletedForeground": "#fac863",
"editorOverviewRuler.errorForeground": "#fac863",
"editorOverviewRuler.findMatchForeground": "#fac863",
"editorOverviewRuler.incomingContentForeground": "#fac863",
"editorOverviewRuler.infoForeground": "#fac863",
"editorOverviewRuler.modifiedForeground": "#fac863",
"editorOverviewRuler.rangeHighlightForeground": "#fac863",
"editorOverviewRuler.selectionHighlightForeground": "#fac863",
"editorOverviewRuler.warningForeground": "#fac863",
"editorOverviewRuler.wordHighlightForeground": "#fac863",
"editorOverviewRuler.wordHighlightStrongForeground": "#fac863",
"editorPane.background": "#1E2428",
"editorRuler.foreground": "#45e545",
"editor.snippetFinalTabstopHighlightBackground": "#ff08ff",
"editor.snippetFinalTabstopHighlightBorder": "#ff09ff",
"editor.snippetTabstopHighlightBackground": "#ff10ff",
"editor.snippetTabstopHighlightBorder": "#ff11ff",
"editorSuggestWidget.background": "#1E2428",
"editorSuggestWidget.border": "#0F1519",
"editorSuggestWidget.foreground": "#dcdcdc",
"editorSuggestWidget.highlightForeground": "#fac863",
"editorSuggestWidget.selectedBackground": "#3E4246",
"editorUnnecessaryCode.border": "#8080ff",
"editorUnnecessaryCode.opacity": "#8080ff",
"editorWarning.border": "#3E4246",
"editorWarning.foreground": "#fac863",
"editorWhitespace.foreground": "#4E5255",
"editorWidget.background": "#0F1519",
"editorWidget.border": "#3E4246",
"editorWidget.foreground": "#ff12ff",
"editorWidget.resizeBorder": "#fac863",
"errorForeground": "#e54545",
"extensionBadge.remoteBackground": "#ff13ff",
"extensionBadge.remoteForeground": "#ff14ff",
"extensionButton.prominentBackground": "#fac863",
"extensionButton.prominentForeground": "#1E2428",
"extensionButton.prominentHoverBackground": "#ffff80",
"focusBorder": "#3E4246",
"foreground": "#dcdcdc",
"gitDecoration.addedResourceForeground": "#ff15ff",
"gitDecoration.conflictingResourceForeground": "#ff80ff",
"gitDecoration.deletedResourceForeground": "#e54545",
"gitDecoration.ignoredResourceForeground": "#ACAEAF",
"gitDecoration.modifiedResourceForeground": "#fac863",
"gitDecoration.submoduleResourceForeground": "#ff16ff",
"gitDecoration.untrackedResourceForeground": "#80ffff",
"imagePreview.border": "#ff17ff",
"input.background": "#1E2428",
"input.border": "#3E4246",
"input.foreground": "#dcdcdc",
"input.placeholderForeground": "#dcdcdc",
"inputOption.activeBorder": "#fac863",
"inputOption.activeBackground": "#0F1519",
"inputValidation.errorBackground": "#1E2428", // transparent
"inputValidation.errorBorder": "#00000000", // transparent
"inputValidation.errorForeground": "#e54545",
"inputValidation.infoBackground": "#1E2428", // transparent
"inputValidation.infoBorder": "#00000000", // transparent
"inputValidation.infoForeground": "#e54545",
"inputValidation.warningBackground": "#1E2428", // transparent
"inputValidation.warningBorder": "#00000000", // transparent
"inputValidation.warningForeground": "#e54545",
"list.activeSelectionBackground": "#3E4246",
"list.activeSelectionForeground": "#dcdcdc",
"list.dropBackground": "#3E4246", // standard window background
"list.errorForeground": "#e54545", // file list error [standard red]
"list.focusBackground": "#3E4246", // standard window background > no extrawurst for focus
"list.focusForeground": "#dcdcdc",
"list.highlightForeground": "#fac863",
"list.hoverBackground": "#1E2428",
"list.hoverForeground": "#dcdcdc",
"list.inactiveFocusBackground": "#3E4246",
"list.inactiveSelectionBackground": "#3E4246",
"list.inactiveSelectionForeground": "#dcdcdc",
"list.invalidItemForeground": "#ff18ff",
"list.warningForeground": "#e54545",
"listFilterWidget.background": "#ff19ff",
"listFilterWidget.noMatchesOutline": "#ff20ff",
"listFilterWidget.outline": "#ff21ff",
"menu.background": "#1E2428",
"menu.border": "#00000000", // transparent
"menu.foreground": "#BCBDBE",
"menu.selectionBackground": "#3E4246",
"menu.selectionBorder": "#00000000", // transparent
"menu.selectionForeground": "#dcdcdc",
"menu.separatorBackground": "#4E5255",
"menubar.selectionBackground": "#3E4246",
"menubar.selectionBorder": "#00000000", // transparent
"menubar.selectionForeground": "#dcdcdc",
"merge.border": "#00000000", // transparent
"merge.commonContentBackground": "#00000000", // transparent
"merge.commonHeaderBackground": "#00000000", // transparent
"merge.currentContentBackground": "#00000000", // transparent
"merge.currentHeaderBackground": "#00000000", // transparent
"merge.incomingContentBackground": "#00000000", // transparent
"merge.incomingHeaderBackground": "#00000000", // transparent
"minimap.findMatchHighlight": "#ff22ff",
"notificationCenter.border": "#1E2428",
"notificationCenterHeader.background": "#1E2428",
"notificationCenterHeader.foreground": "#dcdcdc",
"notificationLink.foreground": "#8080ff",
"notificationToast.border": "#1E2428",
"notifications.background": "#1E2428",
"notifications.border": "#00000000", // transparent
"notifications.foreground": "#dcdcdc",
"panel.background": "#1E2428",
"panel.border": "#000000",
"panel.dropBackground": "#0F1519",
"panelInput.border": "#ff23ff",
"panelTitle.activeBorder": "#fac863",
"panelTitle.activeForeground": "#fac863",
"panelTitle.inactiveForeground": "#dcdcdc",
"peekView.border": "#3E4246",
"peekViewEditor.background": "#0F1519",
"peekViewEditor.matchHighlightBackground": "#1E2428bb",
"peekViewEditor.matchHighlightBorder": "#00000000", // transparent
"peekViewEditorGutter.background": "#1E2428",
"peekViewResult.background": "#1E2428",
"peekViewResult.fileForeground": "#dcdcdc",
"peekViewResult.lineForeground": "#ffffff",
"peekViewResult.matchHighlightBackground": "#1E2428",
"peekViewResult.selectionBackground": "#3E4246",
"peekViewResult.selectionForeground": "#ffffff",
"peekViewTitle.background": "#1E2428",
"peekViewTitleDescription.foreground": "#dcdcdc",
"peekViewTitleLabel.foreground": "#fac863",
"pickerGroup.border": "#0F1519",
"pickerGroup.foreground": "#dcdcdc",
"progressBar.background": "#fac863",
// "quickInput.background": "#1E2428",
// "quickInput.foreground": "#4E5255",
"scrollbar.shadow": "#000000cc",
"scrollbarSlider.activeBackground": "#fac863",
"scrollbarSlider.background": "#6D7073",
"scrollbarSlider.hoverBackground": "#dcdcdc",
"selection.background": "#dcdcdc",
"settings.checkboxBackground": "#1E2428",
"settings.checkboxBorder": "#3E4246",
"settings.checkboxForeground": "#dcdcdc",
"settings.dropdownBackground": "#1E2428",
"settings.dropdownBorder": "#3E4246",
"settings.dropdownForeground": "#dcdcdc",
"settings.dropdownListBorder": "#ff24ff",
"settings.headerForeground": "#fac863",
"settings.modifiedItemIndicator": "#cc8f52",
"settings.numberInputBackground": "#1E2428",
"settings.numberInputBorder": "#3E4246",
"settings.numberInputForeground": "#dcdcdc",
"settings.textInputBackground": "#1E2428",
"settings.textInputBorder": "#3E4246",
"settings.textInputForeground": "#dcdcdc",
"sideBar.background": "#0F1519",
"sideBar.border": "#000000",
"sideBar.dropBackground": "#dcdcdc75", // drag and drop
"sideBar.foreground": "#dcdcdc",
"sideBarSectionHeader.border": "#00000000", // Top Border on sidebar tabs, not wanted > transparent
"sideBarSectionHeader.background": "#1E2428",
"sideBarSectionHeader.foreground": "#dcdcdc",
"sideBarTitle.foreground": "#dcdcdc",
"statusBar.background": "#1E2428",
"statusBar.border": "#0F1519",
"statusBar.debuggingBackground": "#1E2428",
"statusBar.debuggingBorder": "#fac863",
"statusBar.debuggingForeground": "#4E5255",
"statusBar.foreground": "#dcdcdc",
"statusBar.noFolderBackground": "#1E2428",
"statusBar.noFolderBorder": "#3E4246",
"statusBar.noFolderForeground": "#dcdcdc",
"statusBarItem.activeBackground": "#0F1519",
"statusBarItem.hoverBackground": "#3E4246",
"statusBarItem.prominentBackground": "#1E2428",
"statusBarItem.prominentForeground": "#ff25ff",
"statusBarItem.prominentHoverBackground": "#3E4246",
"statusBarItem.remoteBackground": "#ff26ff",
"statusBarItem.remoteForeground": "#ff27ff",
"tab.activeBackground": "#0F1519",
"tab.activeBorder": "#fac863",
"tab.activeBorderTop": "#00000000", // Top Border on tab, not wanted > transparent
"tab.activeForeground": "#ffffff",
"tab.activeModifiedBorder": "#ff28ff",
"tab.border": "#0F1519", // border between tabs
"tab.hoverBackground": "#3E4246",
"tab.hoverBorder": "#dcdcdc",
"tab.inactiveBackground": "#1E2428",
"tab.inactiveForeground": "#dcdcdc",
"tab.inactiveModifiedBorder": "#ff29ff",
"tab.unfocusedActiveBorder": "#dcdcdc",
"tab.unfocusedActiveBorderTop":"#00000000", // Top Border on tab, not wanted > transparent
"tab.unfocusedActiveForeground": "#ffffff",
"tab.unfocusedActiveModifiedBorder": "#ff30ff",
"tab.unfocusedActiveBackground": "#ff31ff",
"tab.unfocusedHoverBackground": "#3E4246",
"tab.unfocusedHoverBorder": "#dcdcdc",
"tab.unfocusedInactiveForeground": "#dcdcdc",
"tab.unfocusedInactiveModifiedBorder": "#ff32ff",
"terminal.ansiBlack": "#0F1519",
"terminal.ansiBlue": "#4545e5",
"terminal.ansiBrightBlack": "#808080", //"#0f1c23", // function option color ("python -m")
"terminal.ansiBrightBlue": "#8080ff",
"terminal.ansiBrightCyan": "#80ffff",
"terminal.ansiBrightGreen": "#80ff80",
"terminal.ansiBrightMagenta": "#ff80ff",
"terminal.ansiBrightRed": "#ff8080",
"terminal.ansiBrightWhite": "#dcdcdc",
"terminal.ansiBrightYellow": "#ffff80",
"terminal.ansiCyan": "#45e6e5",
"terminal.ansiGreen": "#45e545",
"terminal.ansiMagenta": "#e545e5",
"terminal.ansiRed": "#e54545",
"terminal.ansiWhite": "#dcdcdc",
"terminal.ansiYellow": "#e5e545",
"terminal.background": "#1E2428",
"terminal.border": "#dcdcdc",
"terminal.foreground": "#dcdcdc",
"terminal.selectionBackground": "#4E525540",
"terminalCursor.background": "#ff33ff", //todo
"terminalCursor.foreground": "#fac863",
"textBlockQuote.background": "#1E2428",
"textBlockQuote.border": "#fac863",
"textCodeBlock.background": "#1E2428",
"textLink.activeForeground": "#80ff80",
"textLink.foreground": "#8080ff",
"textPreformat.foreground": "#fac863",
"textSeparator.foreground": "#fac863",
"titleBar.activeBackground": "#1E2428",
"titleBar.activeForeground": "#dcdcdc",
"titleBar.border": "#0F1519",
"titleBar.inactiveBackground": "#1E2428",
"titleBar.inactiveForeground": "#dcdcdc",
"tree.indentGuidesStroke": "#4E5255",
"walkThrough.embeddedEditorBackground": "#1E2428",
"welcomePage.background": "#0F1519",
"welcomePage.buttonBackground": "#1E2428", // button background
"welcomePage.buttonHoverBackground": "#3E4246", // button hover background
"widget.shadow": "#0F1519"
},
"name": "mytestNAME",
"tokenColors": [{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi"
],
"settings": {
"foreground": "#6D7073"
}
},
{
"name": "Variable",
"scope": [
"variable"
],
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "Keyword, Storage",
"scope": [
"keyword",
"storage.modifier",
"storage.type",
"storage.type.class.js"
],
"settings": {
"foreground": "#608060"
}
},
{
"name": "Operator, Misc",
"scope": [
"constant.other.color",
"keyword.operator",
"keyword.other.substitution",
"keyword.other.template",
"punctuation",
"punctuation.definition.tag",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html",
"punctuation.definition.tag.html",
"punctuation.section.embedded",
"punctuation.separator.inheritance.php"
],
"settings": {
"foreground": "#59b3b3"
}
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"markup.deleted.gigutter",
"meta.tag.sgml"
],
"settings": {
"foreground": "#e54545"
}
},
{
"name": "Function, Special Method, Block Level",
"scope": [
"entity.name.function",
"keyword.other.special-method",
"meta.block-level",
"meta.function-call",
"support.function",
"variable.function"
],
"settings": {
"foreground": "#ccbb88"
}
},
{
"name": "Other Variable, String Link",
"scope": [
"string.other.link",
"support.other.variable"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"constant.character",
"constant.language",
"constant.numeric",
"keyword.other.unit",
"support.constant",
"variable.parameter"
],
"settings": {
"foreground": "#cc8f52"
}
},
{
"name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [
"constant.other.key",
"constant.other.symbol",
"entity.other.inherited-class",
"markup.heading",
"markup.inserted.gigutter",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js",
"string"
],
"settings": {
"foreground": "#8fbf8f"
}
},
{
"name": "Class, Support",
"scope": [
"entity.name.class",
"entity.name.type.class",
"markup.changed.gigutter",
"meta.use.php",
"support.class",
"support.orther.namespace.use.php",
"support.other.namespace.php",
"support.type"
],
"settings": {
"foreground": "#fac863"
}
},
{
"name": "Sub-methods",
"scope": [
"entity.name.module.js",
"variable.import.parameter.js",
"variable.other.class.js"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "Language methods - Variable Language",
"scope": [
"variable.language"
],
"settings": {
"foreground": "#ff80ff"
}
},
{
"name": "entity.name.method.js",
"scope": [
"entity.name.method.js"
],
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "meta.method.js",
"scope": [
"meta.class-method.js entity.name.function.js",
"variable.function.constructor"
],
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "Attributes",
"scope": [
"entity.other.attribute-name"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "Inserted",
"scope": [
"markup.inserted"
],
"settings": {
"foreground": "#80ff80"
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "Changed",
"scope": [
"markup.changed"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "Regular Expressions",
"scope": [
"string.regexp"
],
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "Escape Characters",
"scope": [
"constant.character.escape"
],
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "URL",
"scope": [
"*link*",
"*uri*",
"*url*"
],
"settings": {
"fontStyle": "bold",
"foreground": "#4545e5"
}
},
{
"name": "Decorators",
"scope": [
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js"
],
"settings": {
"foreground": "#4545e5"
}
},
{
"name": "ES7 Bind Operator",
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[CSS] - Entity",
"scope": [
"source.css entity",
"source.scss entity"
],
"settings": {
"foreground": "#ff80ff"
}
},
{
"name": "[CSS] - Entity Tag Name",
"scope": [
"entity.name.tag",
"source.css entity.name",
"source.css entity.name.tag",
"source.css entity.name.tag entity.name.tag",
"source.scss entity.name.tag",
"source.scss entity.name.tag entity.name.tag"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[CSS] - Support",
"scope": "source.css support",
"settings": {
"foreground": "#fac863"
}
},
{
"name": "[CSS] - Constant",
"scope": [
"source.css constant",
"source.css support.constant"
],
"settings": {
"foreground": "#e5e545"
}
},
{
"name": "[CSS] - String",
"scope": [
"source.css punctuation.definition.string",
"source.css string",
"source.scss punctuation.definition.string",
"source.scss string"
],
"settings": {
"foreground": "#80ff80"
}
},
{
"name": "[CSS] - Variable",
"scope": "source.css variable",
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "[HTML] - Entity Name",
"scope": "text.html.basic entity.name",
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[HTML] - Script Tag",
"scope": "meta.tag.metadata.script.html entity.name.tag.html",
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[HTML] - Tag",
"scope": "text.html.basic entity.name.tag",
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[JAVASCRIPT] Keyword",
"scope": [
"source.js keyword"
],
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[JAVASCRIPT] Entity",
"scope": [
"source.js entity",
"source.js entity.name.tag"
],
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[JAVASCRIPT] Punctuation",
"scope": [
"source.js punctuation"
],
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[JAVASCRIPT] JSX Text",
"scope": [
"source.js meta.block"
],
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "[JAVASCRIPT] - Storage Type Function",
"scope": "source.js storage.type.function",
"settings": {
"foreground": "#ff80ff"
}
},
{
"name": "[JAVASCRIPT] - Variable Language",
"scope": "variable.language, entity.name.type.class.js",
"settings": {
"foreground": "#ff8080"
}
},
{
"name": "[MARKDOWN] - Changed",
"scope": "markup.changed",
"settings": {
"foreground": "#ff80ff"
}
},
{
"name": "[MARKDOWN] - Heading Punctuation",
"scope": "punctuation.definition.heading.markdown",
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "[MARKDOWN] - Heading Name Section",
"scope": [
"entity.name.section.markdown",
"markup.heading.setext.1.markdown",
"markup.heading.setext.2.markdown"
],
"settings": {
"fontStyle": "bold",
"foreground": "#fac863"
}
},
{
"name": "[MARKDOWN] - Paragraph",
"scope": "meta.paragraph.markdown",
"settings": {
"foreground": "#dcdcdc"
}
},
{
"name": "[MARKDOWN] - Quote Punctuation",
"scope": "beginning.punctuation.definition.quote.markdown",
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[MARKDOWN] - Quote Paragraph",
"scope": "markup.quote.markdown meta.paragraph.markdown",
"settings": {
"foreground": "#8080ff"
}
},
{
"name": "[MARKDOWN] - Separator",
"scope": "meta.separator.markdown",
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[MARKDOWN] - Emphasis Bold",
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold",
"foreground": "#80ffff"
}
},
{
"name": "[MARKDOWN] - Emphasis Italic",
"scope": "markup.italic.markdown",
"settings": {
"foreground": "#8080ff"
}
},
{
"name": "[MARKDOWN] - Lists",
"scope": "beginning.punctuation.definition.list.markdown",
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[MARKDOWN] - Link Title",
"scope": "string.other.link.title.markdown",
"settings": {
"foreground": "#80ff80"
}
},
{
"name": "[MARKDOWN] - Link/Image Title",
"scope": [
"string.other.link.description.markdown",
"string.other.link.description.title.markdown",
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#80ff80"
}
},
{
"name": "[MARKDOWN] - Link Address",
"scope": [
"markup.underline.link.image.markdown",
"markup.underline.link.markdown"
],
"settings": {
"foreground": "#8080ff"
}
},
{
"name": "[MARKDOWN] - Inline Code",
"scope": [
"fenced_code.block.language",
"markup.inline.raw.markdown"
],
"settings": {
"foreground": "#fac863"
}
},
{
"name": "[MARKDOWN] - Code Block",
"scope": [
"fenced_code.block.language",
"markup.inline.raw.markdown"
],
"settings": {
"foreground": "#8080ff"
}
},
{
"name": "[TYPESCRIPT] - Entity Name Type",
"scope": "source.ts entity.name.type",
"settings": {
"foreground": "#fac863"
}
},
{
"name": "[TYPESCRIPT] - Keyword",
"scope": "source.ts keyword",
"settings": {
"foreground": "#ff80ff"
}
},
{
"name": "[TYPESCRIPT] - Punctuation Parameters",
"scope": "source.ts punctuation.definition.parameters",
"settings": {
"foreground": "#80ffff"
}
},
{
"name": "[TYPESCRIPT] - Punctuation Arrow Parameters",
"scope": "meta.arrow.ts punctuation.definition.parameters",
"settings": {
"foreground": "#80ffff"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#4545e5"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#e54545"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#e54545"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#e545e5"
}
}
],
"type": "dark"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment