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