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

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

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