提交 e01e0ebe 编写于 作者: M Martin Aeschlimann

[theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081

上级 aba089cf
......@@ -172,14 +172,14 @@
"scope": "invalid",
"settings": {
"fontStyle": "",
"foreground": "#F8F8F0"
"foreground": "#A22D44"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#F8F8F0"
"foreground": "#A22D44"
}
},
{
......
......@@ -390,7 +390,7 @@
},
{
"name": "Invalid",
"scope": "invalid.illegal",
"scope": "invalid",
"settings": {
"foreground": "#dc3958"
}
......
......@@ -284,14 +284,14 @@
"scope": "invalid",
"settings": {
"fontStyle": "",
"foreground": "#F8F8F0"
"foreground": "#F44747"
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"foreground": "#F8F8F0"
"foreground": "#F44747"
}
},
{
......
......@@ -45,6 +45,13 @@
"foreground": "#448C27"
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"foreground": "#cd3131"
}
},
{
"name": "Invalid - Illegal",
"scope": "invalid.illegal",
......
......@@ -210,7 +210,9 @@
{
"name": "Invalid",
"scope": "invalid",
"settings": {}
"settings": {
"foreground": "#D30102"
}
},
{
"name": "diff: header",
......
......@@ -213,7 +213,9 @@
{
"name": "Invalid",
"scope": "invalid",
"settings": {}
"settings": {
"foreground": "#cd3131"
}
},
{
"name": "diff: header",
......
......@@ -12,7 +12,7 @@
"id": "Tomorrow Night Blue",
"label": "%themeLabel%",
"uiTheme": "vs-dark",
"path": "./themes/tomorrow-night-blue-theme.json"
"path": "./themes/tomorrow-night-blue-color-theme.json"
}
]
}
......
......@@ -27,7 +27,6 @@
"editorGroup.dropBackground": "#25375daa",
"peekViewResult.background": "#001c40",
"tab.inactiveBackground": "#001c40",
"tab.modifiedBorder": "#FFEEAD",
"tab.lastPinnedBorder": "#007acc80",
"debugToolBar.background": "#001c40",
"titleBar.activeBackground": "#001126",
......@@ -67,7 +66,7 @@
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"background": "#002451",
//"background": "#002451",
"foreground": "#FFFFFF"
}
},
......@@ -144,16 +143,16 @@
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F99DA5",
//"background": "#F99DA5",
"fontStyle": "",
"foreground": "#FFFFFF"
"foreground": "#a92049"
}
},
{
"name": "Separator",
"scope": "meta.separator",
"settings": {
"background": "#BBDAFE",
//"background": "#BBDAFE",
"foreground": "#FFFFFF"
}
},
......@@ -161,9 +160,9 @@
"name": "Deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#EBBBFF",
//"background": "#EBBBFF",
"fontStyle": "",
"foreground": "#FFFFFF"
"foreground": "#cd9731"
}
},
{
......@@ -191,8 +190,7 @@
"name": "Diff header",
"scope": "meta.diff.header.from-file, meta.diff.header.to-file",
"settings": {
"foreground": "#FFFFFF",
"background": "#4271ae"
"foreground": "#4271ae"
}
},
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册