feat: borrow ui color from "Github Light Default" theme

This commit is contained in:
laggardkernel 2021-05-15 16:02:08 +08:00
parent 2c39700269
commit 65aabf2630
4 changed files with 353 additions and 402 deletions

View File

@ -1,7 +1,9 @@
# Change Log # Change Log
All notable changes to the "vscode-theme-onelight" extension will be documented in this file. All notable changes to the "vscode-theme-onelight" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [0.1.0] ## [0.1.0]
- Initial release - Initial release

View File

@ -1,4 +1,13 @@
# One Light Italic # One Light Italic
Atom one light theme with italic support for VSCode. Atom one light theme with italic support for VSCode.
[Github Repo](https://github.com/laggardkernel/vscode-theme-onelight) [Github Repo](https://github.com/laggardkernel/vscode-theme-onelight)
## Ref
- [How to make your own VS Code theme!](https://www.youtube.com/watch?v=pGzssFNtWXw)
- [One Light tmTheme](https://github.com/akamud/vscode-theme-onelight/blob/master/themes/OneLight.old.tmTheme)
- [One Half Light tmTheme](https://tmtheme-editor.herokuapp.com/#!/editor/theme/One%20Half%20Light)
- [atom one-light-syntax](https://github.com/atom/atom/tree/master/packages/one-light-syntax)
- [GitHub's VS Code themes](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)

View File

@ -1,205 +1,175 @@
{ {
"name": "One Half Light Italic", "name": "One Half Light Italic",
"tokenColors": "./one-half-light-italic.tmTheme",
"colors": { "colors": {
"activityBar.background": "#f1f1f1", "focusBorder": "#0366d6",
"activityBar.dropBackground": "#e8e8e8", "foreground": "#24292e",
"activityBar.foreground": "#383a42", "descriptionForeground": "#6a737d",
"activityBarBadge.background": "#0099e1", "errorForeground": "#cb2431",
"activityBarBadge.foreground": "#ffffff", "textLink.foreground": "#0366d6",
"badge.background": "#0099e1", "textLink.activeForeground": "#0366d6",
"badge.foreground": "#ffffff", "textBlockQuote.background": "#f6f8fa",
"breadcrumb.activeSelectionForeground": "#009ae5", "textBlockQuote.border": "#dfe2e5",
"breadcrumb.focusForeground": "#383a42", "textCodeBlock.background": "#1b1f230d",
"breadcrumb.foreground": "#a0a1a7", "textPreformat.foreground": "#586069",
"button.background": "#0083c0", "textSeparator.foreground": "#eaecef",
"button.foreground": "#ffffff", "button.background": "#2ea44f",
"button.hoverBackground": "#0099e1", "button.foreground": "#fafafa",
"debugExceptionWidget.background": "#ffcccc", "button.hoverBackground": "#2c974b",
"debugExceptionWidget.border": "#ff2e3f", "button.secondaryBackground": "#eaecef",
"debugToolBar.background": "#eeeeee", "button.secondaryForeground": "#24292e",
"diffEditor.insertedTextBackground": "#1ef1531f", "button.secondaryHoverBackground": "#f3f4f6",
"diffEditor.removedTextBackground": "#f33b5127", "checkbox.background": "#f6f8fa",
"dropdown.background": "#e8e8e8", "checkbox.border": "#e1e4e8",
"dropdown.border": "#d5d7d8", "dropdown.background": "#fafafa",
"dropdown.foreground": "#383a42", "dropdown.border": "#e1e4e8",
"dropdown.listBackground": "#e8e8e8", "dropdown.foreground": "#24292e",
"editor.background": "#f7f7f7", "dropdown.listBackground": "#fafafa",
"editor.findMatchBackground": "#99e5c2c5", "input.background": "#fafafa",
"editor.findMatchBorder": "#f31459", "input.border": "#e1e4e8",
"editor.findMatchHighlightBackground": "#99e5c2c5", "input.foreground": "#24292e",
"editor.findRangeHighlightBackground": "#a0a1a72d", "input.placeholderForeground": "#6a737d",
"editor.foreground": "#383a42", "badge.foreground": "#005cc5",
"editor.hoverHighlightBackground": "#e8e8e8", "badge.background": "#dbedff",
"editor.lineHighlightBackground": "#f1f1f1", "progressBar.background": "#2188ff",
"editor.rangeHighlightBackground": "#a0a1a70e", "titleBar.activeForeground": "#586069",
"editor.selectionBackground": "#d2ecff", "titleBar.activeBackground": "#fafafa",
"editor.selectionHighlightBackground": "#e8e8e8", "titleBar.inactiveForeground": "#6a737d",
"editor.snippetFinalTabstopHighlightBackground": "#a0a1a733", "titleBar.inactiveBackground": "#f6f8fa",
"editor.snippetFinalTabstopHighlightBorder": "#a0a1a7", "titleBar.border": "#e1e4e8",
"editor.snippetTabstopHighlightBackground": "#a0a1a733", "activityBar.foreground": "#24292e",
"editor.snippetTabstopHighlightBorder": "#a0a1a7", "activityBar.inactiveForeground": "#6a737d",
"editor.wordHighlightBackground": "#d9e6fd", "activityBar.background": "#fafafa",
"editor.wordHighlightStrongBackground": "#ecd1e5", "activityBarBadge.foreground": "#fafafa",
"editorBracketMatch.background": "#00000000", "activityBarBadge.background": "#2188ff",
"editorBracketMatch.border": "#7a82da", "activityBar.activeBorder": "#f9826c",
"editorCodeLens.foreground": "#a0a1a7", "activityBar.border": "#e1e4e8",
"editorCursor.background": "#f9f9f9", "sideBar.foreground": "#24292e",
"editorCursor.foreground": "#f31459", "sideBar.background": "#f6f8fa",
"editorGroup.border": "#d5d7d8", "sideBar.border": "#e1e4e8",
"editorGroup.dropBackground": "#009ae128", "sideBarTitle.foreground": "#24292e",
"editorGroup.emptyBackground": "#e8e8e8", "sideBarSectionHeader.foreground": "#24292e",
"editorGroup.focusedEmptyBorder": "#0099e1", "sideBarSectionHeader.background": "#f6f8fa",
"editorGroupHeader.noTabsBackground": "#e8e8e8", "sideBarSectionHeader.border": "#e1e4e8",
"editorGroupHeader.tabsBackground": "#e8e8e8", "list.hoverForeground": "#24292e",
"editorGutter.addedBackground": "#3cbc66", "list.inactiveSelectionForeground": "#24292e",
"editorGutter.deletedBackground": "#ff6480", "list.activeSelectionForeground": "#24292e",
"editorGutter.modifiedBackground": "#0099e1", "list.hoverBackground": "#ebf0f4",
"editorHint.foreground": "#a0a1a7", "list.inactiveSelectionBackground": "#e8eaed",
"editorIndentGuide.activeBackground": "#939393", "list.activeSelectionBackground": "#e2e5e9",
"editorInfo.foreground": "#0099e1", "list.focusForeground": "#05264c",
"editorLineNumber.activeForeground": "#f31459", "list.focusBackground": "#cce5ff",
"editorLineNumber.foreground": "#a0a1a7", "list.inactiveFocusBackground": "#dbedff",
"editorLink.activeForeground": "#0099e1", "list.highlightForeground": "#0366d6",
"editorMarkerNavigation.background": "#f9f9f9", "tree.indentGuidesStroke": "#eaecef",
"editorOverviewRuler.addedForeground": "#3cbc66", "notificationCenterHeader.foreground": "#6a737d",
"editorOverviewRuler.bracketMatchForeground": "#7a82da", "notificationCenterHeader.background": "#e1e4e8",
"editorOverviewRuler.deletedForeground": "#ff6480", "notifications.foreground": "#586069",
"editorOverviewRuler.errorForeground": "#ff0000", "notifications.background": "#fafbfc",
"editorOverviewRuler.findMatchForeground": "#99e5c2c5", "notifications.border": "#e1e4e8",
"editorOverviewRuler.infoForeground": "#0099e1", "notificationsErrorIcon.foreground": "#d73a49",
"editorOverviewRuler.modifiedForeground": "#0099e1", "notificationsWarningIcon.foreground": "#e36209",
"editorOverviewRuler.selectionHighlightForeground": "#d2ecff", "notificationsInfoIcon.foreground": "#005cc5",
"editorOverviewRuler.warningForeground": "#df631c", "pickerGroup.border": "#e1e4e8",
"editorOverviewRuler.wordHighlightForeground": "#d9e6fd", "pickerGroup.foreground": "#586069",
"editorPane.background": "#eeeeee", "quickInput.background": "#fafbfc",
"editorRuler.foreground": "#d5d7d8", "quickInput.foreground": "#24292e",
"editorWarning.foreground": "#df631c", "statusBar.foreground": "#586069",
"editorWhitespace.foreground": "#d5d7d8", "statusBar.background": "#fafafa",
"editorWidget.background": "#e8e8e8", "statusBar.border": "#e1e4e8",
"editorWidget.border": "#d5d7d8", "statusBar.noFolderBackground": "#fafafa",
"errorForeground": "#ff0000", "statusBar.debuggingBackground": "#d73a49",
"extensionButton.prominentBackground": "#1f8642", "statusBar.debuggingForeground": "#fafafa",
"extensionButton.prominentForeground": "#ffffff", "statusBarItem.prominentBackground": "#f6f8fa",
"extensionButton.prominentHoverBackground": "#23974a", "editorGroupHeader.tabsBackground": "#f6f8fa",
"focusBorder": "#0099e1", "editorGroupHeader.tabsBorder": "#e1e4e8",
"foreground": "#383a42", "editorGroup.border": "#e1e4e8",
"gitDecoration.conflictingResourceForeground": "#d52753", "tab.activeForeground": "#24292e",
"gitDecoration.deletedResourceForeground": "#a05a48", "tab.inactiveForeground": "#6a737d",
"gitDecoration.ignoredResourceForeground": "#a0a1a7", "tab.inactiveBackground": "#f6f8fa",
"gitDecoration.modifiedResourceForeground": "#0099e1", "tab.activeBackground": "#fafafa",
"gitDecoration.untrackedResourceForeground": "#23974a", "tab.hoverBackground": "#fafafa",
"gitlens.gutterBackgroundColor": "#ffffff55", "tab.unfocusedHoverBackground": "#f6f8fa",
"gitlens.gutterForegroundColor": "#383a42", "tab.border": "#e1e4e8",
"gitlens.gutterUncommittedForegroundColor": "#0099e1", "tab.unfocusedActiveBorderTop": "#e1e4e8",
"gitlens.lineHighlightBackgroundColor": "#d2ecff", "tab.activeBorder": "#fafafa",
"gitlens.lineHighlightOverviewRulerColor": "#d2ecff", "tab.unfocusedActiveBorder": "#fafafa",
"gitlens.trailingLineBackgroundColor": "#d2ecff", "tab.activeBorderTop": "#f9826c",
"gitlens.trailingLineForegroundColor": "#a0a1a7", "breadcrumb.foreground": "#6a737d",
"input.background": "#f9f9f9", "breadcrumb.focusForeground": "#24292e",
"input.border": "#d5d7d8", "breadcrumb.activeSelectionForeground": "#586069",
"input.foreground": "#383a42", "breadcrumbPicker.background": "#fafafa",
"input.placeholderForeground": "#a0a1a7", "editor.foreground": "#24292e",
"inputOption.activeBorder": "#0099e1", "editor.background": "#fafafa",
"inputValidation.errorBackground": "#ffcccc", "editorWidget.background": "#fafafa",
"inputValidation.errorBorder": "#ff2e3f", "editor.foldBackground": "#959da51a",
"inputValidation.infoBackground": "#d2ecff", "editor.lineHighlightBackground": "#fafbfc",
"inputValidation.infoBorder": "#0099e1", "editorLineNumber.foreground": "#959da5",
"inputValidation.warningBackground": "#debaa6", "editorLineNumber.activeForeground": "#24292e",
"inputValidation.warningBorder": "#df631c", "editorIndentGuide.background": "#eaecef",
"list.activeSelectionBackground": "#00a7f5", "editorIndentGuide.activeBackground": "#e1e4e8",
"list.activeSelectionForeground": "#ffffff", "editorWhitespace.foreground": "#d1d5da",
"list.dropBackground": "#d2ecff", "editorCursor.foreground": "#044289",
"list.focusBackground": "#d2ecff", "editor.findMatchBackground": "#ffdf5d",
"list.focusForeground": "#000000", "editor.findMatchHighlightBackground": "#ffdf5d66",
"list.highlightForeground": "#0098dd", "editor.linkedEditingBackground": "#0366d611",
"list.hoverBackground": "#f1f1f1", "editor.inactiveSelectionBackground": "#0366d611",
"list.inactiveSelectionBackground": "#f6f6f6", "editor.selectionBackground": "#0366d625",
"list.warningForeground": "#df631c", "editor.selectionHighlightBackground": "#34d05840",
"merge.currentContentBackground": "#a05a481c", "editor.selectionHighlightBorder": "#34d05800",
"merge.currentHeaderBackground": "#a05a483b", "editor.wordHighlightBackground": "#34d05800",
"merge.incomingContentBackground": "#009ae121", "editor.wordHighlightStrongBackground": "#34d05800",
"merge.incomingHeaderBackground": "#009ae13b", "editor.wordHighlightBorder": "#24943e99",
"notificationCenter.border": "#d5d7d8", "editor.wordHighlightStrongBorder": "#24943e50",
"notificationCenterHeader.background": "#d5d7d8", "editorBracketMatch.background": "#34d05840",
"notificationCenterHeader.foreground": "#383a42", "editorBracketMatch.border": "#34d05800",
"notificationLink.foreground": "#0099e1", "editorGutter.modifiedBackground": "#f9c513",
"notificationToast.border": "#d5d7d8", "editorGutter.addedBackground": "#34d058",
"notifications.background": "#e8e8e8", "editorGutter.deletedBackground": "#d73a49",
"notifications.border": "#d5d7d8", "diffEditor.insertedTextBackground": "#85e89d33",
"notifications.foreground": "#383a42", "diffEditor.removedTextBackground": "#f9758326",
"panel.border": "#d5d7d8", "scrollbar.shadow": "#6a737d33",
"panel.dropBackground": "#e8e8e8", "scrollbarSlider.background": "#959da533",
"panelTitle.activeBorder": "#0099e1", "scrollbarSlider.hoverBackground": "#959da544",
"panelTitle.activeForeground": "#383a42", "scrollbarSlider.activeBackground": "#959da588",
"panelTitle.inactiveForeground": "#383a42aa", "editorOverviewRuler.border": "#fafafa",
"peekView.border": "#0099e1", "panel.background": "#f6f8fa",
"peekViewEditor.background": "#f9f9f9", "panel.border": "#e1e4e8",
"peekViewEditor.matchHighlightBackground": "#99e5c1", "panelTitle.activeBorder": "#f9826c",
"peekViewResult.background": "#e8e8e8", "panelTitle.activeForeground": "#24292e",
"peekViewResult.fileForeground": "#383a42", "panelTitle.inactiveForeground": "#6a737d",
"peekViewResult.lineForeground": "#383a42", "panelInput.border": "#e1e4e8",
"peekViewResult.matchHighlightBackground": "#99e5c1", "terminal.foreground": "#586069",
"peekViewResult.selectionBackground": "#0099e1", "terminal.ansiBlack": "#24292e",
"peekViewResult.selectionForeground": "#ffffff", "terminal.ansiRed": "#d73a49",
"peekViewTitle.background": "#e8e8e8", "terminal.ansiGreen": "#22863a",
"peekViewTitleDescription.foreground": "#a0a1a7", "terminal.ansiYellow": "#b08800",
"peekViewTitleLabel.foreground": "#383a42", "terminal.ansiBlue": "#0366d6",
"pickerGroup.border": "#d5d7d8", "terminal.ansiMagenta": "#6f42c1",
"pickerGroup.foreground": "#0099e1", "terminal.ansiCyan": "#1b7c83",
"progressBar.background": "#0099e1", "terminal.ansiWhite": "#6a737d",
"scrollbarSlider.activeBackground": "#bebebe99", "terminal.ansiBrightBlack": "#586069",
"scrollbarSlider.background": "#dedede99", "terminal.ansiBrightRed": "#cb2431",
"scrollbarSlider.hoverBackground": "#cecece99", "terminal.ansiBrightGreen": "#28a745",
"selection.background": "#d2ecff", "terminal.ansiBrightYellow": "#dbab09",
"sideBar.background": "#E8E8E8", "terminal.ansiBrightBlue": "#2188ff",
"sideBar.border": "#d1d1d1", "terminal.ansiBrightMagenta": "#8a63d2",
"sideBar.dropBackground": "#e8e8e8", "terminal.ansiBrightCyan": "#3192aa",
"sideBar.foreground": "#383a42", "terminal.ansiBrightWhite": "#959da5",
"sideBarSectionHeader.background": "#d5d7d8", "gitDecoration.addedResourceForeground": "#22863a",
"sideBarSectionHeader.foreground": "#383a42", "gitDecoration.modifiedResourceForeground": "#b08800",
"sideBarTitle.foreground": "#383a42", "gitDecoration.deletedResourceForeground": "#cb2431",
"statusBar.background": "#0099e1", "gitDecoration.untrackedResourceForeground": "#22863a",
"statusBar.debuggingBackground": "#df631c", "gitDecoration.ignoredResourceForeground": "#959da5",
"statusBar.foreground": "#ffffff", "gitDecoration.conflictingResourceForeground": "#b08800",
"statusBar.noFolderBackground": "#823ff1", "gitDecoration.submoduleResourceForeground": "#586069",
"tab.activeBorderTop": "#0099e1", "debugToolBar.background": "#fafafa",
"tab.activeForeground": "#383a42", "editor.stackFrameHighlightBackground": "#ffd33d33",
"tab.hoverBackground": "#f1f1f1", "editor.focusedStackFrameHighlightBackground": "#28a74525",
"tab.inactiveBackground": "#eeeeee", "settings.headerForeground": "#586069",
"tab.inactiveForeground": "#a0a1a7", "settings.modifiedItemIndicator": "#f9c513",
"tab.unfocusedActiveBorderTop": "#a0a1a7", "welcomePage.buttonBackground": "#fafbfc",
"terminal.ansiBlack": "#d5d6dd", "welcomePage.buttonHoverBackground": "#f3f4f6"
"terminal.ansiBlue": "#275fe4", },
"terminal.ansiBrightBlack": "#e4e5ed", "semanticHighlighting": true,
"terminal.ansiBrightBlue": "#0099e1", "tokenColors": "./one-half-light-italic.tmTheme"
"terminal.ansiBrightCyan": "#6d93bb",
"terminal.ansiBrightGreen": "#3cbc66",
"terminal.ansiBrightMagenta": "#ce33c0",
"terminal.ansiBrightRed": "#ff6480",
"terminal.ansiBrightWhite": "#26272d",
"terminal.ansiBrightYellow": "#c5a332",
"terminal.ansiCyan": "#27618d",
"terminal.ansiGreen": "#23974a",
"terminal.ansiMagenta": "#823ff1",
"terminal.ansiRed": "#d52753",
"terminal.ansiWhite": "#000000",
"terminal.ansiYellow": "#df631c",
"terminalCursor.foreground": "#f31459",
"textBlockQuote.background": "#d5d7d8",
"textBlockQuote.border": "#0099e1",
"textCodeBlock.background": "#d5d7d8",
"textLink.activeForeground": "#0099e1",
"textLink.foreground": "#0099e1",
"textPreformat.foreground": "#a05a48",
"textSeparator.foreground": "#d5d7d8",
"titleBar.activeBackground": "#c2c4c7",
"titleBar.activeForeground": "#383a42",
"titleBar.inactiveBackground": "#c2c4c799",
"titleBar.inactiveForeground": "#383a4299",
"walkThrough.embeddedEditorBackground": "#e8e8e8",
"welcomePage.buttonBackground": "#e8e8e8",
"welcomePage.buttonHoverBackground": "#d2ecff",
"widget.shadow": "#a0a1a7"
}
} }

View File

@ -1,205 +1,175 @@
{ {
"name": "One Light Italic", "name": "One Light Italic",
"tokenColors": "./one-light-italic.tmTheme",
"colors": { "colors": {
"activityBar.background": "#f1f1f1", "focusBorder": "#0366d6",
"activityBar.dropBackground": "#e8e8e8", "foreground": "#24292e",
"activityBar.foreground": "#383a42", "descriptionForeground": "#6a737d",
"activityBarBadge.background": "#0099e1", "errorForeground": "#cb2431",
"activityBarBadge.foreground": "#ffffff", "textLink.foreground": "#0366d6",
"badge.background": "#0099e1", "textLink.activeForeground": "#0366d6",
"badge.foreground": "#ffffff", "textBlockQuote.background": "#f6f8fa",
"breadcrumb.activeSelectionForeground": "#009ae5", "textBlockQuote.border": "#dfe2e5",
"breadcrumb.focusForeground": "#383a42", "textCodeBlock.background": "#1b1f230d",
"breadcrumb.foreground": "#a0a1a7", "textPreformat.foreground": "#586069",
"button.background": "#0083c0", "textSeparator.foreground": "#eaecef",
"button.foreground": "#ffffff", "button.background": "#2ea44f",
"button.hoverBackground": "#0099e1", "button.foreground": "#fafafa",
"debugExceptionWidget.background": "#ffcccc", "button.hoverBackground": "#2c974b",
"debugExceptionWidget.border": "#ff2e3f", "button.secondaryBackground": "#eaecef",
"debugToolBar.background": "#eeeeee", "button.secondaryForeground": "#24292e",
"diffEditor.insertedTextBackground": "#1ef1531f", "button.secondaryHoverBackground": "#f3f4f6",
"diffEditor.removedTextBackground": "#f33b5127", "checkbox.background": "#f6f8fa",
"dropdown.background": "#e8e8e8", "checkbox.border": "#e1e4e8",
"dropdown.border": "#d5d7d8", "dropdown.background": "#fafafa",
"dropdown.foreground": "#383a42", "dropdown.border": "#e1e4e8",
"dropdown.listBackground": "#e8e8e8", "dropdown.foreground": "#24292e",
"editor.background": "#f7f7f7", "dropdown.listBackground": "#fafafa",
"editor.findMatchBackground": "#99e5c2c5", "input.background": "#fafafa",
"editor.findMatchBorder": "#f31459", "input.border": "#e1e4e8",
"editor.findMatchHighlightBackground": "#99e5c2c5", "input.foreground": "#24292e",
"editor.findRangeHighlightBackground": "#a0a1a72d", "input.placeholderForeground": "#6a737d",
"editor.foreground": "#383a42", "badge.foreground": "#005cc5",
"editor.hoverHighlightBackground": "#e8e8e8", "badge.background": "#dbedff",
"editor.lineHighlightBackground": "#f1f1f1", "progressBar.background": "#2188ff",
"editor.rangeHighlightBackground": "#a0a1a70e", "titleBar.activeForeground": "#586069",
"editor.selectionBackground": "#d2ecff", "titleBar.activeBackground": "#fafafa",
"editor.selectionHighlightBackground": "#e8e8e8", "titleBar.inactiveForeground": "#6a737d",
"editor.snippetFinalTabstopHighlightBackground": "#a0a1a733", "titleBar.inactiveBackground": "#f6f8fa",
"editor.snippetFinalTabstopHighlightBorder": "#a0a1a7", "titleBar.border": "#e1e4e8",
"editor.snippetTabstopHighlightBackground": "#a0a1a733", "activityBar.foreground": "#24292e",
"editor.snippetTabstopHighlightBorder": "#a0a1a7", "activityBar.inactiveForeground": "#6a737d",
"editor.wordHighlightBackground": "#d9e6fd", "activityBar.background": "#fafafa",
"editor.wordHighlightStrongBackground": "#ecd1e5", "activityBarBadge.foreground": "#fafafa",
"editorBracketMatch.background": "#00000000", "activityBarBadge.background": "#2188ff",
"editorBracketMatch.border": "#7a82da", "activityBar.activeBorder": "#f9826c",
"editorCodeLens.foreground": "#a0a1a7", "activityBar.border": "#e1e4e8",
"editorCursor.background": "#f9f9f9", "sideBar.foreground": "#24292e",
"editorCursor.foreground": "#f31459", "sideBar.background": "#f6f8fa",
"editorGroup.border": "#d5d7d8", "sideBar.border": "#e1e4e8",
"editorGroup.dropBackground": "#009ae128", "sideBarTitle.foreground": "#24292e",
"editorGroup.emptyBackground": "#e8e8e8", "sideBarSectionHeader.foreground": "#24292e",
"editorGroup.focusedEmptyBorder": "#0099e1", "sideBarSectionHeader.background": "#f6f8fa",
"editorGroupHeader.noTabsBackground": "#e8e8e8", "sideBarSectionHeader.border": "#e1e4e8",
"editorGroupHeader.tabsBackground": "#e8e8e8", "list.hoverForeground": "#24292e",
"editorGutter.addedBackground": "#3cbc66", "list.inactiveSelectionForeground": "#24292e",
"editorGutter.deletedBackground": "#ff6480", "list.activeSelectionForeground": "#24292e",
"editorGutter.modifiedBackground": "#0099e1", "list.hoverBackground": "#ebf0f4",
"editorHint.foreground": "#a0a1a7", "list.inactiveSelectionBackground": "#e8eaed",
"editorIndentGuide.activeBackground": "#939393", "list.activeSelectionBackground": "#e2e5e9",
"editorInfo.foreground": "#0099e1", "list.focusForeground": "#05264c",
"editorLineNumber.activeForeground": "#f31459", "list.focusBackground": "#cce5ff",
"editorLineNumber.foreground": "#a0a1a7", "list.inactiveFocusBackground": "#dbedff",
"editorLink.activeForeground": "#0099e1", "list.highlightForeground": "#0366d6",
"editorMarkerNavigation.background": "#f9f9f9", "tree.indentGuidesStroke": "#eaecef",
"editorOverviewRuler.addedForeground": "#3cbc66", "notificationCenterHeader.foreground": "#6a737d",
"editorOverviewRuler.bracketMatchForeground": "#7a82da", "notificationCenterHeader.background": "#e1e4e8",
"editorOverviewRuler.deletedForeground": "#ff6480", "notifications.foreground": "#586069",
"editorOverviewRuler.errorForeground": "#ff0000", "notifications.background": "#fafbfc",
"editorOverviewRuler.findMatchForeground": "#99e5c2c5", "notifications.border": "#e1e4e8",
"editorOverviewRuler.infoForeground": "#0099e1", "notificationsErrorIcon.foreground": "#d73a49",
"editorOverviewRuler.modifiedForeground": "#0099e1", "notificationsWarningIcon.foreground": "#e36209",
"editorOverviewRuler.selectionHighlightForeground": "#d2ecff", "notificationsInfoIcon.foreground": "#005cc5",
"editorOverviewRuler.warningForeground": "#df631c", "pickerGroup.border": "#e1e4e8",
"editorOverviewRuler.wordHighlightForeground": "#d9e6fd", "pickerGroup.foreground": "#586069",
"editorPane.background": "#eeeeee", "quickInput.background": "#fafbfc",
"editorRuler.foreground": "#d5d7d8", "quickInput.foreground": "#24292e",
"editorWarning.foreground": "#df631c", "statusBar.foreground": "#586069",
"editorWhitespace.foreground": "#d5d7d8", "statusBar.background": "#fafafa",
"editorWidget.background": "#e8e8e8", "statusBar.border": "#e1e4e8",
"editorWidget.border": "#d5d7d8", "statusBar.noFolderBackground": "#fafafa",
"errorForeground": "#ff0000", "statusBar.debuggingBackground": "#d73a49",
"extensionButton.prominentBackground": "#1f8642", "statusBar.debuggingForeground": "#fafafa",
"extensionButton.prominentForeground": "#ffffff", "statusBarItem.prominentBackground": "#f6f8fa",
"extensionButton.prominentHoverBackground": "#23974a", "editorGroupHeader.tabsBackground": "#f6f8fa",
"focusBorder": "#0099e1", "editorGroupHeader.tabsBorder": "#e1e4e8",
"foreground": "#383a42", "editorGroup.border": "#e1e4e8",
"gitDecoration.conflictingResourceForeground": "#d52753", "tab.activeForeground": "#24292e",
"gitDecoration.deletedResourceForeground": "#a05a48", "tab.inactiveForeground": "#6a737d",
"gitDecoration.ignoredResourceForeground": "#a0a1a7", "tab.inactiveBackground": "#f6f8fa",
"gitDecoration.modifiedResourceForeground": "#0099e1", "tab.activeBackground": "#fafafa",
"gitDecoration.untrackedResourceForeground": "#23974a", "tab.hoverBackground": "#fafafa",
"gitlens.gutterBackgroundColor": "#ffffff55", "tab.unfocusedHoverBackground": "#f6f8fa",
"gitlens.gutterForegroundColor": "#383a42", "tab.border": "#e1e4e8",
"gitlens.gutterUncommittedForegroundColor": "#0099e1", "tab.unfocusedActiveBorderTop": "#e1e4e8",
"gitlens.lineHighlightBackgroundColor": "#d2ecff", "tab.activeBorder": "#fafafa",
"gitlens.lineHighlightOverviewRulerColor": "#d2ecff", "tab.unfocusedActiveBorder": "#fafafa",
"gitlens.trailingLineBackgroundColor": "#d2ecff", "tab.activeBorderTop": "#f9826c",
"gitlens.trailingLineForegroundColor": "#a0a1a7", "breadcrumb.foreground": "#6a737d",
"input.background": "#f9f9f9", "breadcrumb.focusForeground": "#24292e",
"input.border": "#d5d7d8", "breadcrumb.activeSelectionForeground": "#586069",
"input.foreground": "#383a42", "breadcrumbPicker.background": "#fafafa",
"input.placeholderForeground": "#a0a1a7", "editor.foreground": "#24292e",
"inputOption.activeBorder": "#0099e1", "editor.background": "#fafafa",
"inputValidation.errorBackground": "#ffcccc", "editorWidget.background": "#fafafa",
"inputValidation.errorBorder": "#ff2e3f", "editor.foldBackground": "#959da51a",
"inputValidation.infoBackground": "#d2ecff", "editor.lineHighlightBackground": "#fafbfc",
"inputValidation.infoBorder": "#0099e1", "editorLineNumber.foreground": "#959da5",
"inputValidation.warningBackground": "#debaa6", "editorLineNumber.activeForeground": "#24292e",
"inputValidation.warningBorder": "#df631c", "editorIndentGuide.background": "#eaecef",
"list.activeSelectionBackground": "#00a7f5", "editorIndentGuide.activeBackground": "#e1e4e8",
"list.activeSelectionForeground": "#ffffff", "editorWhitespace.foreground": "#d1d5da",
"list.dropBackground": "#d2ecff", "editorCursor.foreground": "#044289",
"list.focusBackground": "#d2ecff", "editor.findMatchBackground": "#ffdf5d",
"list.focusForeground": "#000000", "editor.findMatchHighlightBackground": "#ffdf5d66",
"list.highlightForeground": "#0098dd", "editor.linkedEditingBackground": "#0366d611",
"list.hoverBackground": "#f1f1f1", "editor.inactiveSelectionBackground": "#0366d611",
"list.inactiveSelectionBackground": "#f6f6f6", "editor.selectionBackground": "#0366d625",
"list.warningForeground": "#df631c", "editor.selectionHighlightBackground": "#34d05840",
"merge.currentContentBackground": "#a05a481c", "editor.selectionHighlightBorder": "#34d05800",
"merge.currentHeaderBackground": "#a05a483b", "editor.wordHighlightBackground": "#34d05800",
"merge.incomingContentBackground": "#009ae121", "editor.wordHighlightStrongBackground": "#34d05800",
"merge.incomingHeaderBackground": "#009ae13b", "editor.wordHighlightBorder": "#24943e99",
"notificationCenter.border": "#d5d7d8", "editor.wordHighlightStrongBorder": "#24943e50",
"notificationCenterHeader.background": "#d5d7d8", "editorBracketMatch.background": "#34d05840",
"notificationCenterHeader.foreground": "#383a42", "editorBracketMatch.border": "#34d05800",
"notificationLink.foreground": "#0099e1", "editorGutter.modifiedBackground": "#f9c513",
"notificationToast.border": "#d5d7d8", "editorGutter.addedBackground": "#34d058",
"notifications.background": "#e8e8e8", "editorGutter.deletedBackground": "#d73a49",
"notifications.border": "#d5d7d8", "diffEditor.insertedTextBackground": "#85e89d33",
"notifications.foreground": "#383a42", "diffEditor.removedTextBackground": "#f9758326",
"panel.border": "#d5d7d8", "scrollbar.shadow": "#6a737d33",
"panel.dropBackground": "#e8e8e8", "scrollbarSlider.background": "#959da533",
"panelTitle.activeBorder": "#0099e1", "scrollbarSlider.hoverBackground": "#959da544",
"panelTitle.activeForeground": "#383a42", "scrollbarSlider.activeBackground": "#959da588",
"panelTitle.inactiveForeground": "#383a42aa", "editorOverviewRuler.border": "#fafafa",
"peekView.border": "#0099e1", "panel.background": "#f6f8fa",
"peekViewEditor.background": "#f9f9f9", "panel.border": "#e1e4e8",
"peekViewEditor.matchHighlightBackground": "#99e5c1", "panelTitle.activeBorder": "#f9826c",
"peekViewResult.background": "#e8e8e8", "panelTitle.activeForeground": "#24292e",
"peekViewResult.fileForeground": "#383a42", "panelTitle.inactiveForeground": "#6a737d",
"peekViewResult.lineForeground": "#383a42", "panelInput.border": "#e1e4e8",
"peekViewResult.matchHighlightBackground": "#99e5c1", "terminal.foreground": "#586069",
"peekViewResult.selectionBackground": "#0099e1", "terminal.ansiBlack": "#24292e",
"peekViewResult.selectionForeground": "#ffffff", "terminal.ansiRed": "#d73a49",
"peekViewTitle.background": "#e8e8e8", "terminal.ansiGreen": "#22863a",
"peekViewTitleDescription.foreground": "#a0a1a7", "terminal.ansiYellow": "#b08800",
"peekViewTitleLabel.foreground": "#383a42", "terminal.ansiBlue": "#0366d6",
"pickerGroup.border": "#d5d7d8", "terminal.ansiMagenta": "#6f42c1",
"pickerGroup.foreground": "#0099e1", "terminal.ansiCyan": "#1b7c83",
"progressBar.background": "#0099e1", "terminal.ansiWhite": "#6a737d",
"scrollbarSlider.activeBackground": "#bebebe99", "terminal.ansiBrightBlack": "#586069",
"scrollbarSlider.background": "#dedede99", "terminal.ansiBrightRed": "#cb2431",
"scrollbarSlider.hoverBackground": "#cecece99", "terminal.ansiBrightGreen": "#28a745",
"selection.background": "#d2ecff", "terminal.ansiBrightYellow": "#dbab09",
"sideBar.background": "#E8E8E8", "terminal.ansiBrightBlue": "#2188ff",
"sideBar.border": "#d1d1d1", "terminal.ansiBrightMagenta": "#8a63d2",
"sideBar.dropBackground": "#e8e8e8", "terminal.ansiBrightCyan": "#3192aa",
"sideBar.foreground": "#383a42", "terminal.ansiBrightWhite": "#959da5",
"sideBarSectionHeader.background": "#d5d7d8", "gitDecoration.addedResourceForeground": "#22863a",
"sideBarSectionHeader.foreground": "#383a42", "gitDecoration.modifiedResourceForeground": "#b08800",
"sideBarTitle.foreground": "#383a42", "gitDecoration.deletedResourceForeground": "#cb2431",
"statusBar.background": "#0099e1", "gitDecoration.untrackedResourceForeground": "#22863a",
"statusBar.debuggingBackground": "#df631c", "gitDecoration.ignoredResourceForeground": "#959da5",
"statusBar.foreground": "#ffffff", "gitDecoration.conflictingResourceForeground": "#b08800",
"statusBar.noFolderBackground": "#823ff1", "gitDecoration.submoduleResourceForeground": "#586069",
"tab.activeBorderTop": "#0099e1", "debugToolBar.background": "#fafafa",
"tab.activeForeground": "#383a42", "editor.stackFrameHighlightBackground": "#ffd33d33",
"tab.hoverBackground": "#f1f1f1", "editor.focusedStackFrameHighlightBackground": "#28a74525",
"tab.inactiveBackground": "#eeeeee", "settings.headerForeground": "#586069",
"tab.inactiveForeground": "#a0a1a7", "settings.modifiedItemIndicator": "#f9c513",
"tab.unfocusedActiveBorderTop": "#a0a1a7", "welcomePage.buttonBackground": "#fafbfc",
"terminal.ansiBlack": "#d5d6dd", "welcomePage.buttonHoverBackground": "#f3f4f6"
"terminal.ansiBlue": "#275fe4", },
"terminal.ansiBrightBlack": "#e4e5ed", "semanticHighlighting": true,
"terminal.ansiBrightBlue": "#0099e1", "tokenColors": "./one-light-italic.tmTheme"
"terminal.ansiBrightCyan": "#6d93bb",
"terminal.ansiBrightGreen": "#3cbc66",
"terminal.ansiBrightMagenta": "#ce33c0",
"terminal.ansiBrightRed": "#ff6480",
"terminal.ansiBrightWhite": "#26272d",
"terminal.ansiBrightYellow": "#c5a332",
"terminal.ansiCyan": "#27618d",
"terminal.ansiGreen": "#23974a",
"terminal.ansiMagenta": "#823ff1",
"terminal.ansiRed": "#d52753",
"terminal.ansiWhite": "#000000",
"terminal.ansiYellow": "#df631c",
"terminalCursor.foreground": "#f31459",
"textBlockQuote.background": "#d5d7d8",
"textBlockQuote.border": "#0099e1",
"textCodeBlock.background": "#d5d7d8",
"textLink.activeForeground": "#0099e1",
"textLink.foreground": "#0099e1",
"textPreformat.foreground": "#a05a48",
"textSeparator.foreground": "#d5d7d8",
"titleBar.activeBackground": "#c2c4c7",
"titleBar.activeForeground": "#383a42",
"titleBar.inactiveBackground": "#c2c4c799",
"titleBar.inactiveForeground": "#383a4299",
"walkThrough.embeddedEditorBackground": "#e8e8e8",
"welcomePage.buttonBackground": "#e8e8e8",
"welcomePage.buttonHoverBackground": "#d2ecff",
"widget.shadow": "#a0a1a7"
}
} }