From b6d7ab8f6701eff9fc7916cfcefe9b0c83fd8bba Mon Sep 17 00:00:00 2001 From: Hyko Date: Fri, 24 Apr 2026 09:15:29 -0400 Subject: [PATCH] feat(theme): add Octo Dark color theme --- themes/octo-dark-color-theme.json | 512 +++++++++++++++++++++++++++++ themes/octo-light-color-theme.json | 510 ++++++++++++++++++++++++++++ 2 files changed, 1022 insertions(+) create mode 100644 themes/octo-dark-color-theme.json create mode 100644 themes/octo-light-color-theme.json diff --git a/themes/octo-dark-color-theme.json b/themes/octo-dark-color-theme.json new file mode 100644 index 0000000..9451849 --- /dev/null +++ b/themes/octo-dark-color-theme.json @@ -0,0 +1,512 @@ +{ + "name": "Octo Dark", + "type": "dark", + "semanticHighlighting": true, + "semanticTokenColors": { + "comment": { "foreground": "#8b949e", "italic": true }, + "keyword": "#ff7b72", + "function": "#d2a8ff", + "method": "#d2a8ff", + "variable": "#ffa657", + "variable.other": "#e6edf3", + "parameter": "#e6edf3", + "property": "#79c0ff", + "class": "#d2a8ff", + "type": "#d2a8ff", + "interface": "#d2a8ff", + "enum": "#d2a8ff", + "enumMember": "#79c0ff", + "number": "#79c0ff", + "string": "#a5d6ff", + "operator": "#ff7b72", + "namespace": "#d2a8ff" + }, + "colors": { + "focusBorder": "#1f6feb", + "foreground": "#e6edf3", + "descriptionForeground": "#8b949e", + "errorForeground": "#f85149", + "icon.foreground": "#8b949e", + "sash.hoverBorder": "#1f6feb", + + "textLink.foreground": "#58a6ff", + "textLink.activeForeground": "#79c0ff", + "textBlockQuote.background": "#09090a", + "textBlockQuote.border": "#21262d", + "textCodeBlock.background": "#161b22", + "textPreformat.foreground": "#8b949e", + "textSeparator.foreground": "#21262d", + + "editor.background": "#020202", + "editor.foreground": "#e6edf3", + "editor.lineHighlightBackground": "#161b22", + "editor.lineHighlightBorder": "#00000000", + "editor.selectionBackground": "#3392ff44", + "editor.inactiveSelectionBackground": "#3392ff22", + "editor.selectionHighlightBackground": "#17e5e633", + "editor.wordHighlightBackground": "#00000000", + "editor.wordHighlightBorder": "#17e5e699", + "editor.wordHighlightStrongBackground": "#00000000", + "editor.wordHighlightStrongBorder": "#17e5e666", + "editor.findMatchBackground": "#ffd33d44", + "editor.findMatchHighlightBackground": "#ffd33d22", + "editor.findRangeHighlightBackground": "#ffd33d15", + "editor.rangeHighlightBackground": "#ffd33d15", + "editor.hoverHighlightBackground": "#3392ff22", + "editor.foldBackground": "#58606915", + + "editorCursor.foreground": "#79c0ff", + "editorCursor.background": "#000000", + + "editorLineNumber.foreground": "#6e7681", + "editorLineNumber.activeForeground": "#e6edf3", + + "editorIndentGuide.background1": "#21262d", + "editorIndentGuide.activeBackground1": "#30363d", + + "editorWhitespace.foreground": "#484f58", + + "editorBracketMatch.background": "#17e5e650", + "editorBracketMatch.border": "#00000000", + + "editorBracketHighlight.foreground1": "#79c0ff", + "editorBracketHighlight.foreground2": "#ffa657", + "editorBracketHighlight.foreground3": "#d2a8ff", + "editorBracketHighlight.foreground4": "#79c0ff", + "editorBracketHighlight.foreground5": "#ffa657", + "editorBracketHighlight.foreground6": "#d2a8ff", + "editorBracketHighlight.unexpectedBracket.foreground": "#ff7b72", + + "editorGutter.background": "#020202", + "editorGutter.addedBackground": "#3fb950", + "editorGutter.modifiedBackground": "#1f6feb", + "editorGutter.deletedBackground": "#ff7b72", + + "editorOverviewRuler.border": "#000000", + "editorOverviewRuler.findMatchForeground": "#ffd33d", + "editorOverviewRuler.addedForeground": "#3fb950", + "editorOverviewRuler.modifiedForeground": "#1f6feb", + "editorOverviewRuler.deletedForeground": "#ff7b72", + "editorOverviewRuler.errorForeground": "#f85149", + "editorOverviewRuler.warningForeground": "#e3b341", + "editorOverviewRuler.selectionHighlightForeground": "#17e5e6", + + "editorError.foreground": "#f85149", + "editorWarning.foreground": "#e3b341", + "editorInfo.foreground": "#58a6ff", + "editorHint.foreground": "#3fb950", + + "editorStickyScroll.background": "#020202", + "editorStickyScrollHover.background": "#09090a", + + "editorWidget.background": "#161b22", + "editorWidget.border": "#30363d", + "editorWidget.foreground": "#e6edf3", + "editorSuggestWidget.background": "#161b22", + "editorSuggestWidget.border": "#30363d", + "editorSuggestWidget.foreground": "#c9d1d9", + "editorSuggestWidget.highlightForeground": "#58a6ff", + "editorSuggestWidget.selectedBackground": "#21262d", + "editorSuggestWidget.selectedForeground": "#e6edf3", + "editorHoverWidget.background": "#161b22", + "editorHoverWidget.border": "#30363d", + "editorHoverWidget.foreground": "#e6edf3", + + "diffEditor.insertedLineBackground": "#28a74530", + "diffEditor.insertedTextBackground": "#28a74550", + "diffEditor.removedLineBackground": "#f8514930", + "diffEditor.removedTextBackground": "#f8514950", + + "titleBar.activeBackground": "#000000", + "titleBar.activeForeground": "#e6edf3", + "titleBar.inactiveBackground": "#000000", + "titleBar.inactiveForeground": "#6e7681", + "titleBar.border": "#21262d", + + "menubar.selectionBackground": "#21262d", + "menubar.selectionForeground": "#e6edf3", + "menu.background": "#161b22", + "menu.foreground": "#e6edf3", + "menu.selectionBackground": "#21262d", + "menu.selectionForeground": "#e6edf3", + "menu.separatorBackground": "#30363d", + "menu.border": "#30363d", + + "activityBar.background": "#000000", + "activityBar.foreground": "#e6edf3", + "activityBar.inactiveForeground": "#6e7681", + "activityBar.border": "#21262d", + "activityBar.activeBorder": "#f78166", + "activityBar.activeBackground": "#00000000", + "activityBarBadge.background": "#1f6feb", + "activityBarBadge.foreground": "#ffffff", + + "sideBar.background": "#000000", + "sideBar.foreground": "#adbac7", + "sideBar.border": "#21262d", + "sideBarTitle.foreground": "#e6edf3", + "sideBarSectionHeader.background": "#000000", + "sideBarSectionHeader.foreground": "#e6edf3", + "sideBarSectionHeader.border": "#21262d", + + "list.hoverForeground": "#e6edf3", + "list.activeSelectionForeground": "#e6edf3", + "list.inactiveSelectionForeground": "#e6edf3", + "list.hoverBackground": "#09090a", + "list.inactiveSelectionBackground": "#21262d", + "list.activeSelectionBackground": "#30363d", + "list.inactiveFocusBackground": "#1d2d3e", + "list.focusBackground": "#0c2d6b", + "list.focusForeground": "#e6edf3", + "list.dropBackground": "#21262d", + "list.highlightForeground": "#58a6ff", + "list.errorForeground": "#f85149", + "list.warningForeground": "#e3b341", + "list.deemphasizedForeground": "#484f58", + + "tree.indentGuidesStroke": "#21262d", + "tree.inactiveIndentGuidesStroke": "#161b22", + + "editorGroupHeader.tabsBackground": "#000000", + "editorGroupHeader.tabsBorder": "#21262d", + "editorGroupHeader.noTabsBackground": "#000000", + "editorGroup.border": "#21262d", + "editorGroup.dropBackground": "#1f6feb15", + + "tab.activeBackground": "#020202", + "tab.activeForeground": "#e6edf3", + "tab.activeBorder": "#09090a", + "tab.activeBorderTop": "#f78166", + "tab.inactiveBackground": "#000000", + "tab.inactiveForeground": "#6e7681", + "tab.border": "#21262d", + "tab.unfocusedActiveBackground": "#09090a", + "tab.unfocusedActiveForeground": "#6e7681", + "tab.unfocusedActiveBorder": "#09090a", + "tab.unfocusedActiveBorderTop": "#21262d", + "tab.unfocusedInactiveBackground": "#000000", + "tab.unfocusedInactiveForeground": "#484f58", + "tab.hoverBackground": "#020202", + "tab.hoverForeground": "#e6edf3", + "tab.lastPinnedBorder": "#21262d", + + "panel.background": "#09090a", + "panel.border": "#21262d", + "panelTitle.activeBorder": "#f78166", + "panelTitle.activeForeground": "#e6edf3", + "panelTitle.inactiveForeground": "#6e7681", + "panelInput.border": "#21262d", + + "statusBar.background": "#000000", + "statusBar.foreground": "#8b949e", + "statusBar.border": "#21262d", + "statusBar.noFolderBackground": "#000000", + "statusBar.noFolderForeground": "#8b949e", + "statusBar.debuggingBackground": "#f78166", + "statusBar.debuggingForeground": "#000000", + "statusBarItem.hoverBackground": "#21262d", + "statusBarItem.activeBackground": "#30363d", + "statusBarItem.remoteBackground": "#09090a", + "statusBarItem.remoteForeground": "#8b949e", + "statusBarItem.prominentBackground": "#21262d", + "statusBarItem.errorBackground": "#f85149", + "statusBarItem.errorForeground": "#000000", + "statusBarItem.warningBackground": "#e3b341", + "statusBarItem.warningForeground": "#000000", + + "input.background": "#09090a", + "input.foreground": "#e6edf3", + "input.border": "#30363d", + "input.placeholderForeground": "#484f58", + "inputOption.activeBorder": "#1f6feb", + "inputOption.activeBackground": "#1f6feb33", + "inputOption.activeForeground": "#e6edf3", + "inputValidation.errorBackground": "#160b0b", + "inputValidation.errorBorder": "#f85149", + "inputValidation.warningBackground": "#161100", + "inputValidation.warningBorder": "#e3b341", + "inputValidation.infoBackground": "#0b1526", + "inputValidation.infoBorder": "#58a6ff", + + "button.background": "#238636", + "button.foreground": "#ffffff", + "button.hoverBackground": "#2ea043", + "button.secondaryBackground": "#21262d", + "button.secondaryForeground": "#c9d1d9", + "button.secondaryHoverBackground": "#30363d", + "button.border": "#00000000", + + "dropdown.background": "#161b22", + "dropdown.border": "#30363d", + "dropdown.foreground": "#e6edf3", + "dropdown.listBackground": "#09090a", + + "checkbox.background": "#161b22", + "checkbox.border": "#6e7681", + "checkbox.foreground": "#e6edf3", + "checkbox.selectBackground": "#21262d", + "checkbox.selectBorder": "#1f6feb", + + "badge.background": "#1f6feb33", + "badge.foreground": "#79c0ff", + + "progressBar.background": "#1f6feb", + + "scrollbar.shadow": "#00000080", + "scrollbarSlider.background": "#484f5833", + "scrollbarSlider.hoverBackground": "#484f5844", + "scrollbarSlider.activeBackground": "#484f5888", + + "notifications.background": "#161b22", + "notifications.foreground": "#e6edf3", + "notifications.border": "#30363d", + "notificationCenterHeader.background": "#21262d", + "notificationCenterHeader.foreground": "#8b949e", + "notificationsErrorIcon.foreground": "#f85149", + "notificationsWarningIcon.foreground": "#e3b341", + "notificationsInfoIcon.foreground": "#58a6ff", + + "pickerGroup.border": "#21262d", + "pickerGroup.foreground": "#e6edf3", + "quickInput.background": "#161b22", + "quickInput.foreground": "#e6edf3", + + "terminal.background": "#09090a", + "terminal.foreground": "#c9d1d9", + "terminal.tab.activeBorder": "#f78166", + "terminal.selectionBackground": "#3392ff44", + "terminalCursor.background": "#6e7681", + "terminalCursor.foreground": "#79c0ff", + "terminal.ansiBlack": "#484f58", + "terminal.ansiBrightBlack": "#6e7681", + "terminal.ansiRed": "#ff7b72", + "terminal.ansiBrightRed": "#ffa198", + "terminal.ansiGreen": "#3fb950", + "terminal.ansiBrightGreen": "#56d364", + "terminal.ansiYellow": "#e3b341", + "terminal.ansiBrightYellow": "#f0c674", + "terminal.ansiBlue": "#58a6ff", + "terminal.ansiBrightBlue": "#79c0ff", + "terminal.ansiMagenta": "#bc8cff", + "terminal.ansiBrightMagenta": "#d2a8ff", + "terminal.ansiCyan": "#39c5cf", + "terminal.ansiBrightCyan": "#56d4dd", + "terminal.ansiWhite": "#b1bac4", + "terminal.ansiBrightWhite": "#ffffff", + + "gitDecoration.addedResourceForeground": "#3fb950", + "gitDecoration.modifiedResourceForeground": "#58a6ff", + "gitDecoration.deletedResourceForeground": "#f85149", + "gitDecoration.untrackedResourceForeground": "#3fb950", + "gitDecoration.ignoredResourceForeground": "#484f58", + "gitDecoration.conflictingResourceForeground": "#e3b341", + "gitDecoration.submoduleResourceForeground": "#484f58", + + "breadcrumb.foreground": "#6e7681", + "breadcrumb.background": "#020202", + "breadcrumb.focusForeground": "#e6edf3", + "breadcrumb.activeSelectionForeground": "#adbac7", + "breadcrumbPicker.background": "#161b22", + + "minimap.background": "#020202", + "minimap.selectionHighlight": "#3392ff44", + "minimap.errorHighlight": "#f85149", + "minimap.warningHighlight": "#e3b341", + "minimap.findMatchHighlight": "#ffd33d", + "minimapGutter.addedBackground": "#3fb950", + "minimapGutter.modifiedBackground": "#1f6feb", + "minimapGutter.deletedBackground": "#ff7b72", + + "peekViewEditor.background": "#09090a", + "peekViewEditorGutter.background": "#09090a", + "peekViewResult.background": "#09090a", + "peekViewResult.fileForeground": "#c9d1d9", + "peekViewResult.lineForeground": "#8b949e", + "peekViewResult.matchHighlightBackground": "#ffd33d33", + "peekViewResult.selectionBackground": "#21262d", + "peekViewResult.selectionForeground": "#e6edf3", + "peekViewTitle.background": "#161b22", + "peekViewTitleDescription.foreground": "#8b949e", + "peekViewTitleLabel.foreground": "#e6edf3", + "peekView.border": "#30363d", + + "settings.headerForeground": "#e6edf3", + "settings.modifiedItemIndicator": "#1f6feb", + "welcomePage.buttonBackground": "#161b22", + "welcomePage.buttonHoverBackground": "#21262d", + + "debugToolBar.background": "#161b22", + "editor.stackFrameHighlightBackground": "#c6902625", + "editor.focusedStackFrameHighlightBackground": "#2b6a3033" + }, + "tokenColors": [ + { + "scope": ["comment", "punctuation.definition.comment", "string.comment"], + "settings": { "foreground": "#8b949e" } + }, + { + "scope": [ + "constant", + "entity.name.constant", + "variable.other.constant", + "variable.other.enummember", + "variable.language" + ], + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": ["entity", "entity.name"], + "settings": { "foreground": "#d2a8ff" } + }, + { + "scope": "variable.parameter.function", + "settings": { "foreground": "#e6edf3" } + }, + { + "scope": "entity.name.tag", + "settings": { "foreground": "#7ee787" } + }, + { + "scope": "keyword", + "settings": { "foreground": "#ff7b72" } + }, + { + "scope": ["storage", "storage.type"], + "settings": { "foreground": "#ff7b72" } + }, + { + "scope": [ + "storage.modifier.package", + "storage.modifier.import", + "storage.type.java" + ], + "settings": { "foreground": "#e6edf3" } + }, + { + "scope": [ + "string", + "punctuation.definition.string", + "string punctuation.section.embedded source" + ], + "settings": { "foreground": "#a5d6ff" } + }, + { + "scope": "support", + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": "meta.property-name", + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": "variable", + "settings": { "foreground": "#ffa657" } + }, + { + "scope": "variable.other", + "settings": { "foreground": "#e6edf3" } + }, + { + "scope": ["source.regexp", "string.regexp"], + "settings": { "foreground": "#a5d6ff" } + }, + { + "scope": [ + "string.regexp.character-class", + "string.regexp constant.character.escape", + "string.regexp source.ruby.embedded", + "string.regexp string.regexp.arbitrary-repitition" + ], + "settings": { "foreground": "#a5d6ff" } + }, + { + "scope": "string.regexp constant.character.escape", + "settings": { "fontStyle": "bold", "foreground": "#7ee787" } + }, + { + "scope": ["support.constant", "support.variable"], + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": "meta.module-reference", + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": "punctuation.definition.list.begin.markdown", + "settings": { "foreground": "#ffa657" } + }, + { + "scope": ["markup.heading", "markup.heading entity.name"], + "settings": { "fontStyle": "bold", "foreground": "#79c0ff" } + }, + { + "scope": "markup.quote", + "settings": { "foreground": "#7ee787" } + }, + { + "scope": "markup.italic", + "settings": { "fontStyle": "italic", "foreground": "#e6edf3" } + }, + { + "scope": "markup.bold", + "settings": { "fontStyle": "bold", "foreground": "#e6edf3" } + }, + { + "scope": "markup.underline", + "settings": { "fontStyle": "underline" } + }, + { + "scope": "markup.strikethrough", + "settings": { "fontStyle": "strikethrough" } + }, + { + "scope": "markup.inline.raw", + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": [ + "markup.deleted", + "meta.diff.header.from-file", + "punctuation.definition.deleted" + ], + "settings": { "foreground": "#ffdcd7" } + }, + { + "scope": [ + "markup.inserted", + "meta.diff.header.to-file", + "punctuation.definition.inserted" + ], + "settings": { "foreground": "#aff5b4" } + }, + { + "scope": ["markup.changed", "punctuation.definition.changed"], + "settings": { "foreground": "#ffa657" } + }, + { + "scope": "meta.diff.range", + "settings": { "foreground": "#d2a8ff", "fontStyle": "bold" } + }, + { + "scope": "meta.diff.header", + "settings": { "foreground": "#79c0ff" } + }, + { + "scope": "meta.separator", + "settings": { "fontStyle": "bold", "foreground": "#79c0ff" } + }, + { + "scope": ["constant.other.reference.link", "string.other.link"], + "settings": { "foreground": "#a5d6ff", "fontStyle": "underline" } + }, + { + "scope": [ + "invalid.broken", + "invalid.deprecated", + "invalid.illegal", + "invalid.unimplemented" + ], + "settings": { "fontStyle": "italic", "foreground": "#ffa198" } + } + ] +} diff --git a/themes/octo-light-color-theme.json b/themes/octo-light-color-theme.json new file mode 100644 index 0000000..21d8ae7 --- /dev/null +++ b/themes/octo-light-color-theme.json @@ -0,0 +1,510 @@ +{ + "name": "Octo Light", + "type": "light", + "semanticHighlighting": true, + "semanticTokenColors": { + "comment": { "foreground": "#6a737d", "italic": true }, + "keyword": "#d73a49", + "function": "#6f42c1", + "method": "#6f42c1", + "variable": "#e36209", + "variable.other": "#24292e", + "parameter": "#24292e", + "property": "#005cc5", + "class": "#6f42c1", + "type": "#6f42c1", + "interface": "#6f42c1", + "enum": "#6f42c1", + "enumMember": "#005cc5", + "number": "#005cc5", + "string": "#032f62", + "operator": "#d73a49", + "namespace": "#6f42c1" + }, + "colors": { + "focusBorder": "#2188ff", + "foreground": "#444d56", + "descriptionForeground": "#6a737d", + "errorForeground": "#cb2431", + "icon.foreground": "#444d56", + "sash.hoverBorder": "#2188ff", + + "textLink.foreground": "#0366d6", + "textLink.activeForeground": "#005cc5", + "textBlockQuote.background": "#fafbfc", + "textBlockQuote.border": "#e1e4e8", + "textCodeBlock.background": "#f6f8fa", + "textPreformat.foreground": "#586069", + "textSeparator.foreground": "#d1d5da", + + "editor.background": "#ffffff", + "editor.foreground": "#24292e", + "editor.lineHighlightBackground": "#f6f8fa", + "editor.lineHighlightBorder": "#00000000", + "editor.selectionBackground": "#0366d625", + "editor.inactiveSelectionBackground": "#0366d611", + "editor.selectionHighlightBackground": "#34d05840", + "editor.wordHighlightBackground": "#00000000", + "editor.wordHighlightBorder": "#24943e99", + "editor.wordHighlightStrongBackground": "#00000000", + "editor.wordHighlightStrongBorder": "#24943e50", + "editor.findMatchBackground": "#ffdf5d", + "editor.findMatchHighlightBackground": "#ffdf5d66", + "editor.findRangeHighlightBackground": "#ffdf5d33", + "editor.rangeHighlightBackground": "#ffdf5d15", + "editor.hoverHighlightBackground": "#0366d611", + "editor.foldBackground": "#d1d5da11", + + "editorCursor.foreground": "#044289", + "editorCursor.background": "#ffffff", + + "editorLineNumber.foreground": "#1b1f234d", + "editorLineNumber.activeForeground": "#24292e", + + "editorIndentGuide.background1": "#eff2f6", + "editorIndentGuide.activeBackground1": "#d7dbe0", + + "editorWhitespace.foreground": "#d1d5da", + + "editorBracketMatch.background": "#34d05840", + "editorBracketMatch.border": "#00000000", + + "editorBracketHighlight.foreground1": "#005cc5", + "editorBracketHighlight.foreground2": "#e36209", + "editorBracketHighlight.foreground3": "#6f42c1", + "editorBracketHighlight.foreground4": "#005cc5", + "editorBracketHighlight.foreground5": "#e36209", + "editorBracketHighlight.foreground6": "#6f42c1", + "editorBracketHighlight.unexpectedBracket.foreground": "#b31d28", + + "editorGutter.background": "#ffffff", + "editorGutter.addedBackground": "#28a745", + "editorGutter.modifiedBackground": "#2188ff", + "editorGutter.deletedBackground": "#d73a49", + + "editorOverviewRuler.border": "#ffffff", + "editorOverviewRuler.findMatchForeground": "#ffdf5d", + "editorOverviewRuler.addedForeground": "#28a745", + "editorOverviewRuler.modifiedForeground": "#2188ff", + "editorOverviewRuler.deletedForeground": "#d73a49", + "editorOverviewRuler.errorForeground": "#cb2431", + "editorOverviewRuler.warningForeground": "#9a6700", + "editorOverviewRuler.selectionHighlightForeground": "#34d058", + + "editorError.foreground": "#cb2431", + "editorWarning.foreground": "#9a6700", + "editorInfo.foreground": "#0366d6", + "editorHint.foreground": "#22863a", + + "editorStickyScroll.background": "#ffffff", + "editorStickyScrollHover.background": "#f6f8fa", + + "editorWidget.background": "#f6f8fa", + "editorWidget.border": "#e1e4e8", + "editorWidget.foreground": "#444d56", + "editorSuggestWidget.background": "#f6f8fa", + "editorSuggestWidget.border": "#e1e4e8", + "editorSuggestWidget.foreground": "#444d56", + "editorSuggestWidget.highlightForeground": "#0366d6", + "editorSuggestWidget.selectedBackground": "#e2e5e9", + "editorSuggestWidget.selectedForeground": "#24292e", + "editorHoverWidget.background": "#f6f8fa", + "editorHoverWidget.border": "#e1e4e8", + "editorHoverWidget.foreground": "#444d56", + + "diffEditor.insertedLineBackground": "#34d05822", + "diffEditor.insertedTextBackground": "#34d05840", + "diffEditor.removedLineBackground": "#d73a4922", + "diffEditor.removedTextBackground": "#d73a4940", + + "titleBar.activeBackground": "#ffffff", + "titleBar.activeForeground": "#2f363d", + "titleBar.inactiveBackground": "#f6f8fa", + "titleBar.inactiveForeground": "#6a737d", + "titleBar.border": "#e1e4e8", + + "menubar.selectionBackground": "#e2e5e9", + "menubar.selectionForeground": "#24292e", + "menu.background": "#ffffff", + "menu.foreground": "#444d56", + "menu.selectionBackground": "#e2e5e9", + "menu.selectionForeground": "#24292e", + "menu.separatorBackground": "#e1e4e8", + "menu.border": "#e1e4e8", + + "activityBar.background": "#ffffff", + "activityBar.foreground": "#2f363d", + "activityBar.inactiveForeground": "#959da5", + "activityBar.border": "#e1e4e8", + "activityBar.activeBorder": "#f9826c", + "activityBar.activeBackground": "#00000000", + "activityBarBadge.background": "#2188ff", + "activityBarBadge.foreground": "#ffffff", + + "sideBar.background": "#ffffff", + "sideBar.foreground": "#586069", + "sideBar.border": "#e1e4e8", + "sideBarTitle.foreground": "#2f363d", + "sideBarSectionHeader.background": "#ffffff", + "sideBarSectionHeader.foreground": "#2f363d", + "sideBarSectionHeader.border": "#e1e4e8", + + "list.hoverForeground": "#2f363d", + "list.activeSelectionForeground": "#2f363d", + "list.inactiveSelectionForeground": "#2f363d", + "list.hoverBackground": "#ebf0f4", + "list.inactiveSelectionBackground": "#e8eaed", + "list.activeSelectionBackground": "#e2e5e9", + "list.inactiveFocusBackground": "#dbedff", + "list.focusBackground": "#cce5ff", + "list.focusForeground": "#24292e", + "list.dropBackground": "#e8eaed", + "list.highlightForeground": "#0366d6", + "list.errorForeground": "#cb2431", + "list.warningForeground": "#9a6700", + "list.deemphasizedForeground": "#6a737d", + + "tree.indentGuidesStroke": "#e1e4e8", + "tree.inactiveIndentGuidesStroke": "#eff2f6", + + "editorGroupHeader.tabsBackground": "#f6f8fa", + "editorGroupHeader.tabsBorder": "#e1e4e8", + "editorGroupHeader.noTabsBackground": "#ffffff", + "editorGroup.border": "#e1e4e8", + "editorGroup.dropBackground": "#0366d615", + + "tab.activeBackground": "#ffffff", + "tab.activeForeground": "#2f363d", + "tab.activeBorder": "#ffffff", + "tab.activeBorderTop": "#f9826c", + "tab.inactiveBackground": "#f6f8fa", + "tab.inactiveForeground": "#6a737d", + "tab.border": "#e1e4e8", + "tab.unfocusedActiveBackground": "#ffffff", + "tab.unfocusedActiveForeground": "#6a737d", + "tab.unfocusedActiveBorder": "#ffffff", + "tab.unfocusedActiveBorderTop": "#e1e4e8", + "tab.unfocusedInactiveBackground": "#f6f8fa", + "tab.unfocusedInactiveForeground": "#959da5", + "tab.hoverBackground": "#ffffff", + "tab.hoverForeground": "#2f363d", + "tab.lastPinnedBorder": "#e1e4e8", + + "panel.background": "#f6f8fa", + "panel.border": "#e1e4e8", + "panelTitle.activeBorder": "#f9826c", + "panelTitle.activeForeground": "#2f363d", + "panelTitle.inactiveForeground": "#6a737d", + "panelInput.border": "#e1e4e8", + + "statusBar.background": "#ffffff", + "statusBar.foreground": "#586069", + "statusBar.border": "#e1e4e8", + "statusBar.noFolderBackground": "#ffffff", + "statusBar.noFolderForeground": "#586069", + "statusBar.debuggingBackground": "#f9826c", + "statusBar.debuggingForeground": "#ffffff", + "statusBarItem.hoverBackground": "#e2e5e9", + "statusBarItem.activeBackground": "#d8dce0", + "statusBarItem.remoteBackground": "#ffffff", + "statusBarItem.remoteForeground": "#586069", + "statusBarItem.prominentBackground": "#e8eaed", + "statusBarItem.errorBackground": "#cb2431", + "statusBarItem.errorForeground": "#ffffff", + "statusBarItem.warningBackground": "#9a6700", + "statusBarItem.warningForeground": "#24292e", + + "input.background": "#fafbfc", + "input.foreground": "#2f363d", + "input.border": "#e1e4e8", + "input.placeholderForeground": "#959da5", + "inputOption.activeBorder": "#2188ff", + "inputOption.activeBackground": "#dbedff", + "inputOption.activeForeground": "#024789", + "inputValidation.errorBackground": "#ffeef0", + "inputValidation.errorBorder": "#cb2431", + "inputValidation.warningBackground": "#fffbdd", + "inputValidation.warningBorder": "#9a6700", + "inputValidation.infoBackground": "#f1f8ff", + "inputValidation.infoBorder": "#2188ff", + + "button.background": "#159739", + "button.foreground": "#ffffff", + "button.hoverBackground": "#138934", + "button.secondaryBackground": "#e1e4e8", + "button.secondaryForeground": "#1b1f23", + "button.secondaryHoverBackground": "#d1d5da", + "button.border": "#00000000", + + "dropdown.background": "#fafbfc", + "dropdown.border": "#e1e4e8", + "dropdown.foreground": "#2f363d", + "dropdown.listBackground": "#ffffff", + + "checkbox.background": "#fafbfc", + "checkbox.border": "#d1d5da", + "checkbox.foreground": "#24292e", + "checkbox.selectBackground": "#e2e5e9", + "checkbox.selectBorder": "#2188ff", + + "badge.background": "#dbedff", + "badge.foreground": "#005cc5", + + "progressBar.background": "#2188ff", + + "scrollbar.shadow": "#6a737d33", + "scrollbarSlider.background": "#959da533", + "scrollbarSlider.hoverBackground": "#959da544", + "scrollbarSlider.activeBackground": "#959da588", + + "notifications.background": "#fafbfc", + "notifications.foreground": "#2f363d", + "notifications.border": "#e1e4e8", + "notificationCenterHeader.background": "#e1e4e8", + "notificationCenterHeader.foreground": "#6a737d", + "notificationsErrorIcon.foreground": "#d73a49", + "notificationsWarningIcon.foreground": "#e36209", + "notificationsInfoIcon.foreground": "#005cc5", + + "pickerGroup.border": "#e1e4e8", + "pickerGroup.foreground": "#2f363d", + "quickInput.background": "#fafbfc", + "quickInput.foreground": "#2f363d", + + "terminal.background": "#f6f8fa", + "terminal.foreground": "#586069", + "terminal.tab.activeBorder": "#f9826c", + "terminal.selectionBackground": "#0366d625", + "terminalCursor.background": "#d1d5da", + "terminalCursor.foreground": "#005cc5", + "terminal.ansiBlack": "#24292e", + "terminal.ansiBrightBlack": "#6a737d", + "terminal.ansiRed": "#d73a49", + "terminal.ansiBrightRed": "#cb2431", + "terminal.ansiGreen": "#28a745", + "terminal.ansiBrightGreen": "#22863a", + "terminal.ansiYellow": "#9a6700", + "terminal.ansiBrightYellow": "#b08800", + "terminal.ansiBlue": "#0366d6", + "terminal.ansiBrightBlue": "#005cc5", + "terminal.ansiMagenta": "#5a32a3", + "terminal.ansiBrightMagenta": "#5a32a3", + "terminal.ansiCyan": "#1b7c83", + "terminal.ansiBrightCyan": "#3192aa", + "terminal.ansiWhite": "#6a737d", + "terminal.ansiBrightWhite": "#d1d5da", + + "gitDecoration.addedResourceForeground": "#1a7f37", + "gitDecoration.modifiedResourceForeground": "#005cc5", + "gitDecoration.deletedResourceForeground": "#d73a49", + "gitDecoration.untrackedResourceForeground": "#1a7f37", + "gitDecoration.ignoredResourceForeground": "#6e7781", + "gitDecoration.conflictingResourceForeground": "#bc4c00", + "gitDecoration.submoduleResourceForeground": "#6e7781", + + "breadcrumb.foreground": "#6a737d", + "breadcrumb.background": "#ffffff", + "breadcrumb.focusForeground": "#2f363d", + "breadcrumb.activeSelectionForeground": "#586069", + "breadcrumbPicker.background": "#fafbfc", + + "minimap.background": "#ffffff", + "minimap.selectionHighlight": "#0366d625", + "minimap.errorHighlight": "#d73a49", + "minimap.warningHighlight": "#9a6700", + "minimap.findMatchHighlight": "#ffdf5d", + "minimapGutter.addedBackground": "#28a745", + "minimapGutter.modifiedBackground": "#2188ff", + "minimapGutter.deletedBackground": "#d73a49", + + "peekViewEditor.background": "#f6f8fa", + "peekViewEditorGutter.background": "#f6f8fa", + "peekViewResult.background": "#f6f8fa", + "peekViewResult.fileForeground": "#24292e", + "peekViewResult.lineForeground": "#6a737d", + "peekViewResult.matchHighlightBackground": "#ffdf5d60", + "peekViewResult.selectionBackground": "#e2e5e9", + "peekViewResult.selectionForeground": "#24292e", + "peekViewTitle.background": "#e8eaed", + "peekViewTitleDescription.foreground": "#6a737d", + "peekViewTitleLabel.foreground": "#24292e", + "peekView.border": "#e1e4e8", + + "settings.headerForeground": "#2f363d", + "settings.modifiedItemIndicator": "#2188ff", + "welcomePage.buttonBackground": "#f6f8fa", + "welcomePage.buttonHoverBackground": "#e1e4e8", + + "debugToolBar.background": "#ffffff" + }, + "tokenColors": [ + { + "scope": ["comment", "punctuation.definition.comment", "string.comment"], + "settings": { "foreground": "#6a737d" } + }, + { + "scope": [ + "constant", + "entity.name.constant", + "variable.other.constant", + "variable.other.enummember", + "variable.language" + ], + "settings": { "foreground": "#005cc5" } + }, + { + "scope": ["entity", "entity.name"], + "settings": { "foreground": "#6f42c1" } + }, + { + "scope": "variable.parameter.function", + "settings": { "foreground": "#24292e" } + }, + { + "scope": "entity.name.tag", + "settings": { "foreground": "#22863a" } + }, + { + "scope": "keyword", + "settings": { "foreground": "#d73a49" } + }, + { + "scope": ["storage", "storage.type"], + "settings": { "foreground": "#d73a49" } + }, + { + "scope": [ + "storage.modifier.package", + "storage.modifier.import", + "storage.type.java" + ], + "settings": { "foreground": "#24292e" } + }, + { + "scope": [ + "string", + "punctuation.definition.string", + "string punctuation.section.embedded source" + ], + "settings": { "foreground": "#032f62" } + }, + { + "scope": "support", + "settings": { "foreground": "#005cc5" } + }, + { + "scope": "meta.property-name", + "settings": { "foreground": "#005cc5" } + }, + { + "scope": "variable", + "settings": { "foreground": "#e36209" } + }, + { + "scope": "variable.other", + "settings": { "foreground": "#24292e" } + }, + { + "scope": ["source.regexp", "string.regexp"], + "settings": { "foreground": "#032f62" } + }, + { + "scope": [ + "string.regexp.character-class", + "string.regexp constant.character.escape", + "string.regexp source.ruby.embedded", + "string.regexp string.regexp.arbitrary-repitition" + ], + "settings": { "foreground": "#032f62" } + }, + { + "scope": "string.regexp constant.character.escape", + "settings": { "fontStyle": "bold", "foreground": "#22863a" } + }, + { + "scope": ["support.constant", "support.variable"], + "settings": { "foreground": "#005cc5" } + }, + { + "scope": "meta.module-reference", + "settings": { "foreground": "#005cc5" } + }, + { + "scope": "punctuation.definition.list.begin.markdown", + "settings": { "foreground": "#e36209" } + }, + { + "scope": ["markup.heading", "markup.heading entity.name"], + "settings": { "fontStyle": "bold", "foreground": "#005cc5" } + }, + { + "scope": "markup.quote", + "settings": { "foreground": "#22863a" } + }, + { + "scope": "markup.italic", + "settings": { "fontStyle": "italic", "foreground": "#24292e" } + }, + { + "scope": "markup.bold", + "settings": { "fontStyle": "bold", "foreground": "#24292e" } + }, + { + "scope": "markup.underline", + "settings": { "fontStyle": "underline" } + }, + { + "scope": "markup.strikethrough", + "settings": { "fontStyle": "strikethrough" } + }, + { + "scope": "markup.inline.raw", + "settings": { "foreground": "#005cc5" } + }, + { + "scope": [ + "markup.deleted", + "meta.diff.header.from-file", + "punctuation.definition.deleted" + ], + "settings": { "background": "#ffeef0", "foreground": "#b31d28" } + }, + { + "scope": [ + "markup.inserted", + "meta.diff.header.to-file", + "punctuation.definition.inserted" + ], + "settings": { "background": "#f0fff4", "foreground": "#22863a" } + }, + { + "scope": ["markup.changed", "punctuation.definition.changed"], + "settings": { "background": "#ffebda", "foreground": "#e36209" } + }, + { + "scope": "meta.diff.range", + "settings": { "foreground": "#6f42c1", "fontStyle": "bold" } + }, + { + "scope": "meta.diff.header", + "settings": { "foreground": "#005cc5" } + }, + { + "scope": "meta.separator", + "settings": { "fontStyle": "bold", "foreground": "#005cc5" } + }, + { + "scope": ["constant.other.reference.link", "string.other.link"], + "settings": { "foreground": "#032f62", "fontStyle": "underline" } + }, + { + "scope": [ + "invalid.broken", + "invalid.deprecated", + "invalid.illegal", + "invalid.unimplemented" + ], + "settings": { "fontStyle": "italic", "foreground": "#b31d28" } + } + ] +}