export default {
"name": "Gruvbox Dark Medium",
"type": "dark",
"tokenColors": [
{
"settings": {
"background": "#282828",
"foreground": "#ebdbb2"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "header",
"settings": {
"foreground": "#458588"
}
},
{
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"foreground": "#928374",
"fontStyle": "italic"
}
},
{
"scope": ["constant", "support.constant", "variable.arguments"],
"settings": {
"foreground": "#d3869b"
}
},
{
"scope": "constant.rgb-value",
"settings": {
"foreground": "#ebdbb2"
}
},
{
"scope": "entity.name.selector",
"settings": {
"foreground": "#8ec07c"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#fabd2f"
}
},
{
"scope": ["entity.name.tag", "punctuation.tag"],
"settings": {
"foreground": "#8ec07c"
}
},
{
"scope": ["invalid", "invalid.illegal"],
"settings": {
"foreground": "#cc241d"
}
},
{
"scope": "invalid.deprecated",
"settings": {
"foreground": "#b16286"
}
},
{
"scope": "meta.selector",
"settings": {
"foreground": "#8ec07c"
}
},
{
"scope": "meta.preprocessor",
"settings": {
"foreground": "#fe8019"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#b8bb26"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#b8bb26"
}
},
{
"scope": "meta.header.diff",
"settings": {
"foreground": "#fe8019"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#fb4934"
}
},
{
"scope": "storage.modifier",
"settings": {
"foreground": "#fe8019"
}
},
{
"scope": "string",
"settings": {
"foreground": "#b8bb26"
}
},
{
"scope": "string.tag",
"settings": {
"foreground": "#b8bb26"
}
},
{
"scope": "string.value",
"settings": {
"foreground": "#b8bb26"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#fe8019"
}
},
{
"scope": "string.escape",
"settings": {
"foreground": "#fb4934"
}
},
{
"scope": "string.quasi",
"settings": {
"foreground": "#8ec07c"
}
},
{
"scope": "string.entity",
"settings": {
"foreground": "#b8bb26"