0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Redesign Tokyo Night Light theme

This commit is contained in:
Kristi Russell 2024-07-11 12:23:25 -04:00
parent 6281fd7c3d
commit bc1c4b072c
5 changed files with 246 additions and 239 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 1.0.9
2024-07-11
- Redesign Tokyo Night Light theme to improve contrast
## 1.0.8 ## 1.0.8
2024-07-10 2024-07-10
- Add colors for top activity bar (Thanks to [xiyaowong](https://github.com/xiyaowong)) - Add colors for top activity bar (Thanks to [xiyaowong](https://github.com/xiyaowong))

View file

@ -11,7 +11,7 @@ Tokyo Night Storm
![Screenshot - Tokyo Night Storm](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_night_storm.png) ![Screenshot - Tokyo Night Storm](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_night_storm.png)
Tokyo Night Light Tokyo Night Light
![Screenshot - Tokyo Night Light](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_day.png) ![Screenshot - Tokyo Night Light](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/static/ss_tokyo_night_light.png)
## Disabling Italics ## Disabling Italics
Paste this into your [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations) to disable italics. Paste this into your [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations) to disable italics.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View file

@ -14,16 +14,16 @@
"foreground": "#33635c" "foreground": "#33635c"
}, },
"property.defaultLibrary": { "property.defaultLibrary": {
"foreground": "#166775" "foreground": "#006c86"
}, },
"*.defaultLibrary": { "*.defaultLibrary": {
"foreground": "#166775" "foreground": "#006c86"
}, },
"variable.defaultLibrary": { "variable.defaultLibrary": {
"foreground": "#166775" "foreground": "#006c86"
}, },
"variable.declaration": { "variable.declaration": {
"foreground": "#5a4a78" "foreground": "#5a3e8e"
}, },
"variable": { "variable": {
"foreground": "#343b58" "foreground": "#343b58"
@ -31,40 +31,40 @@
}, },
"semanticClass": "tokyo-night-light", "semanticClass": "tokyo-night-light",
"colors": { "colors": {
"foreground": "#4c505e", "foreground": "#363c4d",
"descriptionForeground": "#7b7f8c", "descriptionForeground": "#707280",
"focusBorder": "#82859433", "focusBorder": "#70728033",
"errorForeground": "#5a607d", "errorForeground": "#5a607d",
"widget.shadow": "#ffffff00", "widget.shadow": "#ffffff00",
"scrollbar.shadow": "#00000033", "scrollbar.shadow": "#00000033",
"badge.background": "#979db833", "badge.background": "#979db833",
"badge.foreground": "#4c505e", "badge.foreground": "#363c4d",
"icon.foreground": "#4c505e", "icon.foreground": "#707280",
"settings.headerForeground": "#34548a", "settings.headerForeground": "#2959aa",
"window.activeBorder": "#cdced1", "window.activeBorder": "#cdced1",
"window.inactiveBorder":"#cdced1", "window.inactiveBorder":"#cdced1",
"sash.hoverBorder": "#828594", "sash.hoverBorder": "#707280",
"toolbar.activeBackground": "#fafbff40", "toolbar.activeBackground": "#acb0bf40",
"toolbar.hoverBackground": "#fafbff40", "toolbar.hoverBackground": "#acb0bf40",
"extensionButton.prominentBackground": "#34548aDD", "extensionButton.prominentBackground": "#2959aaDD",
"extensionButton.prominentHoverBackground": "#34548aAA", "extensionButton.prominentHoverBackground": "#2959aaAA",
"extensionButton.prominentForeground": "#ffffff", "extensionButton.prominentForeground": "#ffffff",
"extensionBadge.remoteBackground": "#34548a", "extensionBadge.remoteBackground": "#2959aa",
"extensionBadge.remoteForeground": "#ffffff", "extensionBadge.remoteForeground": "#ffffff",
"button.background": "#34548add", "button.background": "#2959aadd",
"button.hoverBackground": "#34548aAA", "button.hoverBackground": "#2959aaAA",
"button.secondaryBackground": "#828594", "button.secondaryBackground": "#707280",
"button.foreground": "#ffffff", "button.foreground": "#ffffff",
"progressBar.background": "#34548a", "progressBar.background": "#2959aa",
"input.background": "#d5d6db", "input.background": "#e6e7ed",
"input.foreground": "#4c505e", "input.foreground": "#363c4d",
"input.border": "#c1c2c7", "input.border": "#c1c2c7",
"input.placeholderForeground": "#4a5272", "input.placeholderForeground": "#4a5272",
"inputOption.activeBackground": "#34548a44", "inputOption.activeBackground": "#2959aa44",
"inputValidation.infoForeground": "#000000", "inputValidation.infoForeground": "#000000",
"inputValidation.infoBackground": "#3d59a15c", "inputValidation.infoBackground": "#3d59a15c",
@ -76,103 +76,104 @@
"inputValidation.errorBackground": "#85353e", "inputValidation.errorBackground": "#85353e",
"inputValidation.errorBorder": "#942f2f", "inputValidation.errorBorder": "#942f2f",
"dropdown.foreground": "#4c505e", "dropdown.foreground": "#363c4d",
"dropdown.background": "#d5d6db", "dropdown.background": "#e6e7ed",
"dropdown.border": "#c1c2c7", "dropdown.border": "#c1c2c7",
"dropdown.listBackground": "#d5d6db", "dropdown.listBackground": "#e6e7ed",
"activityBar.background": "#cbccd1", "activityBar.background": "#d6d8df",
"activityBar.foreground": "#4c505e", "activityBar.foreground": "#363c4d",
"activityBar.inactiveForeground": "#828594", //#3b4261 "activityBar.activeBorder": "#2959aa",
"activityBar.border": "#cbccd1", "activityBar.inactiveForeground": "#7d7f8f",
"activityBarBadge.background": "#34548a", "activityBar.border": "#d6d8df",
"activityBarBadge.background": "#2959aa",
"activityBarBadge.foreground": "#fff", "activityBarBadge.foreground": "#fff",
"activityBarTop.foreground": "#4c505e", "activityBarTop.foreground": "#363c4d",
"activityBarTop.inactiveForeground": "#828594", "activityBarTop.inactiveForeground": "#707280",
"activityBarTop.activeBorder": "#2959aa",
"tree.indentGuidesStroke": "#c1c2c7", "tree.indentGuidesStroke": "#c1c2c7",
"sideBar.foreground": "#4c505e", "sideBar.foreground": "#363c4d",
"sideBar.background": "#cbccd1", "sideBar.background": "#d6d8df",
"sideBar.border": "#c1c2c7", "sideBar.border": "#c1c2c7",
"sideBarTitle.foreground": "#4c505e", "sideBarTitle.foreground": "#363c4d",
"sideBarSectionHeader.background": "#cbccd1", "sideBarSectionHeader.background": "#d6d8df",
"sideBarSectionHeader.foreground": "#4c505e", "sideBarSectionHeader.foreground": "#363c4d",
"sideBarSectionHeader.border": "#c1c2c7", "sideBarSectionHeader.border": "#c1c2c7",
"sideBar.dropBackground": "#c1c2c7", "sideBar.dropBackground": "#c1c2c7",
"list.dropBackground": "#c1c2c7", "list.dropBackground": "#c1c2c7",
"list.deemphasizedForeground":"#4c505e", "list.deemphasizedForeground":"#363c4d",
"list.activeSelectionBackground": "#d5d6db", "list.activeSelectionBackground": "#e6e7ed",
"list.activeSelectionForeground": "#4c505e", "list.activeSelectionForeground": "#363c4d",
"list.inactiveSelectionBackground": "#d5d6db", "list.inactiveSelectionBackground": "#e6e7ed",
"list.inactiveSelectionForeground": "#4c505e", "list.inactiveSelectionForeground": "#363c4d",
"list.focusBackground": "#d5d6db", "list.focusBackground": "#e6e7ed",
"list.focusForeground": "#4c505e", "list.focusForeground": "#363c4d",
"list.hoverBackground": "#d5d6db", "list.hoverBackground": "#e1e2e8",
"list.hoverForeground": "#4c505e", "list.hoverForeground": "#363c4d",
"list.highlightForeground": "#34548a", "list.highlightForeground": "#2959aa",
"list.invalidItemForeground": "#c97018", "list.invalidItemForeground": "#c97018",
"list.errorForeground": "#942f2f", "list.errorForeground": "#942f2f",
"list.warningForeground": "#8F5E15", "list.warningForeground": "#8F5E15",
"listFilterWidget.background": "#d5d6db", "listFilterWidget.background": "#e6e7ed",
"listFilterWidget.outline": "#34548a", "listFilterWidget.outline": "#2959aa",
"listFilterWidget.noMatchesOutline": "#a6333f", "listFilterWidget.noMatchesOutline": "#a6333f",
"pickerGroup.foreground": "#4c505e", "pickerGroup.foreground": "#363c4d",
"pickerGroup.border": "#c1c2c7", "pickerGroup.border": "#c1c2c7",
"scrollbarSlider.background": "#90929625", "scrollbarSlider.background": "#90929625",
"scrollbarSlider.hoverBackground": "#90929620", "scrollbarSlider.hoverBackground": "#90929620",
"scrollbarSlider.activeBackground": "#90929632", "scrollbarSlider.activeBackground": "#90929632",
"editorBracketHighlight.foreground1": "#34548A", "editorBracketHighlight.foreground1": "#698cd6", //"#7AA2F7",
"editorBracketHighlight.foreground2": "#34548A", "editorBracketHighlight.foreground2": "#68b3de", //"#7DCFFF",
"editorBracketHighlight.foreground3": "#343B58", "editorBracketHighlight.foreground3": "#9a7ecc", //"#BB9AF7",
"editorBracketHighlight.foreground4": "#166775", "editorBracketHighlight.foreground4": "#25aac2", //"#2AC3DE",
"editorBracketHighlight.foreground5": "#485E30", "editorBracketHighlight.foreground5": "#80a856", //"#9ECE6A",
"editorBracketHighlight.foreground6": "#8F5E15", "editorBracketHighlight.foreground6": "#cfa25f", //"#e0af68",
"editorBracketHighlight.unexpectedBracket.foreground": "#bd4040", "editorBracketHighlight.unexpectedBracket.foreground": "#bd4040",
"editorBracketPairGuide.activeBackground1": "#34548A", "editorBracketPairGuide.activeBackground1": "#698cd6",
"editorBracketPairGuide.activeBackground2": "#34548A", "editorBracketPairGuide.activeBackground2": "#68b3de",
"editorBracketPairGuide.activeBackground3": "#343B58", "editorBracketPairGuide.activeBackground3": "#9a7ecc",
"editorBracketPairGuide.activeBackground4": "#166775", "editorBracketPairGuide.activeBackground4": "#25aac2",
"editorBracketPairGuide.activeBackground5": "#485E30", "editorBracketPairGuide.activeBackground5": "#80a856",
"editorBracketPairGuide.activeBackground6": "#8F5E15", "editorBracketPairGuide.activeBackground6": "#cfa25f",
"selection.background": "#fafbff55", "selection.background": "#acb0bf55",
"editor.background": "#d5d6db", "editor.background": "#e6e7ed",
"editor.foreground": "#343b59", "editor.foreground": "#343b59",
"editor.foldBackground": "#b2b3b833", "editor.foldBackground": "#b2b3b833",
"editorLink.activeForeground": "#1f2335", "editorLink.activeForeground": "#1f2335",
"editor.selectionBackground": "#fafbff40", "editor.selectionBackground": "#acb0bf40",
"editor.inactiveSelectionBackground": "#fafbff15", "editor.inactiveSelectionBackground": "#acb0bf33",
"editor.findMatchBackground": "#fafbff66", "editor.findMatchBackground": "#2d9c9130",
"editor.findMatchBorder": "#637dbf", "editor.findMatchHighlightBackground": "#2d9c9120",
"editor.findMatchHighlightBackground": "#fafbff66",
"editor.findRangeHighlightBackground": "#34548a15", "editor.findRangeHighlightBackground": "#2959aa15",
"editor.rangeHighlightBackground": "#fafbff20", "editor.rangeHighlightBackground": "#b3b6c320",
"editor.wordHighlightBackground": "#fafbff33", "editor.wordHighlightBackground": "#9aa5ce33",
"editor.wordHighlightStrongBackground": "#fafbff66", "editor.wordHighlightStrongBackground": "#9aa5ce66",
"editor.selectionHighlightBackground": "#fafbff55", "editor.selectionHighlightBackground": "#9aa5ce55",
"editorCursor.foreground": "#4c505e", "editorCursor.foreground": "#363c4d",
"editorIndentGuide.background1": "#c5c6c9", "editorIndentGuide.background1": "#d0d4e3",
"editorIndentGuide.activeBackground1": "#f4f5f8", "editorIndentGuide.activeBackground1": "#bdc1cf",
"editorLineNumber.foreground": "#9da0ab", "editorLineNumber.foreground": "#9da0ab",
"editorLineNumber.activeForeground": "#4c505e", "editorLineNumber.activeForeground": "#363c4d",
"editor.lineHighlightBackground": "#dcdee3", "editor.lineHighlightBackground": "#dcdee3",
"editorWhitespace.foreground": "#d5d6db", "editorWhitespace.foreground": "#e6e7ed",
"editorMarkerNavigation.background": "#cbccd1", "editorMarkerNavigation.background": "#d6d8df",
// "editorMarkerNavigationError.background": "#ff0000", // "editorMarkerNavigationError.background": "#ff0000",
// "editorMarkerNavigationWarning.background": "#e8cc6f", // "editorMarkerNavigationWarning.background": "#e8cc6f",
// "editorMarkerNavigationInfo.background": "#0000ff", // "editorMarkerNavigationInfo.background": "#0000ff",
@ -188,11 +189,11 @@
"editorOverviewRuler.warningForeground": "#8f5e15", "editorOverviewRuler.warningForeground": "#8f5e15",
"editorOverviewRuler.infoForeground": "#1abc9c", "editorOverviewRuler.infoForeground": "#1abc9c",
"editorOverviewRuler.bracketMatchForeground": "#c1c2c7", "editorOverviewRuler.bracketMatchForeground": "#c1c2c7",
"editorOverviewRuler.findMatchForeground": "#4c505e44", "editorOverviewRuler.findMatchForeground": "#363c4d44",
"editorOverviewRuler.rangeHighlightForeground": "#4c505e44", "editorOverviewRuler.rangeHighlightForeground": "#363c4d44",
"editorOverviewRuler.selectionHighlightForeground": "#4c505e22", "editorOverviewRuler.selectionHighlightForeground": "#363c4d22",
"editorOverviewRuler.wordHighlightForeground": "#5a4a7855", "editorOverviewRuler.wordHighlightForeground": "#5a3e8e55",
"editorOverviewRuler.wordHighlightStrongForeground": "#5a4a7866", "editorOverviewRuler.wordHighlightStrongForeground": "#5a3e8e66",
"editorOverviewRuler.modifiedForeground": "#637dbf", "editorOverviewRuler.modifiedForeground": "#637dbf",
"editorOverviewRuler.addedForeground": "#71b6bd", "editorOverviewRuler.addedForeground": "#71b6bd",
"editorOverviewRuler.deletedForeground": "#a8626a", "editorOverviewRuler.deletedForeground": "#a8626a",
@ -209,28 +210,25 @@
"editorGhostText.foreground": "#73767d", "editorGhostText.foreground": "#73767d",
// "minimapGutter.modifiedBackground": "#425882",
// "minimapGutter.addedBackground": "#166775",
// "minimapGutter.deletedBackground": "#944449",
"minimap.errorHighlight": "#bd4040", "minimap.errorHighlight": "#bd4040",
"editorGroup.border": "#c1c2c7", "editorGroup.border": "#c1c2c7",
"editorGroup.dropBackground": "#c1c2c7", "editorGroup.dropBackground": "#c1c2c7",
"editorGroupHeader.tabsBorder": "#c1c2c7", "editorGroupHeader.tabsBorder": "#c1c2c7",
"editorGroupHeader.tabsBackground": "#cbccd1", "editorGroupHeader.tabsBackground": "#d6d8df",
"editorGroupHeader.noTabsBackground": "#cbccd1", "editorGroupHeader.noTabsBackground": "#d6d8df",
"editorGroupHeader.border": "#c1c2c7", "editorGroupHeader.border": "#c1c2c7",
"editorPane.background": "#cbccd1", "editorPane.background": "#d6d8df",
"editorWidget.foreground": "#4c505e", "editorWidget.foreground": "#363c4d",
"editorWidget.background": "#cbccd1", "editorWidget.background": "#d6d8df",
"editorWidget.resizeBorder": "#82859433", "editorWidget.resizeBorder": "#70728033",
"editorSuggestWidget.background": "#dcdee3", "editorSuggestWidget.background": "#dcdee3",
"editorSuggestWidget.border": "#c1c2c7", "editorSuggestWidget.border": "#c1c2c7",
"editorSuggestWidget.selectedBackground": "#e8e9ed", "editorSuggestWidget.selectedBackground": "#e8e9ed",
"editorSuggestWidget.highlightForeground": "#34548a", "editorSuggestWidget.highlightForeground": "#2959aa",
"editorCodeLens.foreground": "#868891", "editorCodeLens.foreground": "#868891",
// "editorLightBulb.foreground": "#ffe957", // "editorLightBulb.foreground": "#ffe957",
@ -238,104 +236,109 @@
"peekView.border": "#c1c2c7", "peekView.border": "#c1c2c7",
"peekViewEditor.background": "#dcdee3", "peekViewEditor.background": "#dcdee3",
"peekViewEditor.matchHighlightBackground": "#34548a22", "peekViewEditor.matchHighlightBackground": "#2959aa22",
"peekViewTitle.background": "#cbccd1", "peekViewTitle.background": "#d6d8df",
"peekViewTitleLabel.foreground": "#4c505e", "peekViewTitleLabel.foreground": "#363c4d",
"peekViewTitleDescription.foreground": "#4c505e", "peekViewTitleDescription.foreground": "#363c4d",
"peekViewResult.background": "#d7d9de", "peekViewResult.background": "#d7d9de",
"peekViewResult.selectionForeground": "#4c505e", "peekViewResult.selectionForeground": "#363c4d",
"peekViewResult.selectionBackground": "#34548a33", "peekViewResult.selectionBackground": "#2959aa33",
"peekViewResult.lineForeground": "#4c505e", "peekViewResult.lineForeground": "#363c4d",
"peekViewResult.fileForeground": "#4c505e", "peekViewResult.fileForeground": "#363c4d",
"peekViewResult.matchHighlightBackground": "#34548a22", "peekViewResult.matchHighlightBackground": "#2959aa22",
"diffEditor.insertedTextBackground": "#3f919e15", "diffEditor.insertedTextBackground": "#2d9c9120",
"diffEditor.removedTextBackground": "#e8686812", "diffEditor.removedTextBackground": "#e8686812",
"diffEditor.insertedLineBackground": "#3f919e15", "diffEditor.insertedLineBackground": "#2d9c9120",
"diffEditor.removedLineBackground": "#e8686812", "diffEditor.removedLineBackground": "#e8686812",
"diffEditorGutter.insertedLineBackground": "#3f919e15", "diffEditorGutter.insertedLineBackground": "#2d9c9120",
"diffEditorGutter.removedLineBackground": "#e8686812", "diffEditorGutter.removedLineBackground": "#e8686812",
"diffEditorOverview.insertedForeground": "#3f919e15", "diffEditorOverview.insertedForeground": "#2d9c9120",
"diffEditorOverview.removedForeground": "#e8686812", "diffEditorOverview.removedForeground": "#e8686812",
"diffEditor.diagonalFill": "#cacbcf", "diffEditor.diagonalFill": "#cacbcf",
"diffEditor.unchangedCodeBackground": "#e7e8ed66", "diffEditor.unchangedCodeBackground": "#c7c9d425",
"multiDiffEditor.headerBackground": "#d5d6db", "multiDiffEditor.headerBackground": "#e6e7ed",
"multiDiffEditor.border": "#d5d6db", "multiDiffEditor.border": "#e6e7ed",
"breadcrumb.background": "#cbccd1", "breadcrumb.background": "#d6d8df",
"breadcrumbPicker.background": "#cbccd1", "breadcrumbPicker.background": "#d6d8df",
"breadcrumb.foreground": "#828594", "breadcrumb.foreground": "#707280",
"breadcrumb.focusForeground": "#4c505e", "breadcrumb.focusForeground": "#363c4d",
"breadcrumb.activeSelectionForeground": "#4c505e", "breadcrumb.activeSelectionForeground": "#363c4d",
"tab.activeBackground": "#cbccd1", "tab.activeBackground": "#dadce3",
"tab.inactiveBackground": "#cbccd1", "tab.inactiveBackground": "#d6d8df",
"tab.activeForeground": "#383b45", "tab.activeForeground": "#363c4d",
"tab.hoverForeground": "#383b45", "tab.hoverForeground": "#1f222b",
"tab.activeBorder": "#637dbf", "tab.hoverBackground": "#dadce3",
"tab.inactiveForeground": "#4c505e", "tab.activeBorder": "#2959aa",
// "tab.selectedBorderTop": "#e6e7ed",
"tab.selectedBackground": "#d6d8df",
"tab.inactiveForeground": "#363c4d",
"tab.border": "#c1c2c7", "tab.border": "#c1c2c7",
"tab.unfocusedActiveForeground": "#383b45", "tab.unfocusedActiveForeground": "#363c4d",
"tab.unfocusedInactiveForeground": "#4c505e", "tab.unfocusedInactiveForeground": "#363c4d",
"tab.unfocusedHoverForeground": "#383b45", "tab.unfocusedHoverForeground": "#363c4d",
"tab.activeModifiedBorder": "#d5d6db", "tab.activeModifiedBorder": "#e6e7ed",
"tab.inactiveModifiedBorder": "#d5d6db", "tab.inactiveModifiedBorder": "#e6e7ed",
"tab.unfocusedActiveBorder": "#9da0ab", "tab.unfocusedActiveBorder": "#9da0ab",
"tab.lastPinnedBorder": "#dadbe0", "tab.lastPinnedBorder": "#dadbe0",
"panel.background": "#cbccd1",
"panel.background": "#d6d8df",
"panel.border": "#c1c2c7", "panel.border": "#c1c2c7",
"panelTitle.activeForeground": "#4c505e", "panelTitle.activeForeground": "#363c4d",
"panelTitle.inactiveForeground": "#828594", "panelTitle.inactiveForeground": "#707280",
"panelTitle.activeBorder": "#637dbf", "panelTitle.activeBorder": "#2959aa",
"panelInput.border": "#d5d6db", "panelInput.border": "#e6e7ed",
"statusBar.foreground": "#4c505e", "statusBar.foreground": "#363c4d",
"statusBar.background": "#cbccd1", "statusBar.background": "#d6d8df",
"statusBar.border": "#c1c2c7", "statusBar.border": "#c1c2c7",
"statusBar.noFolderBackground": "#d5d6db", "statusBar.noFolderBackground": "#e6e7ed",
"statusBar.debuggingBackground": "#d5d6db", "statusBar.debuggingBackground": "#e6e7ed",
"statusBar.debuggingForeground": "#4c505e", "statusBar.debuggingForeground": "#363c4d",
"statusBarItem.activeBackground": "#c1c2c7", "statusBarItem.activeBackground": "#c1c2c7",
"statusBarItem.hoverBackground": "#d5d6db", "statusBarItem.hoverBackground": "#e6e7ed",
"statusBarItem.prominentBackground": "#c1c2c7", "statusBarItem.prominentBackground": "#c1c2c7",
"statusBarItem.prominentHoverBackground": "#d5d6db", "statusBarItem.prominentHoverBackground": "#e6e7ed",
"titleBar.activeForeground": "#4c505e", "titleBar.activeForeground": "#363c4d",
"titleBar.inactiveForeground": "#4c505e", "titleBar.inactiveForeground": "#363c4d",
"titleBar.activeBackground": "#cbccd1", "titleBar.activeBackground": "#d6d8df",
"titleBar.inactiveBackground": "#cbccd1", "titleBar.inactiveBackground": "#d6d8df",
"titleBar.border": "#c1c2c7", "titleBar.border": "#c1c2c7",
"walkThrough.embeddedEditorBackground": "#cbccd1", "walkThrough.embeddedEditorBackground": "#d6d8df",
"textLink.foreground": "#34548a", "textLink.foreground": "#2959aa",
"textLink.activeForeground": "#4c505e", "textLink.activeForeground": "#363c4d",
"textPreformat.foreground": "#33635c", "textPreformat.foreground": "#33635c",
"textBlockQuote.background": "#cbccd1", "textBlockQuote.background": "#d6d8df",
"textCodeBlock.background": "#d5d6db", "textCodeBlock.background": "#e6e7ed",
"textSeparator.foreground": "#828594", "textSeparator.foreground": "#707280",
"debugExceptionWidget.border": "#942f2f", "debugExceptionWidget.border": "#942f2f",
"debugExceptionWidget.background": "#fafbff40", "debugExceptionWidget.background": "#acb0bf40",
"debugToolBar.background": "#d5d6db", "debugToolBar.background": "#e6e7ed",
"debugConsole.infoForeground": "#166775", "debugConsole.infoForeground": "#166775",
"debugConsole.errorForeground": "#942f2f", "debugConsole.errorForeground": "#942f2f",
"editor.stackFrameHighlightBackground":"#e7e8c8", "editor.stackFrameHighlightBackground":"#e7e8c8",
"editor.focusedStackFrameHighlightBackground":"#c5e3d0", "editor.focusedStackFrameHighlightBackground":"#c5e3d0",
"debugView.stateLabelForeground":"#4c505e", "debugView.stateLabelForeground":"#363c4d",
"debugView.stateLabelBackground": "#d5d6db", "debugView.stateLabelBackground": "#e6e7ed",
"debugView.valueChangedHighlight": "#f4f5f8", "debugView.valueChangedHighlight": "#f4f5f8",
"debugTokenExpression.name": "#34548a", "debugTokenExpression.name": "#2959aa",
"debugTokenExpression.value":"#565a6e", "debugTokenExpression.value":"#40434f",
"debugTokenExpression.string":"#485e30", "debugTokenExpression.string":"#385f0d",
"debugTokenExpression.boolean":"#965027", "debugTokenExpression.boolean":"#965027",
"debugTokenExpression.number":"#965027", "debugTokenExpression.number":"#965027",
"debugTokenExpression.error":"#942f2f", "debugTokenExpression.error":"#942f2f",
"debugIcon.startForeground": "#34548a", "debugIcon.startForeground": "#2959aa",
"debugIcon.pauseForeground": "#3e6396", "debugIcon.pauseForeground": "#3e6396",
"debugIcon.stepOverForeground": "#3e6396", "debugIcon.stepOverForeground": "#3e6396",
"debugIcon.stepIntoForeground": "#3e6396", "debugIcon.stepIntoForeground": "#3e6396",
@ -343,60 +346,60 @@
"debugIcon.continueForeground": "#3e6396", "debugIcon.continueForeground": "#3e6396",
"debugIcon.stepBackForeground": "#3e6396", "debugIcon.stepBackForeground": "#3e6396",
"debugIcon.breakpointForeground": "#db4b4b", "debugIcon.breakpointForeground": "#db4b4b",
"debugIcon.breakpointDisabledForeground": "#828594", "debugIcon.breakpointDisabledForeground": "#707280",
"debugIcon.breakpointUnverifiedForeground": "#c24242", "debugIcon.breakpointUnverifiedForeground": "#c24242",
"terminal.background": "#cbccd1", "terminal.background": "#d6d8df",
"terminal.foreground": "#4c505e", "terminal.foreground": "#343B58",
"terminal.selectionBackground": "#fafbff40", "terminal.selectionBackground": "#acb0bf40",
"terminalCursor.foreground": "#828594", "terminalCursor.foreground": "#707280",
"terminal.ansiBlack": "#0f0f14", "terminal.ansiBlack": "#343B58",
"terminal.ansiRed": "#8c4351", "terminal.ansiRed": "#8c4351",
"terminal.ansiGreen": "#33635c", "terminal.ansiGreen": "#33635c",
"terminal.ansiYellow": "#8f5e15", "terminal.ansiYellow": "#8f5e15",
"terminal.ansiBlue": "#34548a", "terminal.ansiBlue": "#2959aa",
"terminal.ansiMagenta": "#5a4a78", "terminal.ansiMagenta": "#7b43ba",
"terminal.ansiCyan": "#0f4b6e", "terminal.ansiCyan": "#006c86",
"terminal.ansiWhite": "#828594", "terminal.ansiWhite": "#707280",
"terminal.ansiBrightBlack": "#0f0f14", "terminal.ansiBrightBlack": "#343B58",
"terminal.ansiBrightRed": "#8c4351", "terminal.ansiBrightRed": "#8c4351",
"terminal.ansiBrightGreen": "#33635c", "terminal.ansiBrightGreen": "#33635c",
"terminal.ansiBrightYellow": "#8f5e15", "terminal.ansiBrightYellow": "#8f5e15",
"terminal.ansiBrightBlue": "#34548a", "terminal.ansiBrightBlue": "#2959aa",
"terminal.ansiBrightMagenta": "#5a4a78", "terminal.ansiBrightMagenta": "#7b43ba",
"terminal.ansiBrightCyan": "#0f4b6e", "terminal.ansiBrightCyan": "#006c86",
"terminal.ansiBrightWhite": "#828594", "terminal.ansiBrightWhite": "#707280",
"gitDecoration.modifiedResourceForeground": "#34548a", "gitDecoration.modifiedResourceForeground": "#2959aa",
"gitDecoration.ignoredResourceForeground": "#828594", "gitDecoration.ignoredResourceForeground": "#707280",
"gitDecoration.deletedResourceForeground": "#914c54", "gitDecoration.deletedResourceForeground": "#914c54",
"gitDecoration.renamedResourceForeground": "#166775", "gitDecoration.renamedResourceForeground": "#166775",
"gitDecoration.addedResourceForeground": "#166775", "gitDecoration.addedResourceForeground": "#166775",
"gitDecoration.untrackedResourceForeground": "#166775", "gitDecoration.untrackedResourceForeground": "#166775",
"gitDecoration.conflictingResourceForeground": "#8f5e15", "gitDecoration.conflictingResourceForeground": "#8f5e15",
"gitDecoration.stageDeletedResourceForeground": "#914c54", "gitDecoration.stageDeletedResourceForeground": "#914c54",
"gitDecoration.stageModifiedResourceForeground": "#34548a", "gitDecoration.stageModifiedResourceForeground": "#2959aa",
"notebook.editorBackground": "#d5d6db", "notebook.editorBackground": "#e6e7ed",
"notebook.cellEditorBackground": "#cbccd1", "notebook.cellEditorBackground": "#d6d8df",
"notebook.cellBorderColor": "#c1c2c7", "notebook.cellBorderColor": "#c1c2c7",
"notebook.focusedCellBorder": "#828594", "notebook.focusedCellBorder": "#707280",
"notebook.cellStatusBarItemHoverBackground": "#d5d6db", "notebook.cellStatusBarItemHoverBackground": "#e6e7ed",
"charts.red": "#8c4351", "charts.red": "#8c4351",
"charts.blue": "#34548a", "charts.blue": "#2959aa",
"charts.yellow": "#8f5e15", "charts.yellow": "#8f5e15",
"charts.orange": "#965027", "charts.orange": "#965027",
"charts.green": "#33635c", "charts.green": "#33635c",
"charts.purple": "#5a4a78", "charts.purple": "#5a3e8e",
"charts.foreground": "#565a6e", "charts.foreground": "#40434f",
"charts.lines": "#f4f5f8", "charts.lines": "#f4f5f8",
"merge.currentHeaderBackground": "#007a75aa", "merge.currentHeaderBackground": "#007a75aa",
"merge.currentContentBackground": "#007a7544", "merge.currentContentBackground": "#007a7544",
"merge.incomingHeaderBackground": "#34548aaa", "merge.incomingHeaderBackground": "#2959aaaa",
"merge.incomingContentBackground": "#34548a44", "merge.incomingContentBackground": "#2959aa44",
"mergeEditor.change.background": "#007a7522", "mergeEditor.change.background": "#007a7522",
"mergeEditor.change.word.background": "#007a7522", "mergeEditor.change.word.background": "#007a7522",
"mergeEditor.conflict.unhandledUnfocused.border": "#bb7a6188", "mergeEditor.conflict.unhandledUnfocused.border": "#bb7a6188",
@ -407,13 +410,13 @@
"mergeEditor.conflict.unhandled.minimapOverViewRuler": "#bb7a61", "mergeEditor.conflict.unhandled.minimapOverViewRuler": "#bb7a61",
"gitlens.trailingLineForegroundColor": "#73767d", "gitlens.trailingLineForegroundColor": "#73767d",
"gitlens.gutterUncommittedForegroundColor": "#34548a", "gitlens.gutterUncommittedForegroundColor": "#2959aa",
"gitlens.gutterForegroundColor": "#4c505e", "gitlens.gutterForegroundColor": "#363c4d",
"gitlens.gutterBackgroundColor": "#dcdee3", "gitlens.gutterBackgroundColor": "#dcdee3",
"notificationCenterHeader.background": "#dcdee3", "notificationCenterHeader.background": "#dcdee3",
"notifications.background": "#dcdee3", "notifications.background": "#dcdee3",
"notificationLink.foreground": "#34548a", "notificationLink.foreground": "#2959aa",
"notificationsErrorIcon.foreground": "#bb616b", "notificationsErrorIcon.foreground": "#bb616b",
"notificationsWarningIcon.foreground": "#bba461", "notificationsWarningIcon.foreground": "#bba461",
"notificationsInfoIcon.foreground": "#637dbf", "notificationsInfoIcon.foreground": "#637dbf",
@ -421,8 +424,8 @@
"menubar.selectionForeground":"#343b58", "menubar.selectionForeground":"#343b58",
"menubar.selectionBackground":"#7a85a8", "menubar.selectionBackground":"#7a85a8",
"menubar.selectionBorder":"#c1c2c7", "menubar.selectionBorder":"#c1c2c7",
"menu.foreground":"#4c505e", "menu.foreground":"#363c4d",
"menu.background":"#cbccd1", "menu.background":"#d6d8df",
"menu.selectionForeground":"#343b58", "menu.selectionForeground":"#343b58",
"menu.selectionBackground":"#7a85a8", "menu.selectionBackground":"#7a85a8",
"menu.separatorBackground":"#c1c2c7", "menu.separatorBackground":"#c1c2c7",
@ -433,7 +436,7 @@
"foreground": "#35166d" "foreground": "#35166d"
}, },
"variable.declaration": { "variable.declaration": {
"foreground": "#5a4a78" "foreground": "#5a3e8e"
}, },
"variable.local": { "variable.local": {
"foreground": "#343b58" "foreground": "#343b58"
@ -487,7 +490,7 @@
"string.quoted.docstring.multi.python constant.character.escape" "string.quoted.docstring.multi.python constant.character.escape"
], ],
"settings": { "settings": {
"foreground": "#9699a3" "foreground": "#888b94"
} }
}, },
{ {
@ -508,7 +511,7 @@
"log.date" "log.date"
], ],
"settings": { "settings": {
"foreground": "#7c7f87" "foreground": "#6c6e75"
} }
}, },
{ {
@ -520,7 +523,7 @@
"comment.block.documentation entity.name.type.instance" "comment.block.documentation entity.name.type.instance"
], ],
"settings": { "settings": {
"foreground": "#73767d" "foreground": "#606269"
//"fontStyle": "bold" //"fontStyle": "bold"
} }
}, },
@ -549,7 +552,7 @@
], ],
"settings": { "settings": {
"fontStyle": "", "fontStyle": "",
"foreground": "#485e30" "foreground": "#385f0d"
} }
}, },
{ {
@ -559,7 +562,7 @@
"constant.other.color.rgb-value.hex punctuation.definition.constant" "constant.other.color.rgb-value.hex punctuation.definition.constant"
], ],
"settings": { "settings": {
"foreground": "#565a6e" "foreground": "#40434f"
} }
}, },
{ {
@ -576,14 +579,14 @@
"name": "Invalid deprecated", "name": "Invalid deprecated",
"scope": "invalid.deprecated", "scope": "invalid.deprecated",
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
"name": "Storage Type", "name": "Storage Type",
"scope": "storage.type", "scope": "storage.type",
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -593,7 +596,7 @@
"storage.modifier" "storage.modifier"
], ],
"settings": { "settings": {
"foreground": "#565f89" "foreground": "#7b43ba"
} }
}, },
{ {
@ -620,7 +623,7 @@
"entity.name.function.blade" "entity.name.function.blade"
], ],
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -663,7 +666,7 @@
"meta.at-rule.function variable.parameter.url" "meta.at-rule.function variable.parameter.url"
], ],
"settings": { "settings": {
"foreground": "#4c505e" "foreground": "#006C86"
} }
}, },
{ {
@ -688,7 +691,7 @@
"keyword.other.important" "keyword.other.important"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -710,7 +713,7 @@
"keyword.operator.or.regexp" "keyword.operator.or.regexp"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -852,7 +855,7 @@
"storage.type.cs" "storage.type.cs"
], ],
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -867,7 +870,7 @@
"meta.object-literal entity.name.function" "meta.object-literal entity.name.function"
], ],
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -892,7 +895,7 @@
"keyword.other.unit" "keyword.other.unit"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -905,7 +908,7 @@
"variable.other.declaration" "variable.other.declaration"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -913,7 +916,7 @@
"scope": "entity.other.inherited-class", "scope": "entity.other.inherited-class",
"settings": { "settings": {
"fontStyle": "", "fontStyle": "",
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -935,7 +938,7 @@
"variable.other.constant.object" "variable.other.constant.object"
], ],
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -949,7 +952,7 @@
"name": "Support Function", "name": "Support Function",
"scope": "support.function", "scope": "support.function",
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -966,7 +969,7 @@
"support.type.map.key" "support.type.map.key"
], ],
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -976,7 +979,7 @@
"meta.definition.variable" "meta.definition.variable"
], ],
"settings": { "settings": {
"foreground": "#485e30" "foreground": "#385f0d"
} }
}, },
{ {
@ -986,7 +989,7 @@
"meta.at-rule.mixin.scss entity.name.function.scss" "meta.at-rule.mixin.scss entity.name.function.scss"
], ],
"settings": { "settings": {
"foreground": "#485e30" "foreground": "#385f0d"
} }
}, },
{ {
@ -1000,7 +1003,7 @@
"name": "CSS Tag", "name": "CSS Tag",
"scope": "entity.name.tag.css", "scope": "entity.name.tag.css",
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -1058,7 +1061,7 @@
"meta.at-rule.include keyword.control.at-rule.include" "meta.at-rule.include keyword.control.at-rule.include"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1138,21 +1141,21 @@
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
"name": "HTML Character Entity", "name": "HTML Character Entity",
"scope": "text.html constant.character.entity", "scope": "text.html constant.character.entity",
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
"name": "HTML Character Entity Punctuation", "name": "HTML Character Entity Punctuation",
"scope": "text.html punctuation.definition.entity", "scope": "text.html punctuation.definition.entity",
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -1162,14 +1165,14 @@
"meta.directive.vue entity.other.attribute-name.html" "meta.directive.vue entity.other.attribute-name.html"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
"name": "CSS ID's", "name": "CSS ID's",
"scope": "source.sass keyword.control", "scope": "source.sass keyword.control",
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -1181,7 +1184,7 @@
"meta.property-list meta.property-value" "meta.property-list meta.property-value"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1202,7 +1205,7 @@
"name": "Changed", "name": "Changed",
"scope": "markup.changed", "scope": "markup.changed",
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -1225,7 +1228,7 @@
"constant.other.character-class.regexp" "constant.other.character-class.regexp"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1242,7 +1245,7 @@
"name": "Regular Expressions - Quantifier", "name": "Regular Expressions - Quantifier",
"scope": "keyword.operator.quantifier.regexp", "scope": "keyword.operator.quantifier.regexp",
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1256,7 +1259,7 @@
"name": "Escape Characters", "name": "Escape Characters",
"scope": "constant.character.escape", "scope": "constant.character.escape",
"settings": { "settings": {
"foreground": "#4c505e" "foreground": "#363c4d"
} }
}, },
{ {
@ -1266,7 +1269,7 @@
"tag.decorator.js punctuation.definition.tag.js" "tag.decorator.js punctuation.definition.tag.js"
], ],
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -1282,7 +1285,7 @@
"source.json meta.structure.dictionary.json support.type.property-name.json" "source.json meta.structure.dictionary.json support.type.property-name.json"
], ],
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -1291,7 +1294,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
], ],
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -1309,7 +1312,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
], ],
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1327,7 +1330,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
], ],
"settings": { "settings": {
"foreground": "#166775" "foreground": "#006c86"
} }
}, },
{ {
@ -1354,7 +1357,7 @@
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
], ],
"settings": { "settings": {
"foreground": "#485e30" "foreground": "#385f0d"
} }
}, },
{ {
@ -1407,14 +1410,14 @@
"text.log" "text.log"
], ],
"settings": { "settings": {
"foreground": "#565a6e" "foreground": "#40434f"
} }
}, },
{ {
"name": "Markdown - Markup Raw Inline", "name": "Markdown - Markup Raw Inline",
"scope": "text.html.markdown markup.inline.raw.markdown", "scope": "text.html.markdown markup.inline.raw.markdown",
"settings": { "settings": {
"foreground": "#5a4a78" "foreground": "#65359d"
} }
}, },
{ {
@ -1432,7 +1435,7 @@
], ],
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"foreground": "#383b45" "foreground": "#363c4d"
} }
}, },
{ {
@ -1454,7 +1457,7 @@
], ],
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"foreground": "#34548a" "foreground": "#2959aa"
} }
}, },
{ {
@ -1476,7 +1479,7 @@
], ],
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"foreground": "#565a6e" "foreground": "#40434f"
} }
}, },
{ {
@ -1568,7 +1571,7 @@
"variable.language.fenced.markdown" "variable.language.fenced.markdown"
], ],
"settings": { "settings": {
"foreground": "#4c505e" "foreground": "#363c4d"
} }
}, },
{ {
@ -1634,7 +1637,7 @@
"name": "ENV value", "name": "ENV value",
"scope": "source.env", "scope": "source.env",
"settings": { "settings": {
"foreground": "#34548a" "foreground": "#2959aa"
} }
} }
] ]