Skip to content

Commit

Permalink
Remove unused colors from themes (#82986)
Browse files Browse the repository at this point in the history
  • Loading branch information
usernamehw authored and mjbvz committed Oct 21, 2019
1 parent 86ef041 commit ed31ffc
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 113 deletions.
9 changes: 0 additions & 9 deletions extensions/theme-abyss/themes/abyss-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
"tokenColors": [
{
"settings": {
"background": "#000c18",
"foreground": "#6688cc"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"background": "#000c18",
"foreground": "#6688cc"
}
},
Expand Down Expand Up @@ -173,7 +171,6 @@
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F92672",
"fontStyle": "",
"foreground": "#F8F8F0"
}
Expand All @@ -182,7 +179,6 @@
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#AE81FF",
"foreground": "#F8F8F0"
}
},
Expand All @@ -193,7 +189,6 @@
"meta.diff.header"
],
"settings": {
"background": "#b58900",
"fontStyle": "italic",
"foreground": "#E0EDDD"
}
Expand All @@ -202,7 +197,6 @@
"name": "diff: deleted",
"scope": "markup.deleted",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#dc322f"
}
Expand All @@ -211,7 +205,6 @@
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#cb4b16"
}
Expand All @@ -220,7 +213,6 @@
"name": "diff: inserted",
"scope": "markup.inserted",
"settings": {
"background": "#eee8d5",
"foreground": "#219186"
}
},
Expand Down Expand Up @@ -378,7 +370,6 @@
"tab.border": "#2b2b4a",
// "tab.activeBackground": "",
"tab.inactiveBackground": "#10192c",
"tab.modifiedBorder": "#0072bf",
// "tab.activeForeground": "",
// "tab.inactiveForeground": "",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -55,14 +54,12 @@
"tokenColors": [
{
"settings": {
"background": "#221a0f",
"foreground": "#d3af86"
}
},
{
"scope": ["meta.embedded", "source.groovy.embedded"],
"settings": {
"background": "#221a0f",
"foreground": "#d3af86"
}
},
Expand Down Expand Up @@ -335,7 +332,6 @@
"name": "Separator",
"scope": "meta.separator",
"settings": {
"background": "#84613d",
"foreground": "#d3af86"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
},
Expand Down Expand Up @@ -115,7 +105,6 @@
"settings": {
"fontStyle": "",
"foreground": "#8080FF",
"background": "#1e1e1e"
}
},
{
Expand Down Expand Up @@ -148,7 +137,6 @@
"settings": {
"fontStyle": "",
"foreground": "#9B0000",
"background": "#1E1E1E"
}
},
{
Expand Down Expand Up @@ -482,7 +470,6 @@
"name": "diff: header",
"scope": "meta.diff, meta.diff.header",
"settings": {
"background": "#b58900",
"fontStyle": "italic",
"foreground": "#E0EDDD"
}
Expand All @@ -491,7 +478,6 @@
"name": "diff: deleted",
"scope": "markup.deleted",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#dc322f"
}
Expand All @@ -500,7 +486,6 @@
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"background": "#eee8d5",
"fontStyle": "",
"foreground": "#cb4b16"
}
Expand All @@ -509,7 +494,6 @@
"name": "diff: inserted",
"scope": "markup.inserted",
"settings": {
"background": "#eee8d5",
"foreground": "#219186"
}
},
Expand Down
5 changes: 0 additions & 5 deletions extensions/theme-monokai/themes/monokai-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -105,7 +104,6 @@
"tokenColors": [
{
"settings": {
"background": "#272822",
"foreground": "#F8F8F2"
}
},
Expand All @@ -115,7 +113,6 @@
"source.groovy.embedded"
],
"settings": {
"background": "#272822",
"foreground": "#F8F8F2"
}
},
Expand Down Expand Up @@ -287,7 +284,6 @@
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#F92672",
"fontStyle": "",
"foreground": "#F8F8F0"
}
Expand All @@ -296,7 +292,6 @@
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#AE81FF",
"foreground": "#F8F8F0"
}
},
Expand Down
44 changes: 0 additions & 44 deletions extensions/theme-quietlight/themes/quietlight-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"tokenColors": [
{
"settings": {
"background": "#F5F5F5",
"foreground": "#333333"
}
},
Expand All @@ -13,7 +12,6 @@
"source.groovy.embedded"
],
"settings": {
"background": "#F5F5F5",
"foreground": "#333333"
}
},
Expand Down Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -195,20 +185,6 @@
"foreground": "#777777"
}
},
{
"name": "Embedded Source",
"scope": [
"string source",
"text source"
],
"settings": {
"background": "#EAEBE6"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "HTML: Doctype Declaration",
"scope": [
Expand Down Expand Up @@ -261,10 +237,6 @@
"foreground": "#9C5D27"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "CSS: Selectors",
"scope": [
Expand Down Expand Up @@ -305,23 +277,17 @@
"fontStyle": "bold"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "Markup: Changed",
"scope": "markup.changed",
"settings": {
"background": "#FFFFDD",
"foreground": "#000000"
}
},
{
"name": "Markup: Deletion",
"scope": "markup.deleted",
"settings": {
"background": "#FFDDDD",
"foreground": "#000000"
}
},
Expand All @@ -336,15 +302,13 @@
"name": "Markup: Error",
"scope": "markup.error",
"settings": {
"background": "#96000014",
"foreground": "#660000"
}
},
{
"name": "Markup: Insertion",
"scope": "markup.inserted",
"settings": {
"background": "#DDFFDD",
"foreground": "#000000"
}
},
Expand Down Expand Up @@ -432,10 +396,6 @@
"foreground": "#9C5D27"
}
},
{
"name": "-----------------------------------",
"settings": {}
},
{
"name": "Extra: Diff Range",
"scope": [
Expand All @@ -444,23 +404,20 @@
"meta.separator"
],
"settings": {
"background": "#DDDDFF",
"foreground": "#434343"
}
},
{
"name": "Extra: Diff From",
"scope": "meta.diff.header.from-file",
"settings": {
"background": "#FFDDDD",
"foreground": "#434343"
}
},
{
"name": "Extra: Diff To",
"scope": "meta.diff.header.to-file",
"settings": {
"background": "#DDFFDD",
"foreground": "#434343"
}
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ed31ffc

Please sign in to comment.