Skip to content

Instantly share code, notes, and snippets.

@langolf
Last active February 13, 2020 00:13
Show Gist options
  • Save langolf/dd2f9441c44cc18bf1128a00eaf9e30c to your computer and use it in GitHub Desktop.
Save langolf/dd2f9441c44cc18bf1128a00eaf9e30c to your computer and use it in GitHub Desktop.
White theme
{
"$schema": "vscode://schemas/color-theme",
"type": "light",
"colors": {
"activityBar.background": "#ffffff",
"activityBar.border": "#00000000",
"activityBar.foreground" "#bec9d3",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#ffffff",
"badge.background": "#000000",
"badge.foreground": "#ffffff",
"button.background": "#004bff",
"button.foreground": "#ffffff",
"contrastBorder": "#00000000",
"debugToolBar.background": "#f4f6fc",
"diffEditor.insertedTextBackground": "#00ff6819",
"diffEditor.removedTextBackground": "#ff003219",
"dropdown.background": "#f4f6fc",
"dropdown.border": "#e7ecf2",
"dropdown.foreground": "#000000",
"editor.background": "#ffffff",
"editor.findMatchBackground": "#ffca0099",
"editor.findMatchHighlightBackground": "#ffca004c",
"editor.focusedStackFrameHighlightBackground": "#ff990099",
"editor.foldBackground": "#355000",
"editor.foreground": "#000000",
"editor.lineHighlightBackground": "#0064ff0c",
"editor.lineHighlightBorder": "#00000000",
"editor.selectionBackground": "#0064ff4c",
"editor.selectionForeground": "#ffffff",
"editor.selectionHighlightBorder": "#00000000",
"editor.stackFrameHighlightBackground": "#ff99004c",
"editor.wordHighlightBackground": "#0064ff26",
"editor.wordHighlightStrongBackground": "#0064ff4c",
"editorBracketMatch.background": "#0064ff4c",
"editorBracketMatch.border": "#00000000",
"editorCursor.foreground": "#004bff",
"editorError.foreground": "#ff0032",
"editorGroup.border": "#f4f6fc",
"editorGroupHeader.tabsBackground": "#ffffff",
"editorGroupHeader.tabsBorder": "#00000000",
"editorGutter.addedBackground": "#00ff68",
"editorGutter.deletedBackground": "#ff0032",
"editorGutter.modifiedBackground": "#000000",
"editorIndentGuide.background": "#f4f6fc",
"editorLineNumber.activeForeground": "#bec9d3",
"editorLineNumber.foreground": "#ebf0f5",
"editorLink.activeForeground": "#004bff",
"editorOverviewRuler.addedForeground": "#00000000",
"editorOverviewRuler.border": "#00000000",
"editorOverviewRuler.bracketMatchForeground": "#0064ff4c",
"editorOverviewRuler.errorForeground": "#ff0032",
"editorOverviewRuler.findMatchForeground": "#ffca0099",
"editorOverviewRuler.modifiedForeground": "#000000",
"editorOverviewRuler.selectionHighlightForeground": "#0064ff4c",
"editorOverviewRuler.warningForeground": "#ff9900",
"editorOverviewRuler.wordHighlightForeground": "#0064ff26",
"editorOverviewRuler.wordHighlightStrongForeground": "#0064ff4c",
"editorRuler.foreground": "#f4f6fc",
"editorSuggestWidget.foreground": "#000000",
"editorWarning.foreground": "#ff9900",
"editorWidget.background": "#f4f6fc",
"editorWidget.border": "#e7ecf2",
"errorForeground": "#ff0032",
"extensionButton.prominentBackground": "#004bff",
"extensionButton.prominentForeground": "#ffffff",
"extensionButton.prominentHoverBackground": "#004bff",
"focusBorder": "#e7ecf2",
"foreground": "#000000",
"gitDecoration.ignoredResourceForeground": "#bec9d3",
"gitDecoration.modifiedResourceForeground": "#000000",
"gitDecoration.untrackedResourceForeground": "#000000",
"input.background": "#f4f6fc",
"input.border": "#e7ecf2",
"input.foreground": "#000000",
"input.placeholderForeground": "#bec9d3",
"list.activeSelectionBackground": "#000000",
"list.activeSelectionForeground": "#ffffff",
"list.dropBackground": "#0064ff4c",
"list.focusBackground": "#0064ff26",
"list.focusForeground": "#000000",
"list.highlightForeground": "#000000",
"list.hoverBackground": "#f4f6fc",
"list.inactiveSelectionBackground": "#f4f6fc",
"list.inactiveSelectionForeground": "#000000",
"panel.background": "#f4f6fc",
"panel.border": "#00000000",
"panelTitle.activeBorder": "#bec9d3",
"peekView.border": "#000000",
"peekViewEditor.background": "#00000000",
"peekViewEditor.matchHighlightBackground": "#ffca0099",
"peekViewResult.background": "#00000000",
"peekViewResult.fileForeground": "#6b7a88",
"peekViewResult.lineForeground": "#6b7a88",
"peekViewResult.matchHighlightBackground": "#ffca0099",
"peekViewResult.selectionBackground": "#000000",
"peekViewResult.selectionForeground": "#ffffff",
"peekViewTitle.background": "#00000000",
"peekViewTitleDescription.foreground": "#bec9d3",
"peekViewTitleLabel.foreground": "#000000",
"progressBar.background": "#004bff",
"scrollbar.shadow": "#00000000",
"scrollbarSlider.background": "#99a7e119",
"scrollbarSlider.hoverBackground": "#000000",
"sideBar.background": "#ffffff",
"sideBar.foreground": "#6b7a88",
"sideBarSectionHeader.background": "#f4f6fc",
"sideBarSectionHeader.foreground": "#6b7a88",
"sideBarTitle.foreground": "#bec9d3",
"statusBar.background": "#000000",
"statusBar.debuggingBackground": "#ff9900",
"statusBar.debuggingForeground": "#000000",
"statusBar.foreground": "#65696e",
"statusBar.noFolderBackground": "#000000",
"tab.activeBackground": "#000000",
"tab.activeForeground": "#ffffff",
"tab.activeModifiedBorder": "#00000000",
"tab.border": "#00000000",
"tab.inactiveBackground": "#00000000",
"tab.inactiveForeground": "#bec9d3",
"tab.inactiveModifiedBorder": "#000000",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#004bff",
"terminal.ansiBrightBlack": "#000000",
"terminal.ansiBrightBlue": "#004bff",
"terminal.ansiBrightCyan": "#00d2ff",
"terminal.ansiBrightGreen": "#00ff68",
"terminal.ansiBrightMagenta": "#7d46fc",
"terminal.ansiBrightRed": "#ff0032",
"terminal.ansiBrightWhite": "#ffffff",
"terminal.ansiBrightYellow": "#ffca00",
"terminal.ansiCyan": "#00d2ff",
"terminal.ansiGreen": "#00ff68",
"terminal.ansiMagenta": "#7d46fc",
"terminal.ansiRed": "#ff0032",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiYellow": "#ffca00",
"terminal.foreground": "#000000",
"terminal.selectionBackground": "#0064ff4c",
"terminalCursor.foreground": "#004bff",
"textLink.activeForeground": "#004bff",
"textLink.foreground": "#004bff",
"titleBar.activeBackground": "#ffffff",
"titleBar.activeForeground": "#6b7a88",
"titleBar.inactiveBackground": "#ffffff",
"titleBar.inactiveForeground": "#bec9d3",
"welcomePage.buttonBackground": "#f4f6fc",
"welcomePage.buttonHoverBackground": "#0064ff26",
"widget.shadow": "#00000000",
//"activityBar.activeBorder": "#bec9d3",
//"activityBar.dropBackground": "#ffffff1f",
//"activityBar.inactiveForeground": "#bec9d366",
//"breadcrumb.activeSelectionForeground": "#000000",
//"breadcrumb.background": "#ffffff",
//"breadcrumb.focusForeground": "#000000",
//"breadcrumb.foreground": "#000000cc",
//"breadcrumbPicker.background": "#f4f6fc",
//"button.hoverBackground": "#003dcc",
//"checkbox.background": "#f4f6fc",
//"checkbox.border": "#e7ecf2",
//"checkbox.foreground": "#000000",
//"debugExceptionWidget.background": "#f1dfde",
//"debugExceptionWidget.border": "#a31515",
//"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00",
//"debugIcon.breakpointDisabledForeground": "#848484",
//"debugIcon.breakpointForeground": "#e51400",
//"debugIcon.breakpointStackframeForeground": "#89d185",
//"debugIcon.breakpointUnverifiedForeground": "#848484",
//"debugIcon.continueForeground": "#007acc",
//"debugIcon.disconnectForeground": "#a1260d",
//"debugIcon.pauseForeground": "#007acc",
//"debugIcon.restartForeground": "#388a34",
//"debugIcon.startForeground": "#388a34",
//"debugIcon.stepBackForeground": "#007acc",
//"debugIcon.stepIntoForeground": "#007acc",
//"debugIcon.stepOutForeground": "#007acc",
//"debugIcon.stepOverForeground": "#007acc",
//"debugIcon.stopForeground": "#a1260d",
//"descriptionForeground": "#717171",
//"editor.findRangeHighlightBackground": "#b4b4b44d",
//"editor.hoverHighlightBackground": "#add6ff26",
//"editor.inactiveSelectionBackground": "#0064ff26",
//"editor.rangeHighlightBackground": "#fdff0033",
//"editor.selectionHighlightBackground": "#408dff2e",
//"editor.snippetFinalTabstopHighlightBorder": "#0a326480",
//"editor.snippetTabstopHighlightBackground": "#0a326433",
//"editor.symbolHighlightBackground": "#ffca004c",
//"editorActiveLineNumber.foreground": "#0b216f",
//"editorCodeLens.foreground": "#999999",
//"editorGroup.dropBackground": "#2677cb2e",
//"editorGroupHeader.noTabsBackground": "#ffffff",
//"editorGutter.background": "#ffffff",
//"editorGutter.commentRangeForeground": "#c5c5c5",
//"editorHint.foreground": "#6c6c6c",
//"editorHoverWidget.background": "#f4f6fc",
//"editorHoverWidget.border": "#e7ecf2",
//"editorHoverWidget.foreground": "#000000",
//"editorHoverWidget.statusBarBackground": "#e1e6f7",
//"editorIndentGuide.activeBackground": "#33333333",
//"editorInfo.foreground": "#75beff",
//"editorLightBulb.foreground": "#ddb100",
//"editorLightBulbAutoFix.foreground": "#007acc",
//"editorMarkerNavigation.background": "#ffffff",
//"editorMarkerNavigationError.background": "#ff0032",
//"editorMarkerNavigationInfo.background": "#75beff",
//"editorMarkerNavigationWarning.background": "#ff9900",
//"editorOverviewRuler.commonContentForeground": "#60606066",
//"editorOverviewRuler.currentContentForeground": "#40c8ae80",
//"editorOverviewRuler.deletedForeground": "#ff003299",
//"editorOverviewRuler.incomingContentForeground": "#40a6ff80",
//"editorOverviewRuler.infoForeground": "#75beff",
//"editorOverviewRuler.rangeHighlightForeground": "#007acc99",
//"editorPane.background": "#ffffff",
//"editorSuggestWidget.background": "#f4f6fc",
//"editorSuggestWidget.border": "#e7ecf2",
//"editorSuggestWidget.highlightForeground": "#000000",
//"editorSuggestWidget.selectedBackground": "#0064ff26",
//"editorUnnecessaryCode.opacity": "#00000077",
//"editorWhitespace.foreground": "#33333333",
//"editorWidget.foreground": "#000000",
//"extensionBadge.remoteBackground": "#000000",
//"extensionBadge.remoteForeground": "#ffffff",
//"findThenJump.textDecorationBackground": "#4169e1",
//"findThenJump.textDecorationForeground": "#ffffff",
//"gitDecoration.addedResourceForeground": "#587c0c",
//"gitDecoration.conflictingResourceForeground": "#6c6cc4",
//"gitDecoration.deletedResourceForeground": "#ad0707",
//"gitDecoration.submoduleResourceForeground": "#1258a7",
//"gitlens.gutterBackgroundColor": "#0000000c",
//"gitlens.gutterForegroundColor": "#747474",
//"gitlens.gutterUncommittedForegroundColor": "#00bcf299",
//"gitlens.lineHighlightBackgroundColor": "#00bcf233",
//"gitlens.lineHighlightOverviewRulerColor": "#00bcf299",
//"gitlens.trailingLineBackgroundColor": "#00000000",
//"gitlens.trailingLineForegroundColor": "#99999959",
//"icon.foreground": "#424242",
//"imagePreview.border": "#80808059",
//"inlineTitleBar.background": "#ffffff",
//"inputOption.activeBackground": "#e7ecf24d",
//"inputOption.activeBorder": "#007acc00",
//"inputValidation.errorBackground": "#f2dede",
//"inputValidation.errorBorder": "#be1100",
//"inputValidation.infoBackground": "#d6ecf2",
//"inputValidation.infoBorder": "#007acc",
//"inputValidation.warningBackground": "#f6f5d2",
//"inputValidation.warningBorder": "#b89500",
//"list.errorForeground": "#b01011",
//"list.filterMatchBackground": "#ffca004c",
//"list.invalidItemForeground": "#b89500",
//"list.warningForeground": "#855f00",
//"listFilterWidget.background": "#efc1ad",
//"listFilterWidget.noMatchesOutline": "#be1100",
//"listFilterWidget.outline": "#00000000",
//"menu.background": "#f4f6fc",
//"menu.foreground": "#000000",
//"menu.selectionBackground": "#000000",
//"menu.selectionForeground": "#ffffff",
//"menu.separatorBackground": "#888888",
//"menubar.selectionBackground": "#0000001a",
//"menubar.selectionForeground": "#6b7a88",
//"merge.commonContentBackground": "#60606029",
//"merge.commonHeaderBackground": "#60606066",
//"merge.currentContentBackground": "#40c8ae33",
//"merge.currentHeaderBackground": "#40c8ae80",
//"merge.incomingContentBackground": "#40a6ff33",
//"merge.incomingHeaderBackground": "#40a6ff80",
//"minimap.errorHighlight": "#ff1212b3",
//"minimap.findMatchHighlight": "#d18616",
//"minimap.selectionHighlight": "#add6ff",
//"minimap.warningHighlight": "#ff9900",
//"minimapGutter.addedBackground": "#81b88b",
//"minimapGutter.deletedBackground": "#ca4b51",
//"minimapGutter.modifiedBackground": "#66afe0",
//"notificationCenterHeader.background": "#e1e6f7",
//"notificationLink.foreground": "#004bff",
//"notifications.background": "#f4f6fc",
//"notifications.border": "#e1e6f7",
//"notifications.foreground": "#000000",
//"notificationsErrorIcon.foreground": "#ff0032",
//"notificationsInfoIcon.foreground": "#75beff",
//"notificationsWarningIcon.foreground": "#ff9900",
//"panel.dropBackground": "#2677cb2e",
//"panelInput.border": "#dddddd",
//"panelTitle.activeForeground": "#424242",
//"panelTitle.inactiveForeground": "#424242bf",
//"peekViewEditorGutter.background": "#00000000",
//"pickerGroup.border": "#cccedb",
//"pickerGroup.foreground": "#0066bf",
//"problemsErrorIcon.foreground": "#ff0032",
//"problemsInfoIcon.foreground": "#75beff",
//"problemsWarningIcon.foreground": "#ff9900",
//"quickInput.background": "#ffffff",
//"quickInput.foreground": "#6b7a88",
//"scrollbarSlider.activeBackground": "#00000099",
//"searchEditor.findMatchBackground": "#ffca0032",
//"searchEditor.textInputBorder": "#e7ecf2",
//"settings.checkboxBackground": "#f4f6fc",
//"settings.checkboxBorder": "#e7ecf2",
//"settings.checkboxForeground": "#000000",
//"settings.dropdownBackground": "#f4f6fc",
//"settings.dropdownBorder": "#e7ecf2",
//"settings.dropdownForeground": "#000000",
//"settings.dropdownListBorder": "#e7ecf2",
//"settings.headerForeground": "#444444",
//"settings.modifiedItemIndicator": "#66afe0",
//"settings.numberInputBackground": "#f4f6fc",
//"settings.numberInputBorder": "#e7ecf2",
//"settings.numberInputForeground": "#000000",
//"settings.textInputBackground": "#f4f6fc",
//"settings.textInputBorder": "#e7ecf2",
//"settings.textInputForeground": "#000000",
//"sideBar.dropBackground": "#0000001a",
//"sideBarSectionHeader.border": "#00000000",
//"statusBar.noFolderForeground": "#65696e",
//"statusBarItem.activeBackground": "#ffffff2e",
//"statusBarItem.hoverBackground": "#ffffff1f",
//"statusBarItem.prominentBackground": "#00000080",
//"statusBarItem.prominentForeground": "#65696e",
//"statusBarItem.prominentHoverBackground": "#0000004d",
//"statusBarItem.remoteBackground": "#000000",
//"statusBarItem.remoteForeground": "#ffffff",
//"symbolIcon.arrayForeground": "#000000",
//"symbolIcon.booleanForeground": "#000000",
//"symbolIcon.classForeground": "#d67e00",
//"symbolIcon.colorForeground": "#000000",
//"symbolIcon.constantForeground": "#000000",
//"symbolIcon.constructorForeground": "#652d90",
//"symbolIcon.enumeratorForeground": "#d67e00",
//"symbolIcon.enumeratorMemberForeground": "#007acc",
//"symbolIcon.eventForeground": "#d67e00",
//"symbolIcon.fieldForeground": "#007acc",
//"symbolIcon.fileForeground": "#000000",
//"symbolIcon.folderForeground": "#000000",
//"symbolIcon.functionForeground": "#652d90",
//"symbolIcon.interfaceForeground": "#007acc",
//"symbolIcon.keyForeground": "#000000",
//"symbolIcon.keywordForeground": "#000000",
//"symbolIcon.methodForeground": "#652d90",
//"symbolIcon.moduleForeground": "#000000",
//"symbolIcon.namespaceForeground": "#000000",
//"symbolIcon.nullForeground": "#000000",
//"symbolIcon.numberForeground": "#000000",
//"symbolIcon.objectForeground": "#000000",
//"symbolIcon.operatorForeground": "#000000",
//"symbolIcon.packageForeground": "#000000",
//"symbolIcon.propertyForeground": "#000000",
//"symbolIcon.referenceForeground": "#000000",
//"symbolIcon.snippetForeground": "#000000",
//"symbolIcon.stringForeground": "#000000",
//"symbolIcon.structForeground": "#000000",
//"symbolIcon.textForeground": "#000000",
//"symbolIcon.typeParameterForeground": "#000000",
//"symbolIcon.unitForeground": "#000000",
//"symbolIcon.variableForeground": "#007acc",
//"tab.unfocusedActiveBackground": "#000000",
//"tab.unfocusedActiveForeground": "#ffffffb3",
//"tab.unfocusedActiveModifiedBorder": "#00000000",
//"tab.unfocusedInactiveForeground": "#bec9d380",
//"tab.unfocusedInactiveModifiedBorder": "#00000080",
//"terminal.background": "#f4f6fc",
//"terminal.border": "#00000000",
//"textBlockQuote.background": "#7f7f7f1a",
//"textBlockQuote.border": "#007acc80",
//"textCodeBlock.background": "#dcdcdc66",
//"textPreformat.foreground": "#a31515",
//"textSeparator.foreground": "#0000002e",
//"tree.indentGuidesStroke": "#a9a9a9"
},
"tokenColors": [
{
"scope": [
"comment",
"string.quoted.docstring"
],
"settings": {
"foreground": "#BEC9D3"
}
},
{
"scope": [
"string"
],
"settings": {
"foreground": "#6B7A88"
}
},
{
"scope": [
"punctuation.definition.string",
"storage.type.string.python"
],
"settings": {
"foreground": "#000000"
}
},
{
"scope": [
"beginning.punctuation",
"entity.name.section.group-title",
"entity.name.tag",
"entity.other.attribute-name.class",
"entity.other.attribute-name.id",
"keyword.const",
"keyword.control",
"keyword.function",
"keyword.import",
"keyword.operator.assignment",
"keyword.operator.comparison",
"keyword.operator.decrement",
"keyword.operator.expression",
"keyword.operator.increment",
"keyword.operator.increment-decrement",
"keyword.operator.logical",
"keyword.operator.misc",
"keyword.operator.new",
"keyword.operator.other",
"keyword.operator.ternary",
"keyword.other.fn",
"keyword.other.rust",
"keyword.other.special-method",
"keyword.other.where",
"keyword.package",
"keyword.type",
"keyword.var",
"markup.heading",
"meta.tag.sgml.doctype.html",
"punctuation.separator.key-value",
"storage.modifier",
"storage.type.class",
"storage.type.enum",
"storage.type.function",
"storage.type.import",
"storage.type.interface",
"storage.type.js",
"storage.type.namespace",
"storage.type.property",
"storage.type.rust",
"storage.type.string.python",
"storage.type.ts",
"storage.type.tsx",
"storage.type.type",
"support.type.object.module"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#316BCD"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#CD9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#CD3131"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#800080"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment