Last active
September 14, 2017 02:06
-
-
Save davidleininger/c4fc53724c5d631c8f9f98b86f75da4f to your computer and use it in GitHub Desktop.
User Settings file full for Oceanic Next in VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorCustomizations": { | |
| // activityBar | |
| "activityBar.background": "#1b2b34", | |
| "activityBar.border": "#343d46", | |
| "activityBar.foreground": "#d8dee9", | |
| "activityBarBadge.background": "#fac863", | |
| "activityBarBadge.foreground": "#1b2b34", | |
| // badge | |
| "badge.background": "#343d46", | |
| "badge.foreground": "#d8dee9", | |
| // button | |
| "button.background": "#5fb3b3", | |
| "button.hoverBackground": "#4e9b9b", | |
| // contrast | |
| "contrastActiveBorder": "#ffffff00", | |
| "contrastBorder": "#ffffff00", | |
| // debug | |
| "debugExceptionWidget.background": "#1b2b34", | |
| "debugExceptionWidget.border": "#d8dee9", | |
| "debugToolBar.background": "#193549", | |
| // description | |
| "descriptionForeground": "#d8dee9", | |
| // diff | |
| "diffEditor.insertedTextBackground": "#3ad90011", | |
| "diffEditor.insertedTextBorder": "#3ad90055", | |
| "diffEditor.removedTextBackground": "#ee3a4311", | |
| "diffEditor.removedTextBorder": "#ee3a4355", | |
| // dropdown | |
| "dropdown.background": "#0b151b", | |
| "dropdown.border": "#6699cc", | |
| "dropdown.foreground": "#ffffff", | |
| // editor | |
| // This is the main background color | |
| "editor.background": "#1b2b34", | |
| // this is the main text colour | |
| "editor.foreground": "#fff", | |
| // Currently found item | |
| "editor.findMatchBackground": "#5fb3b3", | |
| // Other Found Items | |
| "editor.findMatchHighlightBackground": "#4e9b9b", | |
| "editor.findRangeHighlightBackground": "#343d46", | |
| "editor.hoverHighlightBackground": "#4f5b66", | |
| "editor.inactiveSelectionBackground": "#1b2b34", | |
| // current line styles | |
| "editor.lineHighlightBackground": "#343d46", | |
| "editor.lineHighlightBorder": "#343d46", | |
| "editor.rangeHighlightBackground": "#343d46", | |
| // selected Text colours | |
| "editor.selectionBackground": "#4f5b66", | |
| "editor.selectionForeground": "#fff", | |
| "editor.selectionHighlightBackground": "#343d46", | |
| "editor.wordHighlightBackground": "#4f5b66", | |
| "editor.wordHighlightStrongBackground": "#65737e", | |
| "editorBracketMatch.background": "#343d46", | |
| "editorBracketMatch.border": "#fac863", | |
| "editorCodeLens.foreground": "#d8dee9", | |
| "editorCursor.foreground": "#fac863", | |
| "editorError.border": "#343d46", | |
| "editorError.foreground": "#ec5f67", | |
| // gutter | |
| "editorGutter.background": "#1b2b34", | |
| "editorGutter.addedBackground": "#99c794", | |
| "editorGutter.deletedBackground": "#ec5f67", | |
| "editorGutter.modifiedBackground": "#343d46", | |
| // editorGroup | |
| "editorGroup.background": "#ec5f67", | |
| "editorGroup.border": "#343d46", | |
| "editorGroup.dropBackground": "#343d46", | |
| // editorGroupHeader | |
| "editorGroupHeader.noTabsBackground": "#1b2b34", | |
| "editorGroupHeader.tabsBackground": "#1b2b34", | |
| "editorGroupHeader.tabsBorder": "#343d46", | |
| // editorHoverWidget | |
| "editorHoverWidget.background": "#0b151b", | |
| "editorHoverWidget.border": "#6699cc", | |
| "editorIndentGuide.background": "#343d46", | |
| "editorLineNumber.foreground": "#4f5b66", | |
| "editorLink.activeForeground": "#343d46", | |
| // editorMarkerNavigation | |
| "editorMarkerNavigation.background": "#343d46", | |
| "editorMarkerNavigationError.background": "#ec5f67", | |
| "editorMarkerNavigationWarning.background": "#99c794", | |
| // ruler | |
| "editorOverviewRuler.border": "#343d46", | |
| "editorOverviewRuler.commonContentForeground": "#ffc60055", | |
| "editorOverviewRuler.currentContentForeground": "#ee3a4355", | |
| "editorOverviewRuler.incomingContentForeground": "#3ad90055", | |
| "editorRuler.foreground": "#fac863", | |
| // editorSuggestWidget | |
| "editorSuggestWidget.background": "#0b151b", | |
| "editorSuggestWidget.border": "#6699cc", | |
| "editorSuggestWidget.foreground": "#d8dee9", | |
| "editorSuggestWidget.highlightForeground": "#fac863", | |
| "editorSuggestWidget.selectedBackground": "#343d46", | |
| // editorWarning | |
| "editorWarning.border": "#343d46", | |
| "editorWarning.foreground": "#fac863", | |
| "editorWhitespace.foreground": "#1b2b34", | |
| "editorWidget.background": "#1b2b34", | |
| "editorWidget.border": "#343d46", | |
| "errorForeground": "#ec5f67", | |
| // extensionButton | |
| "extensionButton.prominentBackground": "#6699cc", | |
| "extensionButton.prominentForeground": "#fff", | |
| "extensionButton.prominentHoverBackground": "#f99157", | |
| "focusBorder": "#1b2b34", | |
| "foreground": "#d8dee9", | |
| // input | |
| "input.background": "#0b151b", | |
| "input.border": "#343d46", | |
| "input.foreground": "#fac863", | |
| "input.placeholderForeground": "#d8dee9", | |
| "inputOption.activeBorder": "#4f5b66", | |
| "inputValidation.errorBackground": "#ffffff00", | |
| "inputValidation.errorBorder": "#ffffff00", | |
| "inputValidation.infoBackground": "#ffffff00", | |
| "inputValidation.infoBorder": "#ffffff00", | |
| "inputValidation.warningBackground": "#ffffff00", | |
| "inputValidation.warningBorder": "#ffffff00", | |
| // list | |
| "list.activeSelectionBackground": "#343d46", | |
| "list.activeSelectionForeground": "#d8dee9", | |
| "list.dropBackground": "#343d46", | |
| "list.focusBackground": "#343d46", | |
| "list.focusForeground": "#d8dee9", | |
| "list.highlightForeground": "#fac863", | |
| "list.hoverBackground": "#1b2b34", | |
| "list.hoverForeground": "#d8dee9", | |
| "list.inactiveSelectionBackground": "#343d46", | |
| "list.inactiveSelectionForeground": "#d8dee9", | |
| // merge | |
| "merge.border": "#ffffff00", | |
| "merge.commonContentBackground": "#ffffff00", | |
| "merge.commonHeaderBackground": "#ffffff00", | |
| "merge.currentContentBackground": "#ffffff00", | |
| "merge.currentHeaderBackground": "#ffffff00", | |
| "merge.incomingContentBackground": "#ffffff00", | |
| "merge.incomingHeaderBackground": "#ffffff00", | |
| // notification | |
| "notification.background": "#343d46", | |
| "notification.buttonBackground": "#5fb3b3", | |
| "notification.buttonForeground": "#d8dee9", | |
| "notification.buttonHoverBackground": "#4e9b9b", | |
| "notification.errorBackground": "#ec5f67", | |
| "notification.errorForeground": "#d8dee9", | |
| "notification.foreground": "#d8dee9", | |
| "notification.infoBackground": "#99c794", | |
| "notification.infoForeground": "#d8dee9", | |
| "notification.warningBackground": "#fac863", | |
| "notification.warningForeground": "#1b2b34", | |
| // panel | |
| "panel.background": "#1b2b34", | |
| "panel.border": "#6699cc", | |
| "panelTitle.activeBorder": "#fac863", | |
| "panelTitle.activeForeground": "#6699cc", | |
| "panelTitle.inactiveForeground": "#d8dee9", | |
| // "peekView | |
| "peekView.border": "#343d46", | |
| "peekViewEditor.background": "#1b2b34", | |
| "peekViewEditor.matchHighlightBackground": "#343d46", | |
| "peekViewEditorGutter.background": "#1b2b34", | |
| "peekViewResult.background": "#1b2b34", | |
| "peekViewResult.fileForeground": "#d8dee9", | |
| "peekViewResult.lineForeground": "#fff", | |
| "peekViewResult.matchHighlightBackground": "#343d46", | |
| "peekViewResult.selectionBackground": "#343d46", | |
| "peekViewResult.selectionForeground": "#fff", | |
| "peekViewTitle.background": "#1b2b34", | |
| "peekViewTitleDescription.foreground": "#d8dee9", | |
| "peekViewTitleLabel.foreground": "#fac863", | |
| // picker | |
| "pickerGroup.border": "#0f1c23", | |
| "pickerGroup.foreground": "#d8dee9", | |
| // progressBar | |
| "progressBar.background": "#6699cc", | |
| // scrollbar | |
| "scrollbar.shadow": "#00000000", | |
| "scrollbarSlider.activeBackground": "#343d46aa", | |
| "scrollbarSlider.background": "#4f5b66aa", | |
| "scrollbarSlider.hoverBackground": "#343d46aa", | |
| // selection | |
| "selection.background": "#0d3a58", | |
| // sidebar | |
| "sideBar.background": "#0f1c23", | |
| "sideBar.border": "#343d46", | |
| "sideBar.foreground": "#d8dee9", | |
| "sideBarSectionHeader.background": "#1b2b34", | |
| "sideBarSectionHeader.foreground": "#d8dee9", | |
| "sideBarTitle.foreground": "#d8dee9", | |
| // statusBar | |
| "statusBar.background": "#1b2b34", | |
| "statusBar.border": "#343d46", | |
| "statusBar.debuggingBackground": "#1b2b34", | |
| "statusBar.debuggingForeground": "#4f5b66", | |
| "statusBar.foreground": "#d8dee9", | |
| "statusBar.noFolderBackground": "#1b2b34", | |
| "statusBar.noFolderBorder": "#343d46", | |
| "statusBar.noFolderForeground": "#d8dee9", | |
| "statusBarItem.activeBackground": "#0f1c23", | |
| "statusBarItem.hoverBackground": "#343d46", | |
| "statusBarItem.prominentBackground": "#1b2b34", | |
| "statusBarItem.prominentHoverBackground": "#343d46", | |
| // tab | |
| "tab.activeBackground": "#343d46", | |
| "tab.activeForeground": "#fff", | |
| "tab.border": "#0b151b", | |
| "tab.activeBorder": "#6699cc", | |
| "tab.inactiveBackground": "#1b2b34", | |
| "tab.inactiveForeground": "#65737e", | |
| "tab.unfocusedActiveForeground": "#d8dee9", | |
| "tab.unfocusedInactiveForeground": "#d8dee9", | |
| // --- workbench: terminal | |
| "terminal.ansiBlack": "#0f1c23", | |
| "terminal.ansiRed": "#ec5f67", | |
| "terminal.ansiGreen": "#99c794", | |
| "terminal.ansiYellow": "#fac863", | |
| "terminal.ansiBlue": "#6699cc", | |
| "terminal.ansiMagenta": "#c594c5", | |
| "terminal.ansiCyan": "#5fb3b3", | |
| "terminal.ansiWhite": "#ffffff", | |
| "terminal.ansiBrightBlack": "#0f1c23", | |
| "terminal.ansiBrightRed": "#ec5f67", | |
| "terminal.ansiBrightGreen": "#99c794", | |
| "terminal.ansiBrightYellow": "#fac863", | |
| "terminal.ansiBrightBlue": "#6699cc", | |
| "terminal.ansiBrightMagenta": "#c594c5", | |
| "terminal.ansiBrightCyan": "#5fb3b3", | |
| "terminal.ansiBrightWhite": "#ffffff", | |
| "terminal.background": "#1b2b34", | |
| "terminal.foreground": "#ffffff", | |
| "terminalCursor.background": "#fac863", | |
| "terminalCursor.foreground": "#fac863", | |
| // textBlockQuote | |
| "textBlockQuote.background": "#343d46", | |
| "textBlockQuote.border": "#6699cc", | |
| "textCodeBlock.background": "#343d46", | |
| "textLink.activeForeground": "#6699cc", | |
| "textLink.foreground": "#6699cc", | |
| "textPreformat.foreground": "#fac863", | |
| "textSeparator.foreground": "#1b2b34", | |
| // titleBar | |
| "titleBar.activeForeground": "#222", | |
| "titleBar.activeBackground": "#dadada", | |
| "titleBar.inactiveForeground": "#b2b2b3", | |
| "titleBar.inactiveBackground": "#f6f6f6", | |
| // extras | |
| "walkThrough.embeddedEditorBackground": "#1b2b34", | |
| "welcomePage.buttonBackground": "#343d46", | |
| "welcomePage.buttonHoverBackground": "#0f1c23", | |
| "widget.shadow": "#0f1c23" | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment