Skip to content

Commit

Permalink
Themes for 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Jan 22, 2020
1 parent bf0c166 commit 493b8dc
Show file tree
Hide file tree
Showing 219 changed files with 6,708 additions and 1,294 deletions.
2 changes: 2 additions & 0 deletions themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Gruvbox light, hard
Gruvbox light, medium
Gruvbox light, soft
Gruvbox dark, pale Light
Hardcore Dark
Hardcore Light
Heetch Dark
Heetch Light
Helios Dark
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-3024-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#4a4543",
"list.invalidItemForeground": "#db2d20",
"list.errorForeground": "#db2d20",
"list.warningForeground": "#e8bbd0",
"list.warningForeground": "#fded02",
"listFilterWidget.background": "#090300",
"listFilterWidget.noMatchesOutline": "#db2d20",
"list.filterMatchBackground": "#4a4543",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#e8bbd0",
"symbolIcon.constructorForeground": "#01a0e4",
"symbolIcon.enumeratorForeground": "#e8bbd0",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#01a0e4",
"symbolIcon.eventForeground": "#fded02",
"symbolIcon.fieldForeground": "#db2d20",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#a5a2a2",
"symbolIcon.folderForeground": "#a5a2a2",
"symbolIcon.functionForeground": "#01a0e4",
"symbolIcon.interfaceForeground": "#01a0e4",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#a16a94",
"symbolIcon.methodForeground": "#01a0e4",
"symbolIcon.moduleForeground": "#a5a2a2",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#a5a2a2",
"symbolIcon.nullForeground": "#cdab53",
"symbolIcon.numberForeground": "#e8bbd0",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#a5a2a2",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#db2d20"
"symbolIcon.variableForeground": "#db2d20",
"debugIcon.breakpointForeground": "#db2d20",
"debugIcon.breakpointDisabledForeground": "#807d7c",
"debugIcon.breakpointUnverifiedForeground": "#4a4543",
"debugIcon.breakpointCurrentStackframeForeground": "#fded02",
"debugIcon.breakpointStackframeForeground": "#cdab53",
"debugIcon.startForeground": "#01a252",
"debugIcon.pauseForeground": "#01a0e4",
"debugIcon.stopForeground": "#db2d20",
"debugIcon.disconnectForeground": "#db2d20",
"debugIcon.restartForeground": "#01a252",
"debugIcon.stepOverForeground": "#01a0e4",
"debugIcon.stepIntoForeground": "#b5e4f4",
"debugIcon.stepOutForeground": "#a16a94",
"debugIcon.continueForeground": "#01a252",
"debugIcon.stepBackForeground": "#cdab53"
},
"tokenColors": [
{
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-3024-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#a5a2a2",
"list.invalidItemForeground": "#db2d20",
"list.errorForeground": "#db2d20",
"list.warningForeground": "#e8bbd0",
"list.warningForeground": "#fded02",
"listFilterWidget.background": "#f7f7f7",
"listFilterWidget.noMatchesOutline": "#db2d20",
"list.filterMatchBackground": "#a5a2a2",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#e8bbd0",
"symbolIcon.constructorForeground": "#01a0e4",
"symbolIcon.enumeratorForeground": "#e8bbd0",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#01a0e4",
"symbolIcon.eventForeground": "#fded02",
"symbolIcon.fieldForeground": "#db2d20",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#4a4543",
"symbolIcon.folderForeground": "#4a4543",
"symbolIcon.functionForeground": "#01a0e4",
"symbolIcon.interfaceForeground": "#01a0e4",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#a16a94",
"symbolIcon.methodForeground": "#01a0e4",
"symbolIcon.moduleForeground": "#4a4543",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#4a4543",
"symbolIcon.nullForeground": "#cdab53",
"symbolIcon.numberForeground": "#e8bbd0",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#4a4543",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#db2d20"
"symbolIcon.variableForeground": "#db2d20",
"debugIcon.breakpointForeground": "#db2d20",
"debugIcon.breakpointDisabledForeground": "#5c5855",
"debugIcon.breakpointUnverifiedForeground": "#a5a2a2",
"debugIcon.breakpointCurrentStackframeForeground": "#fded02",
"debugIcon.breakpointStackframeForeground": "#cdab53",
"debugIcon.startForeground": "#01a252",
"debugIcon.pauseForeground": "#01a0e4",
"debugIcon.stopForeground": "#db2d20",
"debugIcon.disconnectForeground": "#db2d20",
"debugIcon.restartForeground": "#01a252",
"debugIcon.stepOverForeground": "#01a0e4",
"debugIcon.stepIntoForeground": "#b5e4f4",
"debugIcon.stepOutForeground": "#a16a94",
"debugIcon.continueForeground": "#01a252",
"debugIcon.stepBackForeground": "#cdab53"
},
"tokenColors": [
{
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-apathy-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#184E45",
"list.invalidItemForeground": "#3E9688",
"list.errorForeground": "#3E9688",
"list.warningForeground": "#3E7996",
"list.warningForeground": "#3E4C96",
"listFilterWidget.background": "#031A16",
"listFilterWidget.noMatchesOutline": "#3E9688",
"list.filterMatchBackground": "#184E45",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#3E7996",
"symbolIcon.constructorForeground": "#96883E",
"symbolIcon.enumeratorForeground": "#3E7996",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#96883E",
"symbolIcon.eventForeground": "#3E4C96",
"symbolIcon.fieldForeground": "#3E9688",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#81B5AC",
"symbolIcon.folderForeground": "#81B5AC",
"symbolIcon.functionForeground": "#96883E",
"symbolIcon.interfaceForeground": "#96883E",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#4C963E",
"symbolIcon.methodForeground": "#96883E",
"symbolIcon.moduleForeground": "#81B5AC",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#81B5AC",
"symbolIcon.nullForeground": "#3E965B",
"symbolIcon.numberForeground": "#3E7996",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#81B5AC",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#3E9688"
"symbolIcon.variableForeground": "#3E9688",
"debugIcon.breakpointForeground": "#3E9688",
"debugIcon.breakpointDisabledForeground": "#5F9C92",
"debugIcon.breakpointUnverifiedForeground": "#184E45",
"debugIcon.breakpointCurrentStackframeForeground": "#3E4C96",
"debugIcon.breakpointStackframeForeground": "#3E965B",
"debugIcon.startForeground": "#883E96",
"debugIcon.pauseForeground": "#96883E",
"debugIcon.stopForeground": "#3E9688",
"debugIcon.disconnectForeground": "#3E9688",
"debugIcon.restartForeground": "#883E96",
"debugIcon.stepOverForeground": "#96883E",
"debugIcon.stepIntoForeground": "#963E4C",
"debugIcon.stepOutForeground": "#4C963E",
"debugIcon.continueForeground": "#883E96",
"debugIcon.stepBackForeground": "#3E965B"
},
"tokenColors": [
{
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-apathy-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#81B5AC",
"list.invalidItemForeground": "#3E9688",
"list.errorForeground": "#3E9688",
"list.warningForeground": "#3E7996",
"list.warningForeground": "#3E4C96",
"listFilterWidget.background": "#D2E7E4",
"listFilterWidget.noMatchesOutline": "#3E9688",
"list.filterMatchBackground": "#81B5AC",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#3E7996",
"symbolIcon.constructorForeground": "#96883E",
"symbolIcon.enumeratorForeground": "#3E7996",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#96883E",
"symbolIcon.eventForeground": "#3E4C96",
"symbolIcon.fieldForeground": "#3E9688",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#184E45",
"symbolIcon.folderForeground": "#184E45",
"symbolIcon.functionForeground": "#96883E",
"symbolIcon.interfaceForeground": "#96883E",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#4C963E",
"symbolIcon.methodForeground": "#96883E",
"symbolIcon.moduleForeground": "#184E45",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#184E45",
"symbolIcon.nullForeground": "#3E965B",
"symbolIcon.numberForeground": "#3E7996",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#184E45",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#3E9688"
"symbolIcon.variableForeground": "#3E9688",
"debugIcon.breakpointForeground": "#3E9688",
"debugIcon.breakpointDisabledForeground": "#2B685E",
"debugIcon.breakpointUnverifiedForeground": "#81B5AC",
"debugIcon.breakpointCurrentStackframeForeground": "#3E4C96",
"debugIcon.breakpointStackframeForeground": "#3E965B",
"debugIcon.startForeground": "#883E96",
"debugIcon.pauseForeground": "#96883E",
"debugIcon.stopForeground": "#3E9688",
"debugIcon.disconnectForeground": "#3E9688",
"debugIcon.restartForeground": "#883E96",
"debugIcon.stepOverForeground": "#96883E",
"debugIcon.stepIntoForeground": "#963E4C",
"debugIcon.stepOutForeground": "#4C963E",
"debugIcon.continueForeground": "#883E96",
"debugIcon.stepBackForeground": "#3E965B"
},
"tokenColors": [
{
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-ashes-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#565E65",
"list.invalidItemForeground": "#C7AE95",
"list.errorForeground": "#C7AE95",
"list.warningForeground": "#C7C795",
"list.warningForeground": "#AEC795",
"listFilterWidget.background": "#1C2023",
"listFilterWidget.noMatchesOutline": "#C7AE95",
"list.filterMatchBackground": "#565E65",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#C7C795",
"symbolIcon.constructorForeground": "#AE95C7",
"symbolIcon.enumeratorForeground": "#C7C795",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#AE95C7",
"symbolIcon.eventForeground": "#AEC795",
"symbolIcon.fieldForeground": "#C7AE95",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#C7CCD1",
"symbolIcon.folderForeground": "#C7CCD1",
"symbolIcon.functionForeground": "#AE95C7",
"symbolIcon.interfaceForeground": "#AE95C7",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#C795AE",
"symbolIcon.methodForeground": "#AE95C7",
"symbolIcon.moduleForeground": "#C7CCD1",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#C7CCD1",
"symbolIcon.nullForeground": "#C79595",
"symbolIcon.numberForeground": "#C7C795",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#C7CCD1",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#C7AE95"
"symbolIcon.variableForeground": "#C7AE95",
"debugIcon.breakpointForeground": "#C7AE95",
"debugIcon.breakpointDisabledForeground": "#ADB3BA",
"debugIcon.breakpointUnverifiedForeground": "#565E65",
"debugIcon.breakpointCurrentStackframeForeground": "#AEC795",
"debugIcon.breakpointStackframeForeground": "#C79595",
"debugIcon.startForeground": "#95C7AE",
"debugIcon.pauseForeground": "#AE95C7",
"debugIcon.stopForeground": "#C7AE95",
"debugIcon.disconnectForeground": "#C7AE95",
"debugIcon.restartForeground": "#95C7AE",
"debugIcon.stepOverForeground": "#AE95C7",
"debugIcon.stepIntoForeground": "#95AEC7",
"debugIcon.stepOutForeground": "#C795AE",
"debugIcon.continueForeground": "#95C7AE",
"debugIcon.stepBackForeground": "#C79595"
},
"tokenColors": [
{
Expand Down
27 changes: 21 additions & 6 deletions themes/base16-ashes-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"list.inactiveFocusBackground": "#C7CCD1",
"list.invalidItemForeground": "#C7AE95",
"list.errorForeground": "#C7AE95",
"list.warningForeground": "#C7C795",
"list.warningForeground": "#AEC795",
"listFilterWidget.background": "#F3F4F5",
"listFilterWidget.noMatchesOutline": "#C7AE95",
"list.filterMatchBackground": "#C7CCD1",
Expand Down Expand Up @@ -289,18 +289,18 @@
"symbolIcon.constantForeground": "#C7C795",
"symbolIcon.constructorForeground": "#AE95C7",
"symbolIcon.enumeratorForeground": "#C7C795",
"symbolIcon.enumeratorMemberForeground": "#f0f",
"symbolIcon.enumeratorMemberForeground": "#AE95C7",
"symbolIcon.eventForeground": "#AEC795",
"symbolIcon.fieldForeground": "#C7AE95",
"symbolIcon.fileForeground": "#f0f",
"symbolIcon.folderForeground": "#f00",
"symbolIcon.fileForeground": "#565E65",
"symbolIcon.folderForeground": "#565E65",
"symbolIcon.functionForeground": "#AE95C7",
"symbolIcon.interfaceForeground": "#AE95C7",
"symbolIcon.keyForeground": "#f0f",
"symbolIcon.keywordForeground": "#C795AE",
"symbolIcon.methodForeground": "#AE95C7",
"symbolIcon.moduleForeground": "#565E65",
"symbolIcon.namespaceForeground": "#f0f",
"symbolIcon.namespaceForeground": "#565E65",
"symbolIcon.nullForeground": "#C79595",
"symbolIcon.numberForeground": "#C7C795",
"symbolIcon.objectForeground": "#f0f",
Expand All @@ -314,7 +314,22 @@
"symbolIcon.textForeground": "#565E65",
"symbolIcon.typeParameterForeground": "#f0f",
"symbolIcon.unitForeground": "#f0f",
"symbolIcon.variableForeground": "#C7AE95"
"symbolIcon.variableForeground": "#C7AE95",
"debugIcon.breakpointForeground": "#C7AE95",
"debugIcon.breakpointDisabledForeground": "#747C84",
"debugIcon.breakpointUnverifiedForeground": "#C7CCD1",
"debugIcon.breakpointCurrentStackframeForeground": "#AEC795",
"debugIcon.breakpointStackframeForeground": "#C79595",
"debugIcon.startForeground": "#95C7AE",
"debugIcon.pauseForeground": "#AE95C7",
"debugIcon.stopForeground": "#C7AE95",
"debugIcon.disconnectForeground": "#C7AE95",
"debugIcon.restartForeground": "#95C7AE",
"debugIcon.stepOverForeground": "#AE95C7",
"debugIcon.stepIntoForeground": "#95AEC7",
"debugIcon.stepOutForeground": "#C795AE",
"debugIcon.continueForeground": "#95C7AE",
"debugIcon.stepBackForeground": "#C79595"
},
"tokenColors": [
{
Expand Down
Loading

0 comments on commit 493b8dc

Please sign in to comment.