Skip to content

Commit

Permalink
Themes for 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Dec 30, 2020
1 parent 19c10cd commit 68ac033
Show file tree
Hide file tree
Showing 248 changed files with 17,415 additions and 483 deletions.
46 changes: 44 additions & 2 deletions themes/base16-3024-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"button.background": "#3a3432",
"button.foreground": "#f7f7f7",
"button.hoverBackground": "#807d7c",
"button.secondaryForeground": "#f7f7f7",
"button.secondaryBackground": "#a16a94",
"button.secondaryHoverBackground": "#807d7c",
"checkbox.background": "#090300",
"checkbox.foreground": "#a5a2a2",
"dropdown.background": "#090300",
Expand All @@ -29,6 +32,7 @@
"input.placeholderForeground": "#5c5855",
"inputOption.activeBackground": "#4a4543",
"inputOption.activeBorder": "#e8bbd0",
"inputOption.activeForeground": "#a5a2a2",
"inputValidation.errorBackground": "#db2d20",
"inputValidation.errorForeground": "#a5a2a2",
"inputValidation.errorBorder": "#db2d20",
Expand Down Expand Up @@ -78,6 +82,12 @@
"sideBarSectionHeader.foreground": "#a5a2a2",
"minimap.findMatchHighlight": "#fded026f",
"minimap.selectionHighlight": "#4a45436f",
"minimap.errorHighlight": "#db2d20",
"minimap.warningHighlight": "#fded02",
"minimap.background": "#090300",
"minimapGutter.addedBackground": "#01a252",
"minimapGutter.modifiedBackground": "#a16a94",
"minimapGutter.deletedBackground": "#db2d20",
"editorGroup.background": "#090300",
"editorGroup.dropBackground": "#4a45436f",
"editorGroupHeader.noTabsBackground": "#3a3432",
Expand Down Expand Up @@ -146,14 +156,17 @@
"editorGutter.deletedBackground": "#db2d20",
"editorGutter.modifiedBackground": "#a16a94",
"editorGutter.commentRangeForeground": "#807d7c",
"editorGutter.foldingControlForeground": "#a5a2a2",
"diffEditor.insertedTextBackground": "#01a25220",
"diffEditor.removedTextBackground": "#db2d2020",
"diffEditor.diagonalFill": "#4a4543",
"editorWidget.foreground": "#a5a2a2",
"editorWidget.background": "#090300",
"editorSuggestWidget.background": "#3a3432",
"editorSuggestWidget.foreground": "#a5a2a2",
"editorSuggestWidget.highlightForeground": "#01a0e4",
"editorSuggestWidget.selectedBackground": "#4a4543",
"editorHoverWidget.foreground": "#a5a2a2",
"editorHoverWidget.background": "#090300",
"debugExceptionWidget.background": "#3a3432",
"editorMarkerNavigation.background": "#3a3432",
Expand Down Expand Up @@ -196,6 +209,8 @@
"statusBarItem.prominentHoverBackground": "#db2d20",
"statusBarItem.remoteBackground": "#01a252",
"statusBarItem.remoteForeground": "#f7f7f7",
"statusBarItem.errorBackground": "#db2d20",
"statusBarItem.errorForeground": "#f7f7f7",
"titleBar.activeBackground": "#090300",
"titleBar.activeForeground": "#a5a2a2",
"titleBar.inactiveBackground": "#3a3432",
Expand Down Expand Up @@ -254,13 +269,25 @@
"terminal.ansiBrightWhite": "#f7f7f7",
"terminalCursor.foreground": "#a5a2a2",
"debugToolBar.background": "#3a3432",
"debugView.stateLabelForeground": "#f7f7f7",
"debugView.stateLabelBackground": "#01a0e4",
"debugView.valueChangedHighlight": "#01a0e4",
"debugTokenExpression.name": "#a16a94",
"debugTokenExpression.value": "#a5a2a2",
"debugTokenExpression.string": "#01a252",
"debugTokenExpression.boolean": "#e8bbd0",
"debugTokenExpression.number": "#e8bbd0",
"debugTokenExpression.error": "#db2d20",
"welcomePage.background": "#090300",
"welcomePage.buttonBackground": "#3a3432",
"welcomePage.buttonHoverBackground": "#4a4543",
"walkThrough.embeddedEditorBackground": "#090300",
"gitDecoration.addedResourceForeground": "#01a252",
"gitDecoration.modifiedResourceForeground": "#a16a94",
"gitDecoration.stageModifiedResourceForeground": "#a16a94",
"gitDecoration.deletedResourceForeground": "#db2d20",
"gitDecoration.untrackedResourceForeground": "#01a252",
"gitDecoration.stageDeletedResourceForeground": "#db2d20",
"gitDecoration.untrackedResourceForeground": "#e8bbd0",
"gitDecoration.ignoredResourceForeground": "#5c5855",
"gitDecoration.conflictingResourceForeground": "#fded02",
"gitDecoration.submoduleResourceForeground": "#cdab53",
Expand All @@ -275,6 +302,7 @@
"settings.textInputForeground": "#a5a2a2",
"settings.numberInputBackground": "#3a3432",
"settings.numberInputForeground": "#a5a2a2",
"settings.focusedRowBackground": "#4a4543",
"breadcrumb.foreground": "#a5a2a2",
"breadcrumb.background": "#3a3432",
"breadcrumb.focusForeground": "#d6d5d4",
Expand Down Expand Up @@ -329,7 +357,21 @@
"debugIcon.stepIntoForeground": "#b5e4f4",
"debugIcon.stepOutForeground": "#a16a94",
"debugIcon.continueForeground": "#01a252",
"debugIcon.stepBackForeground": "#cdab53"
"debugIcon.stepBackForeground": "#cdab53",
"debugConsole.infoForeground": "#a5a2a2",
"debugConsole.warningForeground": "#fded02",
"debugConsole.errorForeground": "#db2d20",
"debugConsole.sourceForeground": "#a5a2a2",
"debugConsoleInputIcon.foreground": "#a5a2a2",
"notebook.rowHoverBackground": "#3a3432",
"charts.foreground": "#a5a2a2",
"charts.lines": "#a5a2a2",
"charts.red": "#db2d20",
"charts.blue": "#01a0e4",
"charts.yellow": "#fded02",
"charts.orange": "#e8bbd0",
"charts.green": "#01a252",
"charts.purple": "#a16a94"
},
"tokenColors": [
{
Expand Down
46 changes: 44 additions & 2 deletions themes/base16-3024-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"button.background": "#d6d5d4",
"button.foreground": "#090300",
"button.hoverBackground": "#5c5855",
"button.secondaryForeground": "#090300",
"button.secondaryBackground": "#a16a94",
"button.secondaryHoverBackground": "#5c5855",
"checkbox.background": "#f7f7f7",
"checkbox.foreground": "#4a4543",
"dropdown.background": "#f7f7f7",
Expand All @@ -29,6 +32,7 @@
"input.placeholderForeground": "#807d7c",
"inputOption.activeBackground": "#a5a2a2",
"inputOption.activeBorder": "#e8bbd0",
"inputOption.activeForeground": "#4a4543",
"inputValidation.errorBackground": "#db2d20",
"inputValidation.errorForeground": "#4a4543",
"inputValidation.errorBorder": "#db2d20",
Expand Down Expand Up @@ -78,6 +82,12 @@
"sideBarSectionHeader.foreground": "#4a4543",
"minimap.findMatchHighlight": "#fded026f",
"minimap.selectionHighlight": "#a5a2a26f",
"minimap.errorHighlight": "#db2d20",
"minimap.warningHighlight": "#fded02",
"minimap.background": "#f7f7f7",
"minimapGutter.addedBackground": "#01a252",
"minimapGutter.modifiedBackground": "#a16a94",
"minimapGutter.deletedBackground": "#db2d20",
"editorGroup.background": "#f7f7f7",
"editorGroup.dropBackground": "#a5a2a26f",
"editorGroupHeader.noTabsBackground": "#d6d5d4",
Expand Down Expand Up @@ -146,14 +156,17 @@
"editorGutter.deletedBackground": "#db2d20",
"editorGutter.modifiedBackground": "#a16a94",
"editorGutter.commentRangeForeground": "#5c5855",
"editorGutter.foldingControlForeground": "#4a4543",
"diffEditor.insertedTextBackground": "#01a25220",
"diffEditor.removedTextBackground": "#db2d2020",
"diffEditor.diagonalFill": "#a5a2a2",
"editorWidget.foreground": "#4a4543",
"editorWidget.background": "#f7f7f7",
"editorSuggestWidget.background": "#d6d5d4",
"editorSuggestWidget.foreground": "#4a4543",
"editorSuggestWidget.highlightForeground": "#01a0e4",
"editorSuggestWidget.selectedBackground": "#a5a2a2",
"editorHoverWidget.foreground": "#4a4543",
"editorHoverWidget.background": "#f7f7f7",
"debugExceptionWidget.background": "#d6d5d4",
"editorMarkerNavigation.background": "#d6d5d4",
Expand Down Expand Up @@ -196,6 +209,8 @@
"statusBarItem.prominentHoverBackground": "#db2d20",
"statusBarItem.remoteBackground": "#01a252",
"statusBarItem.remoteForeground": "#090300",
"statusBarItem.errorBackground": "#db2d20",
"statusBarItem.errorForeground": "#090300",
"titleBar.activeBackground": "#f7f7f7",
"titleBar.activeForeground": "#4a4543",
"titleBar.inactiveBackground": "#d6d5d4",
Expand Down Expand Up @@ -254,13 +269,25 @@
"terminal.ansiBrightWhite": "#090300",
"terminalCursor.foreground": "#4a4543",
"debugToolBar.background": "#d6d5d4",
"debugView.stateLabelForeground": "#090300",
"debugView.stateLabelBackground": "#01a0e4",
"debugView.valueChangedHighlight": "#01a0e4",
"debugTokenExpression.name": "#a16a94",
"debugTokenExpression.value": "#4a4543",
"debugTokenExpression.string": "#01a252",
"debugTokenExpression.boolean": "#e8bbd0",
"debugTokenExpression.number": "#e8bbd0",
"debugTokenExpression.error": "#db2d20",
"welcomePage.background": "#f7f7f7",
"welcomePage.buttonBackground": "#d6d5d4",
"welcomePage.buttonHoverBackground": "#a5a2a2",
"walkThrough.embeddedEditorBackground": "#f7f7f7",
"gitDecoration.addedResourceForeground": "#01a252",
"gitDecoration.modifiedResourceForeground": "#a16a94",
"gitDecoration.stageModifiedResourceForeground": "#a16a94",
"gitDecoration.deletedResourceForeground": "#db2d20",
"gitDecoration.untrackedResourceForeground": "#01a252",
"gitDecoration.stageDeletedResourceForeground": "#db2d20",
"gitDecoration.untrackedResourceForeground": "#e8bbd0",
"gitDecoration.ignoredResourceForeground": "#807d7c",
"gitDecoration.conflictingResourceForeground": "#fded02",
"gitDecoration.submoduleResourceForeground": "#cdab53",
Expand All @@ -275,6 +302,7 @@
"settings.textInputForeground": "#4a4543",
"settings.numberInputBackground": "#d6d5d4",
"settings.numberInputForeground": "#4a4543",
"settings.focusedRowBackground": "#a5a2a2",
"breadcrumb.foreground": "#4a4543",
"breadcrumb.background": "#d6d5d4",
"breadcrumb.focusForeground": "#3a3432",
Expand Down Expand Up @@ -329,7 +357,21 @@
"debugIcon.stepIntoForeground": "#b5e4f4",
"debugIcon.stepOutForeground": "#a16a94",
"debugIcon.continueForeground": "#01a252",
"debugIcon.stepBackForeground": "#cdab53"
"debugIcon.stepBackForeground": "#cdab53",
"debugConsole.infoForeground": "#4a4543",
"debugConsole.warningForeground": "#fded02",
"debugConsole.errorForeground": "#db2d20",
"debugConsole.sourceForeground": "#4a4543",
"debugConsoleInputIcon.foreground": "#4a4543",
"notebook.rowHoverBackground": "#d6d5d4",
"charts.foreground": "#4a4543",
"charts.lines": "#4a4543",
"charts.red": "#db2d20",
"charts.blue": "#01a0e4",
"charts.yellow": "#fded02",
"charts.orange": "#e8bbd0",
"charts.green": "#01a252",
"charts.purple": "#a16a94"
},
"tokenColors": [
{
Expand Down
46 changes: 44 additions & 2 deletions themes/base16-apathy-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"button.background": "#0B342D",
"button.foreground": "#D2E7E4",
"button.hoverBackground": "#5F9C92",
"button.secondaryForeground": "#D2E7E4",
"button.secondaryBackground": "#4C963E",
"button.secondaryHoverBackground": "#5F9C92",
"checkbox.background": "#031A16",
"checkbox.foreground": "#81B5AC",
"dropdown.background": "#031A16",
Expand All @@ -29,6 +32,7 @@
"input.placeholderForeground": "#2B685E",
"inputOption.activeBackground": "#184E45",
"inputOption.activeBorder": "#3E7996",
"inputOption.activeForeground": "#81B5AC",
"inputValidation.errorBackground": "#3E9688",
"inputValidation.errorForeground": "#81B5AC",
"inputValidation.errorBorder": "#3E9688",
Expand Down Expand Up @@ -78,6 +82,12 @@
"sideBarSectionHeader.foreground": "#81B5AC",
"minimap.findMatchHighlight": "#3E4C966f",
"minimap.selectionHighlight": "#184E456f",
"minimap.errorHighlight": "#3E9688",
"minimap.warningHighlight": "#3E4C96",
"minimap.background": "#031A16",
"minimapGutter.addedBackground": "#883E96",
"minimapGutter.modifiedBackground": "#4C963E",
"minimapGutter.deletedBackground": "#3E9688",
"editorGroup.background": "#031A16",
"editorGroup.dropBackground": "#184E456f",
"editorGroupHeader.noTabsBackground": "#0B342D",
Expand Down Expand Up @@ -146,14 +156,17 @@
"editorGutter.deletedBackground": "#3E9688",
"editorGutter.modifiedBackground": "#4C963E",
"editorGutter.commentRangeForeground": "#5F9C92",
"editorGutter.foldingControlForeground": "#81B5AC",
"diffEditor.insertedTextBackground": "#883E9620",
"diffEditor.removedTextBackground": "#3E968820",
"diffEditor.diagonalFill": "#184E45",
"editorWidget.foreground": "#81B5AC",
"editorWidget.background": "#031A16",
"editorSuggestWidget.background": "#0B342D",
"editorSuggestWidget.foreground": "#81B5AC",
"editorSuggestWidget.highlightForeground": "#96883E",
"editorSuggestWidget.selectedBackground": "#184E45",
"editorHoverWidget.foreground": "#81B5AC",
"editorHoverWidget.background": "#031A16",
"debugExceptionWidget.background": "#0B342D",
"editorMarkerNavigation.background": "#0B342D",
Expand Down Expand Up @@ -196,6 +209,8 @@
"statusBarItem.prominentHoverBackground": "#3E9688",
"statusBarItem.remoteBackground": "#883E96",
"statusBarItem.remoteForeground": "#D2E7E4",
"statusBarItem.errorBackground": "#3E9688",
"statusBarItem.errorForeground": "#D2E7E4",
"titleBar.activeBackground": "#031A16",
"titleBar.activeForeground": "#81B5AC",
"titleBar.inactiveBackground": "#0B342D",
Expand Down Expand Up @@ -254,13 +269,25 @@
"terminal.ansiBrightWhite": "#D2E7E4",
"terminalCursor.foreground": "#81B5AC",
"debugToolBar.background": "#0B342D",
"debugView.stateLabelForeground": "#D2E7E4",
"debugView.stateLabelBackground": "#96883E",
"debugView.valueChangedHighlight": "#96883E",
"debugTokenExpression.name": "#4C963E",
"debugTokenExpression.value": "#81B5AC",
"debugTokenExpression.string": "#883E96",
"debugTokenExpression.boolean": "#3E7996",
"debugTokenExpression.number": "#3E7996",
"debugTokenExpression.error": "#3E9688",
"welcomePage.background": "#031A16",
"welcomePage.buttonBackground": "#0B342D",
"welcomePage.buttonHoverBackground": "#184E45",
"walkThrough.embeddedEditorBackground": "#031A16",
"gitDecoration.addedResourceForeground": "#883E96",
"gitDecoration.modifiedResourceForeground": "#4C963E",
"gitDecoration.stageModifiedResourceForeground": "#4C963E",
"gitDecoration.deletedResourceForeground": "#3E9688",
"gitDecoration.untrackedResourceForeground": "#883E96",
"gitDecoration.stageDeletedResourceForeground": "#3E9688",
"gitDecoration.untrackedResourceForeground": "#3E7996",
"gitDecoration.ignoredResourceForeground": "#2B685E",
"gitDecoration.conflictingResourceForeground": "#3E4C96",
"gitDecoration.submoduleResourceForeground": "#3E965B",
Expand All @@ -275,6 +302,7 @@
"settings.textInputForeground": "#81B5AC",
"settings.numberInputBackground": "#0B342D",
"settings.numberInputForeground": "#81B5AC",
"settings.focusedRowBackground": "#184E45",
"breadcrumb.foreground": "#81B5AC",
"breadcrumb.background": "#0B342D",
"breadcrumb.focusForeground": "#A7CEC8",
Expand Down Expand Up @@ -329,7 +357,21 @@
"debugIcon.stepIntoForeground": "#963E4C",
"debugIcon.stepOutForeground": "#4C963E",
"debugIcon.continueForeground": "#883E96",
"debugIcon.stepBackForeground": "#3E965B"
"debugIcon.stepBackForeground": "#3E965B",
"debugConsole.infoForeground": "#81B5AC",
"debugConsole.warningForeground": "#3E4C96",
"debugConsole.errorForeground": "#3E9688",
"debugConsole.sourceForeground": "#81B5AC",
"debugConsoleInputIcon.foreground": "#81B5AC",
"notebook.rowHoverBackground": "#0B342D",
"charts.foreground": "#81B5AC",
"charts.lines": "#81B5AC",
"charts.red": "#3E9688",
"charts.blue": "#96883E",
"charts.yellow": "#3E4C96",
"charts.orange": "#3E7996",
"charts.green": "#883E96",
"charts.purple": "#4C963E"
},
"tokenColors": [
{
Expand Down
Loading

0 comments on commit 68ac033

Please sign in to comment.