Reset Styling for meta.embedded for other themes

This commit is contained in:
Matt Bierner 2017-09-11 11:24:05 -07:00
parent 3952d4ed5c
commit 33ec299b85
9 changed files with 63 additions and 0 deletions

View File

@ -7,6 +7,13 @@
"foreground": "#6688cc"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#000c18",
"foreground": "#6688cc"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -54,6 +54,13 @@
"foreground": "#d3af86"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#221a0f",
"foreground": "#d3af86"
}
},
{
"name": "Text",
"scope": "variable.parameter.function",

View File

@ -51,6 +51,13 @@
"foreground": "#c5c8c6ff"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#1e1e1e",
"foreground": "#C5C8C6"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -96,6 +96,13 @@
"foreground": "#F8F8F2"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#272822",
"foreground": "#F8F8F2"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -7,6 +7,13 @@
"foreground": "#333333"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#F5F5F5",
"foreground": "#333333"
}
},
{
"name": "Comments",
"scope": [

View File

@ -68,6 +68,13 @@
"selection": "#750000"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#390000",
"foreground": "#F8F8F8"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -7,6 +7,13 @@
"foreground": "#93A1A1"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#002B36",
"foreground": "#93A1A1"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -7,6 +7,13 @@
"foreground": "#657B83"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#FDF6E3",
"foreground": "#657B83"
}
},
{
"name": "Comment",
"scope": "comment",

View File

@ -60,6 +60,13 @@
"foreground": "#FFFFFF"
}
},
{
"scope": "meta.embedded",
"settings": {
"background": "#002451",
"foreground": "#FFFFFF"
}
},
{
"name": "Comment",
"scope": "comment",