diff --git a/extensions/theme-abyss/themes/abyss-color-theme.json b/extensions/theme-abyss/themes/abyss-color-theme.json index 18c8235f79c..f0a326bb34d 100644 --- a/extensions/theme-abyss/themes/abyss-color-theme.json +++ b/extensions/theme-abyss/themes/abyss-color-theme.json @@ -3,14 +3,12 @@ "tokenColors": [ { "settings": { - "background": "#000c18", "foreground": "#6688cc" } }, { "scope": ["meta.embedded", "source.groovy.embedded"], "settings": { - "background": "#000c18", "foreground": "#6688cc" } }, @@ -173,7 +171,6 @@ "name": "Invalid", "scope": "invalid", "settings": { - "background": "#F92672", "fontStyle": "", "foreground": "#F8F8F0" } @@ -182,7 +179,6 @@ "name": "Invalid deprecated", "scope": "invalid.deprecated", "settings": { - "background": "#AE81FF", "foreground": "#F8F8F0" } }, @@ -193,7 +189,6 @@ "meta.diff.header" ], "settings": { - "background": "#b58900", "fontStyle": "italic", "foreground": "#E0EDDD" } @@ -202,7 +197,6 @@ "name": "diff: deleted", "scope": "markup.deleted", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#dc322f" } @@ -211,7 +205,6 @@ "name": "diff: changed", "scope": "markup.changed", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#cb4b16" } @@ -220,7 +213,6 @@ "name": "diff: inserted", "scope": "markup.inserted", "settings": { - "background": "#eee8d5", "foreground": "#219186" } }, @@ -378,7 +370,6 @@ "tab.border": "#2b2b4a", // "tab.activeBackground": "", "tab.inactiveBackground": "#10192c", - "tab.modifiedBorder": "#0072bf", // "tab.activeForeground": "", // "tab.inactiveForeground": "", diff --git a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json index d3a76435f61..111a4a23d9b 100644 --- a/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json +++ b/extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json @@ -23,7 +23,6 @@ "editorGroupHeader.tabsBackground": "#131510", "editorLineNumber.activeForeground": "#adadad", "tab.inactiveBackground": "#131510", - "tab.modifiedBorder": "#cd9731", "titleBar.activeBackground": "#423523", "statusBar.background": "#423523", "statusBar.debuggingBackground": "#423523", @@ -55,14 +54,12 @@ "tokenColors": [ { "settings": { - "background": "#221a0f", "foreground": "#d3af86" } }, { "scope": ["meta.embedded", "source.groovy.embedded"], "settings": { - "background": "#221a0f", "foreground": "#d3af86" } }, @@ -335,7 +332,6 @@ "name": "Separator", "scope": "meta.separator", "settings": { - "background": "#84613d", "foreground": "#d3af86" } }, diff --git a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json index 0a5851352b8..f0b6126d5fd 100644 --- a/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json +++ b/extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json @@ -24,7 +24,6 @@ "editorGroupHeader.tabsBackground": "#282828", "tab.inactiveBackground": "#404040", "tab.border": "#303030", - "tab.modifiedBorder": "#6796e6", "tab.inactiveForeground": "#d8d8d8", "peekView.border": "#3655b5", "panelTitle.activeForeground": "#ffffff", @@ -48,24 +47,15 @@ "tokenColors": [ { "settings": { - "background": "#1e1e1e", "foreground": "#C5C8C6" } }, - { - "name": "By uonick", - "settings": { - "background": "#202025ff", - "foreground": "#c5c8c6ff" - } - }, { "scope": [ "meta.embedded", "source.groovy.embedded" ], "settings": { - "background": "#1e1e1e", "foreground": "#C5C8C6" } }, @@ -115,7 +105,6 @@ "settings": { "fontStyle": "", "foreground": "#8080FF", - "background": "#1e1e1e" } }, { @@ -148,7 +137,6 @@ "settings": { "fontStyle": "", "foreground": "#9B0000", - "background": "#1E1E1E" } }, { @@ -482,7 +470,6 @@ "name": "diff: header", "scope": "meta.diff, meta.diff.header", "settings": { - "background": "#b58900", "fontStyle": "italic", "foreground": "#E0EDDD" } @@ -491,7 +478,6 @@ "name": "diff: deleted", "scope": "markup.deleted", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#dc322f" } @@ -500,7 +486,6 @@ "name": "diff: changed", "scope": "markup.changed", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#cb4b16" } @@ -509,7 +494,6 @@ "name": "diff: inserted", "scope": "markup.inserted", "settings": { - "background": "#eee8d5", "foreground": "#219186" } }, diff --git a/extensions/theme-monokai/themes/monokai-color-theme.json b/extensions/theme-monokai/themes/monokai-color-theme.json index 306718cda2b..6bc2e84ce98 100644 --- a/extensions/theme-monokai/themes/monokai-color-theme.json +++ b/extensions/theme-monokai/themes/monokai-color-theme.json @@ -36,7 +36,6 @@ "editorGroup.dropBackground": "#41433980", "tab.inactiveBackground": "#34352f", "tab.border": "#1e1f1c", - "tab.modifiedBorder": "#007acc", "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused "widget.shadow": "#000000", "progressBar.background": "#75715E", @@ -105,7 +104,6 @@ "tokenColors": [ { "settings": { - "background": "#272822", "foreground": "#F8F8F2" } }, @@ -115,7 +113,6 @@ "source.groovy.embedded" ], "settings": { - "background": "#272822", "foreground": "#F8F8F2" } }, @@ -287,7 +284,6 @@ "name": "Invalid", "scope": "invalid", "settings": { - "background": "#F92672", "fontStyle": "", "foreground": "#F8F8F0" } @@ -296,7 +292,6 @@ "name": "Invalid deprecated", "scope": "invalid.deprecated", "settings": { - "background": "#AE81FF", "foreground": "#F8F8F0" } }, diff --git a/extensions/theme-quietlight/themes/quietlight-color-theme.json b/extensions/theme-quietlight/themes/quietlight-color-theme.json index 355924fea21..ae19ba7889b 100644 --- a/extensions/theme-quietlight/themes/quietlight-color-theme.json +++ b/extensions/theme-quietlight/themes/quietlight-color-theme.json @@ -3,7 +3,6 @@ "tokenColors": [ { "settings": { - "background": "#F5F5F5", "foreground": "#333333" } }, @@ -13,7 +12,6 @@ "source.groovy.embedded" ], "settings": { - "background": "#F5F5F5", "foreground": "#333333" } }, @@ -47,18 +45,10 @@ "foreground": "#448C27" } }, - { - "name": "Invalid - Deprecated", - "scope": "invalid.deprecated", - "settings": { - "background": "#96000014" - } - }, { "name": "Invalid - Illegal", "scope": "invalid.illegal", "settings": { - "background": "#96000014", "foreground": "#660000" } }, @@ -195,20 +185,6 @@ "foreground": "#777777" } }, - { - "name": "Embedded Source", - "scope": [ - "string source", - "text source" - ], - "settings": { - "background": "#EAEBE6" - } - }, - { - "name": "-----------------------------------", - "settings": {} - }, { "name": "HTML: Doctype Declaration", "scope": [ @@ -261,10 +237,6 @@ "foreground": "#9C5D27" } }, - { - "name": "-----------------------------------", - "settings": {} - }, { "name": "CSS: Selectors", "scope": [ @@ -305,15 +277,10 @@ "fontStyle": "bold" } }, - { - "name": "-----------------------------------", - "settings": {} - }, { "name": "Markup: Changed", "scope": "markup.changed", "settings": { - "background": "#FFFFDD", "foreground": "#000000" } }, @@ -321,7 +288,6 @@ "name": "Markup: Deletion", "scope": "markup.deleted", "settings": { - "background": "#FFDDDD", "foreground": "#000000" } }, @@ -336,7 +302,6 @@ "name": "Markup: Error", "scope": "markup.error", "settings": { - "background": "#96000014", "foreground": "#660000" } }, @@ -344,7 +309,6 @@ "name": "Markup: Insertion", "scope": "markup.inserted", "settings": { - "background": "#DDFFDD", "foreground": "#000000" } }, @@ -432,10 +396,6 @@ "foreground": "#9C5D27" } }, - { - "name": "-----------------------------------", - "settings": {} - }, { "name": "Extra: Diff Range", "scope": [ @@ -444,7 +404,6 @@ "meta.separator" ], "settings": { - "background": "#DDDDFF", "foreground": "#434343" } }, @@ -452,7 +411,6 @@ "name": "Extra: Diff From", "scope": "meta.diff.header.from-file", "settings": { - "background": "#FFDDDD", "foreground": "#434343" } }, @@ -460,7 +418,6 @@ "name": "Extra: Diff To", "scope": "meta.diff.header.to-file", "settings": { - "background": "#DDFFDD", "foreground": "#434343" } }, @@ -500,7 +457,6 @@ "editorLineNumber.activeForeground": "#9769dc", "editor.selectionBackground": "#C9D0D9", "minimap.selectionHighlight": "#C9D0D9", - "tab.modifiedBorder": "#f1897f", "panel.background": "#F5F5F5", "sideBar.background": "#F2F2F2", "sideBarSectionHeader.background": "#ede8ef", diff --git a/extensions/theme-red/themes/Red-color-theme.json b/extensions/theme-red/themes/Red-color-theme.json index 309a4273fbd..277e7a8db3f 100644 --- a/extensions/theme-red/themes/Red-color-theme.json +++ b/extensions/theme-red/themes/Red-color-theme.json @@ -5,7 +5,6 @@ "activityBar.background": "#580000", "tab.inactiveBackground": "#300a0a", "tab.activeBackground": "#490000", - "tab.modifiedBorder": "#db7e58", "sideBar.background": "#330000", "statusBar.background": "#700000", "statusBar.noFolderBackground": "#700000", @@ -62,12 +61,7 @@ "tokenColors": [ { "settings": { - "background": "#390000", - "caret": "#970000", "foreground": "#F8F8F8", - "invisibles": "#c10000", - "lineHighlight": "#0000004A", - "selection": "#750000" } }, { @@ -76,7 +70,6 @@ "source.groovy.embedded" ], "settings": { - "background": "#390000", "foreground": "#F8F8F8" } }, @@ -148,24 +141,9 @@ "name": "Invalid", "scope": "invalid", "settings": { - "background": "#fd6209ff", "foreground": "#ffffffff" } }, - { - "name": "Embedded Source", - "scope": "text source", - "settings": { - "background": "#b0b3ba14" - } - }, - { - "name": "Embedded Source (Bright)", - "scope": "text.html.ruby source", - "settings": { - "background": "#b1b3ba21" - } - }, { "name": "Entity inherited-class", "scope": "entity.other.inherited-class", @@ -323,7 +301,6 @@ "meta.diff.header" ], "settings": { - "background": "#0b2f20ff", "fontStyle": "italic", "foreground": "#f8f8f8ff" } @@ -332,7 +309,6 @@ "name": "diff.deleted", "scope": "markup.deleted", "settings": { - "background": "#fedcddff", "foreground": "#ec9799ff" } }, @@ -340,7 +316,6 @@ "name": "diff.changed", "scope": "markup.changed", "settings": { - "background": "#c4b14aff", "foreground": "#f8f8f8ff" } }, @@ -348,7 +323,6 @@ "name": "diff.inserted", "scope": "markup.inserted", "settings": { - "background": "#9bf199ff", "foreground": "#41a83eff" } }, diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 0d6851d5318..682444485d5 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -3,14 +3,12 @@ "tokenColors": [ { "settings": { - "background": "#002B36", "foreground": "#93A1A1" } }, { "scope": ["meta.embedded", "source.groovy.embedded"], "settings": { - "background": "#002B36", "foreground": "#93A1A1" } }, @@ -221,7 +219,6 @@ "meta.diff.header" ], "settings": { - "background": "#b58900", "fontStyle": "italic", "foreground": "#E0EDDD" } @@ -230,7 +227,6 @@ "name": "diff: deleted", "scope": "markup.deleted", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#dc322f" } @@ -239,7 +235,6 @@ "name": "diff: changed", "scope": "markup.changed", "settings": { - "background": "#eee8d5", "fontStyle": "", "foreground": "#cb4b16" } @@ -248,7 +243,6 @@ "name": "diff: inserted", "scope": "markup.inserted", "settings": { - "background": "#eee8d5", "foreground": "#219186" } }, @@ -425,7 +419,6 @@ "tab.inactiveForeground": "#93A1A1", "tab.inactiveBackground": "#004052", "tab.border": "#003847", - "tab.modifiedBorder": "#268bd2", // Workbench: Activity Bar "activityBar.background": "#003847", diff --git a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json index b7020f8e7c5..a29c8fb32f0 100644 --- a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json +++ b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json @@ -3,14 +3,12 @@ "tokenColors": [ { "settings": { - "background": "#FDF6E3", "foreground": "#657B83" } }, { "scope": ["meta.embedded", "source.groovy.embedded"], "settings": { - "background": "#FDF6E3", "foreground": "#657B83" } },