Last active
September 21, 2021 19:09
-
-
Save roman-kirsanov/ec8276327477e1c342cff6c74714cbbd to your computer and use it in GitHub Desktop.
GMONE Matcha VS Code Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// paste this to settings.json | |
"workbench.colorCustomizations": { | |
"activityBar.activeBackground": "#4cbf9913", | |
"activityBar.activeBorder": "#4cbf99", | |
"activityBar.activeFocusBorder": "#4cbf99", | |
"activityBar.background": "#0b0e0e", | |
"activityBar.dropBorder": "#3a4b4e", | |
"activityBar.inactiveForeground": "#a6a6a6", | |
"activityBarBadge.background": "#fa8d3e", | |
"activityBarBadge.foreground": "#000000", | |
"badge.background": "#fa8d3e", | |
"badge.foreground": "#000000", | |
"button.background": "#fa8d3e", | |
"button.foreground": "#000000", | |
"button.hoverBackground": "#c77031", | |
"diffEditor.insertedTextBackground": "#78bd6530", | |
"diffEditor.removedTextBackground": "#f0717135", | |
"dropdown.background": "#1d2628", | |
"dropdown.border": "#243032", | |
"editor.background": "#141a1b", | |
"editor.foldBackground": "#78bd6530", | |
"editor.foreground": "#d9d9d9", | |
"editor.lineHighlightBackground": "#1d2628", | |
"editor.selectionBackground": "#4cbf9930", | |
"editorBracketMatch.background": "#4cbf9920", | |
"editorBracketMatch.border": "#388c70", | |
"editorCursor.background": "#000000", | |
"editorCursor.foreground": "#4cbf99", | |
"editorError.foreground": "#f07171", | |
"editorGroup.border": "#0b0e0e", | |
"editorGroup.dropBackground": "#4cbf9930", | |
"editorGroupHeader.noTabsBackground": "#1d2628", | |
"editorGroupHeader.tabsBackground": "#1d2628", | |
"editorGutter.addedBackground": "#78bd65", | |
"editorGutter.deletedBackground": "#f07171", | |
"editorGutter.modifiedBackground": "#399ee6", | |
"editorHoverWidget.border": "#273335", | |
"editorIndentGuide.activeBackground": "#4cbf99", | |
"editorIndentGuide.background": "#273335", | |
"editorInfo.foreground": "#399ee6", | |
"editorLineNumber.activeForeground": "#88a2a6", | |
"editorLineNumber.foreground": "#3f5256", | |
"editorLink.activeForeground": "#4cbf99", | |
"editorMarkerNavigation.background": "#141a1b", | |
"editorMarkerNavigationError.background": "#f07171", | |
"editorMarkerNavigationInfo.background": "#399ee6", | |
"editorMarkerNavigationWarning.background": "#ef7c2a", | |
"editorOverviewRuler.addedForeground": "#399ee6", | |
"editorOverviewRuler.border": "#273335", | |
"editorOverviewRuler.bracketMatchForeground": "#4cbf99", | |
"editorOverviewRuler.deletedForeground": "#399ee6", | |
"editorOverviewRuler.errorForeground": "#f07171", | |
"editorOverviewRuler.infoForeground": "#399ee6", | |
"editorOverviewRuler.modifiedForeground": "#399ee6", | |
"editorOverviewRuler.selectionHighlightForeground": "#4cbf99", | |
"editorOverviewRuler.warningForeground": "#ef7c2a", | |
"editorPane.background": "#0c1011", | |
"editorRuler.foreground": "#273335", | |
"editorSuggestWidget.background": "#1d2628", | |
"editorSuggestWidget.border": "#273335", | |
"editorSuggestWidget.highlightForeground": "#a470d8", | |
"editorWarning.foreground": "#ef7c2a", | |
"editorWhitespace.foreground": "#3a4b4e", | |
"editorWidget.background": "#141a1b", | |
"editorWidget.resizeBorder": "#273335", | |
"errorForeground": "#f07171", | |
"extensionButton.prominentBackground": "#fa8d3e", | |
"extensionButton.prominentForeground": "#000000", | |
"extensionButton.prominentHoverBackground": "#c77031", | |
"focusBorder": "#4cbf99", | |
"foreground": "#d9d9d9", | |
"gitDecoration.addedResourceForeground": "#78bd65", | |
"gitDecoration.deletedResourceForeground": "#f07171", | |
"gitDecoration.modifiedResourceForeground": "#399ee6", | |
"gitDecoration.stageDeletedResourceForeground": "#f07171", | |
"gitDecoration.stageModifiedResourceForeground": "#399ee6", | |
"input.background": "#1d2628", | |
"input.border": "#243032", | |
"inputValidation.errorBackground": "#f0717190", | |
"inputValidation.errorBorder": "#f07171", | |
"inputValidation.errorForeground": "#000000", | |
"inputValidation.infoBackground": "#399ee690", | |
"inputValidation.infoBorder": "#399ee6", | |
"inputValidation.infoForeground": "#000000", | |
"inputValidation.warningBackground": "#ef7c2a90", | |
"inputValidation.warningBorder": "#ef7c2a", | |
"inputValidation.warningForeground": "#000000", | |
"list.activeSelectionBackground": "#4cbf9920", | |
"list.errorForeground": "#f07171", | |
"list.focusBackground": "#4cbf9930", | |
"list.highlightForeground": "#a470d8", | |
"list.hoverBackground": "#1f282a", | |
"list.inactiveSelectionBackground": "#4cbf9925", | |
"list.warningForeground": "#ef7c2a", | |
"menu.background": "#141a1b", | |
"menu.foreground": "#d9d9d9", | |
"menu.selectionBackground": "#4cbf99dd", | |
"menu.selectionForeground": "#000000", | |
"menu.separatorBackground": "#3a4b4e", | |
"minimap.errorHighlight": "#f07171", | |
"minimap.selectionHighlight": "#4cbf9980", | |
"minimap.warningHighlight": "#ef7c2a", | |
"minimapGutter.addedBackground": "#78bd65", | |
"minimapGutter.deletedBackground": "#f07171", | |
"minimapGutter.modifiedBackground": "#399ee6", | |
"notebook.focusedRowBorder": "#4cbf99", | |
"notifications.background": "#141a1b", | |
"notificationsErrorIcon.foreground": "#f07171", | |
"notificationsInfoIcon.foreground": "#399ee6", | |
"notificationsWarningIcon.foreground": "#ef7c2a", | |
"panelTitle.activeBorder": "#4cbf99", | |
"peekViewResult.background": "#1d2628", | |
"peekViewTitle.background": "#0b0e0e", | |
"pickerGroup.border": "#010102", | |
"pickerGroup.foreground": "#4cbf99", | |
"problemsErrorIcon.foreground": "#f07171", | |
"problemsInfoIcon.foreground": "#399ee6", | |
"problemsWarningIcon.foreground": "#ef7c2a", | |
"progressBar.background": "#4cbf99", | |
"scrollbar.shadow": "#000000", | |
"scrollbarSlider.activeBackground": "#3a4b4e40", | |
"scrollbarSlider.background": "#4d646850", | |
"scrollbarSlider.hoverBackground": "#607c8140", | |
"selection.background": "#4cbf9980", | |
"settings.modifiedItemIndicator": "#399ee6", | |
"sideBar.background": "#0f1415", | |
"sideBarSectionHeader.background": "#182022", | |
"statusBar.background": "#0b0e0e", | |
"statusBarItem.hoverBackground": "#1f2728", | |
"statusBarItem.prominentBackground": "#4cbf99", | |
"statusBarItem.prominentForeground": "#000000", | |
"statusBarItem.prominentHoverBackground": "#42a685", | |
"tab.activeBackground": "#141a1b", | |
"tab.activeBorder": "#4cbf99", | |
"tab.activeModifiedBorder": "#399ee6", | |
"tab.border": "#273335", | |
"tab.hoverBackground": "#273335", | |
"tab.inactiveBackground": "#1d2628", | |
"tab.lastPinnedBorder": "#4cbf9950", | |
"terminal.selectionBackground": "#4cbf99", | |
"terminalCursor.background": "#000000", | |
"terminalCursor.foreground": "#4cbf99", | |
"textLink.activeForeground": "#78bd65", | |
"textLink.foreground": "#ffce6b", | |
"textPreformat.foreground": "#fa8d3e", | |
"textSeparator.foreground": "#010102", | |
"titleBar.activeBackground": "#1d2628", | |
"titleBar.border": "#212b2d", | |
"titleBar.inactiveBackground": "#141a1b", | |
"widget.shadow": "#000000", | |
}, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "invalid", | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.embedded", | |
"source.groovy.embedded", | |
"meta.template.expression" | |
], | |
"settings": { | |
"foreground": "#D9D9D9" | |
} | |
}, | |
{ | |
"scope": [ | |
"variable", | |
"support.variable.property.dom", | |
"support.variable.dom", | |
"support.variable.property", | |
"punctuation.separator.parameter", | |
"string.interpolated.pug variable" | |
], | |
"settings": { | |
"foreground": "#D9D9D9" | |
} | |
}, | |
{ | |
"scope": [ | |
"comment", | |
"punctuation.definition.comment" | |
], | |
"settings": { | |
"foreground": "#567074" | |
} | |
}, | |
{ | |
"scope": [ | |
"string", | |
"punctuation.definition.string" | |
], | |
"settings": { | |
"foreground": "#4CBF99" | |
} | |
}, | |
{ | |
"scope": "constant.character.escape", | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": [ | |
"keyword", | |
"constant.language.import-export-all" | |
], | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.name.type", | |
"support.type.primitive", | |
"support.type.builtin", | |
"meta.type.annotation entity.name.type", | |
"meta.type.parameters entity.name.type" | |
], | |
"settings": { | |
"foreground": "#399EE6" | |
} | |
}, | |
{ | |
"scope": [ | |
"keyword.control", | |
"storage", | |
"support.type", | |
"keyword.operator.expression", | |
"keyword.operator.new" | |
], | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.name.function", | |
"support.class", | |
"support.function", | |
"new.expr entity.name.type", | |
"entity.other.inherited-class" | |
], | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": [ | |
"punctuation.definition.typeparameters", | |
"keyword.operator.type", | |
"keyword.operator.optional", | |
"source.tsx punctuation.section.embedded", | |
"source.jsx punctuation.section.embedded" | |
], | |
"settings": { | |
"foreground": "#FA8D3E" | |
} | |
}, | |
{ | |
"scope": "constant", | |
"settings": { | |
"foreground": "#399EE6" | |
} | |
}, | |
{ | |
"scope": [ | |
"constant.numeric", | |
"constant.language" | |
], | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": [ | |
"variable.parameter", | |
"parameter.variable", | |
"meta.function.parameter variable", | |
"source.rust meta.type_params.rust" | |
], | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": [ | |
"punctuation", | |
"meta.brace" | |
], | |
"settings": { | |
"foreground": "#808080" | |
} | |
}, | |
{ | |
"scope": "comment.block.documentation entity.name.type", | |
"settings": { | |
"foreground": "#FA8D3E" | |
} | |
}, | |
{ | |
"scope": [ | |
"variable.language.this", | |
"variable.language.special.self" | |
], | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.tag.metadata.doctype entity.name.tag", | |
"meta.tag.metadata.doctype punctuation.definition.tag", | |
"meta.tag.metadata.doctype string", | |
"meta.tag.metadata.doctype entity.other.attribute-name.html", | |
"meta.tag.sgml.doctype" | |
], | |
"settings": { | |
"foreground": "#808080" | |
} | |
}, | |
{ | |
"scope": "entity.name.tag", | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": "meta.tag string", | |
"settings": { | |
"foreground": "#4CBF99" | |
} | |
}, | |
{ | |
"scope": "meta.attribute punctuation.definition.string", | |
"settings": { | |
"foreground": "#808080" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.tag entity.other.attribute-name", | |
"entity.other.attribute-name.html" | |
], | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": [ | |
"constant.character.entity", | |
"punctuation.definition.entity" | |
], | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.name.section.markdown", | |
"markup.heading.setext" | |
], | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "punctuation.definition.list", | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "meta.separator.markdown", | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "markup.inline.raw", | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": "markup.bold", | |
"settings": { | |
"fontStyle": "bold" | |
} | |
}, | |
{ | |
"scope": "markup.italic", | |
"settings": { | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.link punctuation.definition.string", | |
"meta.image punctuation.definition.string" | |
], | |
"settings": { | |
"foreground": "#808080" | |
} | |
}, | |
{ | |
"scope": [ | |
"link", | |
"markup.underline.link", | |
"constant.other.reference.link.markdown" | |
], | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": "markup.quote", | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.name.tag.css", | |
"entity.name.tag.wildcard" | |
], | |
"settings": { | |
"foreground": "#4CBF99" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.other.attribute-name.class", | |
"entity.other.attribute-name punctuation.definition.entity" | |
], | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.other.attribute-name.pseudo-element", | |
"entity.other.attribute-name.pseudo-class", | |
"constant.other.color" | |
], | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": [ | |
"entity.other.attribute-name.id", | |
"entity.other.attribute-name.id punctuation.definition.entity" | |
], | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": "source.css constant.numeric", | |
"settings": { | |
"foreground": "#4CBF99" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.property-name", | |
"support.type.property-name" | |
], | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": [ | |
"meta.property-value", | |
"meta.property-value constant.other", | |
"support.constant.property-value" | |
], | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": "variable.parameter.url", | |
"settings": { | |
"foreground": "#A470D8" | |
} | |
}, | |
{ | |
"scope": "punctuation.definition.variable", | |
"settings": { | |
"foreground": "#D9D9D9" | |
} | |
}, | |
{ | |
"scope": [ | |
"punctuation.section.embedded.begin.php", | |
"punctuation.section.embedded.end.php" | |
], | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "entity.name.section", | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": "support.type.property-name.json", | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "markup.inserted", | |
"settings": { | |
"foreground": "#78BD65" | |
} | |
}, | |
{ | |
"scope": "markup.changed", | |
"settings": { | |
"foreground": "#399EE6" | |
} | |
}, | |
{ | |
"scope": "markup.deleted", | |
"settings": { | |
"foreground": "#F07171" | |
} | |
}, | |
{ | |
"scope": "meta.diff.header", | |
"settings": { | |
"foreground": "#399EE6", | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": "meta.diff.range", | |
"settings": { | |
"foreground": "#FFCE6B" | |
} | |
}, | |
{ | |
"scope": "token.info-token", | |
"settings": { | |
"foreground": "#6796E6" | |
} | |
}, | |
{ | |
"scope": "token.warn-token", | |
"settings": { | |
"foreground": "#CD9731" | |
} | |
}, | |
{ | |
"scope": "token.error-token", | |
"settings": { | |
"foreground": "#F44747" | |
} | |
}, | |
{ | |
"scope": "token.debug-token", | |
"settings": { | |
"foreground": "#B267E6" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment