mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
183 lines
8.0 KiB
JavaScript
183 lines
8.0 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = {
|
|
'activityBar.background': '#1f2430',
|
|
'activityBar.border': '#191e2a',
|
|
'activityBar.foreground': '#707a8ccc',
|
|
'activityBarBadge.background': '#ffcc66',
|
|
'activityBarBadge.foreground': '#1f2430',
|
|
'badge.background': '#ffcc66',
|
|
'badge.foreground': '#1f2430',
|
|
'button.background': '#ffcc66',
|
|
'button.foreground': '#1f2430',
|
|
'button.hoverBackground': '#fac761',
|
|
'debugExceptionWidget.background': '#232834',
|
|
'debugExceptionWidget.border': '#191e2a',
|
|
'debugToolBar.background': '#232834',
|
|
'diffEditor.insertedTextBackground': '#bae67e26',
|
|
'diffEditor.removedTextBackground': '#f29e7426',
|
|
'dropdown.background': '#232834',
|
|
'dropdown.border': '#373e4c',
|
|
'dropdown.foreground': '#707a8c',
|
|
'editor.background': '#232834',
|
|
'editor.findMatchBackground': '#ffcc660d',
|
|
'editor.findMatchBorder': '#ffcc66',
|
|
'editor.findMatchHighlightBackground': '#ffcc660d',
|
|
'editor.findMatchHighlightBorder': '#ffcc6659',
|
|
'editor.findRangeHighlightBackground': '#262f3e',
|
|
'editor.findRangeHighlightBorder': '#1f243000',
|
|
'editor.foreground': '#abb2bf',
|
|
'editor.inactiveSelectionBackground': '#262f3e',
|
|
'editor.lineHighlightBackground': '#191e2a',
|
|
'editor.rangeHighlightBackground': '#191e2a',
|
|
'editor.selectionBackground': '#2a3546',
|
|
'editor.selectionHighlightBackground': '#262f3e',
|
|
'editor.selectionHighlightBorder': '#313e52',
|
|
'editor.wordHighlightBackground': '#262f3e',
|
|
'editor.wordHighlightStrongBackground': '#ffcc6633',
|
|
'editorBracketMatch.background': '#707a8c4d',
|
|
'editorBracketMatch.border': '#707a8c99',
|
|
'editorCodeLens.foreground': '#5c6773',
|
|
'editorCursor.foreground': '#ffcc66',
|
|
'editorError.foreground': '#ff3333',
|
|
'editorGroup.background': '#232834',
|
|
'editorGroup.border': '#191e2a',
|
|
'editorGroupHeader.noTabsBackground': '#1f2430',
|
|
'editorGroupHeader.tabsBackground': '#1f2430',
|
|
'editorGroupHeader.tabsBorder': '#191e2a',
|
|
'editorGutter.addedBackground': '#a6cc7099',
|
|
'editorGutter.deletedBackground': '#f2798399',
|
|
'editorGutter.modifiedBackground': '#77a8d999',
|
|
'editorHoverWidget.background': '#232834',
|
|
'editorHoverWidget.border': '#101521',
|
|
'editorIndentGuide.activeBackground': '#707a8cb3',
|
|
'editorIndentGuide.background': '#707a8c4d',
|
|
'editorLineNumber.activeForeground': '#707a8ccc',
|
|
'editorLineNumber.foreground': '#707a8c66',
|
|
'editorLink.activeForeground': '#ffcc66',
|
|
'editorMarkerNavigation.background': '#232834',
|
|
'editorOverviewRuler.addedForeground': '#a6cc7099',
|
|
'editorOverviewRuler.border': '#191e2a',
|
|
'editorOverviewRuler.deletedForeground': '#f2798399',
|
|
'editorOverviewRuler.errorForeground': '#ff3333',
|
|
'editorOverviewRuler.modifiedForeground': '#77a8d999',
|
|
'editorOverviewRuler.warningForeground': '#ffcc66',
|
|
'editorRuler.foreground': '#707a8c4d',
|
|
'editorSuggestWidget.background': '#232834',
|
|
'editorSuggestWidget.border': '#101521',
|
|
'editorSuggestWidget.highlightForeground': '#ffcc66',
|
|
'editorSuggestWidget.selectedBackground': '#191e2a',
|
|
'editorWarning.foreground': '#ffcc66',
|
|
'editorWhitespace.foreground': '#707a8c66',
|
|
'editorWidget.background': '#232834',
|
|
'extensionButton.prominentBackground': '#ffcc66',
|
|
'extensionButton.prominentForeground': '#1f2430',
|
|
'extensionButton.prominentHoverBackground': '#fac761',
|
|
focusBorder: '#505867',
|
|
foreground: '#707a8c',
|
|
'gitDecoration.conflictingResourceForeground': '#ff0000',
|
|
'gitDecoration.deletedResourceForeground': '#f27983b3',
|
|
'gitDecoration.ignoredResourceForeground': '#484f5e',
|
|
'gitDecoration.modifiedResourceForeground': '#77a8d9b3',
|
|
'gitDecoration.submoduleResourceForeground': '#d4bfffb3',
|
|
'gitDecoration.untrackedResourceForeground': '#a6cc70b3',
|
|
'input.background': '#232834',
|
|
'input.border': '#373e4c',
|
|
'input.foreground': '#cbccc6',
|
|
'input.placeholderForeground': '#586070',
|
|
'inputOption.activeBorder': '#ffcc66',
|
|
'inputValidation.errorBackground': '#1f2430',
|
|
'inputValidation.errorBorder': '#ff3333',
|
|
'inputValidation.infoBackground': '#1f2430',
|
|
'inputValidation.infoBorder': '#5ccfe6',
|
|
'inputValidation.warningBackground': '#1f2430',
|
|
'inputValidation.warningBorder': '#ffd580',
|
|
'list.activeSelectionBackground': '#191e2a',
|
|
'list.activeSelectionForeground': '#707a8c',
|
|
'list.focusBackground': '#191e2a',
|
|
'list.focusForeground': '#707a8c',
|
|
'list.highlightForeground': '#ffcc66',
|
|
'list.hoverBackground': '#191e2a',
|
|
'list.hoverForeground': '#707a8c',
|
|
'list.inactiveSelectionBackground': '#191e2a',
|
|
'list.inactiveSelectionForeground': '#707a8c',
|
|
'list.invalidItemForeground': '#586070',
|
|
'panel.background': '#1f2430',
|
|
'panel.border': '#191e2a',
|
|
'panelTitle.activeBorder': '#ffcc66',
|
|
'panelTitle.activeForeground': '#cbccc6',
|
|
'panelTitle.inactiveForeground': '#707a8c',
|
|
'peekView.border': '#191e2a',
|
|
'peekViewEditor.background': '#232834',
|
|
'peekViewEditor.matchHighlightBackground': '#ffcc6633',
|
|
'peekViewResult.background': '#232834',
|
|
'peekViewResult.fileForeground': '#707a8c',
|
|
'peekViewResult.matchHighlightBackground': '#ffcc6633',
|
|
'peekViewTitle.background': '#232834',
|
|
'peekViewTitleDescription.foreground': '#707a8c',
|
|
'peekViewTitleLabel.foreground': '#707a8c',
|
|
'pickerGroup.border': '#191e2a',
|
|
'pickerGroup.foreground': '#484f5e',
|
|
'progressBar.background': '#ffcc66',
|
|
'scrollbar.shadow': '#191e2a',
|
|
'scrollbarSlider.activeBackground': '#707a8cb3',
|
|
'scrollbarSlider.background': '#707a8c66',
|
|
'scrollbarSlider.hoverBackground': '#707a8c99',
|
|
'selection.background': '#2a3546fd',
|
|
'settings.headerForeground': '#cbccc6',
|
|
'settings.modifiedItemIndicator': '#77a8d9',
|
|
'sideBar.background': '#1f2430',
|
|
'sideBar.border': '#191e2a',
|
|
'sideBarSectionHeader.background': '#1f2430',
|
|
'sideBarSectionHeader.foreground': '#707a8c',
|
|
'sideBarTitle.foreground': '#707a8c',
|
|
'statusBar.background': '#1f2430',
|
|
'statusBar.border': '#191e2a',
|
|
'statusBar.debuggingBackground': '#f29e74',
|
|
'statusBar.debuggingForeground': '#1f2430',
|
|
'statusBar.foreground': '#707a8c',
|
|
'statusBar.noFolderBackground': '#232834',
|
|
'statusBarItem.activeBackground': '#00000050',
|
|
'statusBarItem.hoverBackground': '#00000030',
|
|
'statusBarItem.prominentBackground': '#191e2a',
|
|
'statusBarItem.prominentHoverBackground': '#00000030',
|
|
'tab.activeBackground': '#232834',
|
|
'tab.activeBorderTop': '#ffcc66',
|
|
'tab.activeForeground': '#cbccc6',
|
|
'tab.border': '#191e2a',
|
|
'tab.inactiveBackground': '#1f2430',
|
|
'tab.inactiveForeground': '#707a8c',
|
|
'tab.unfocusedActiveBorderTop': '#707a8c',
|
|
'tab.unfocusedActiveForeground': '#707a8c',
|
|
'tab.unfocusedInactiveForeground': '#707a8c',
|
|
'terminal.ansiBlack': '#191e2a',
|
|
'terminal.ansiBlue': '#6dcbfa',
|
|
'terminal.ansiBrightBlack': '#686868',
|
|
'terminal.ansiBrightBlue': '#73d0ff',
|
|
'terminal.ansiBrightCyan': '#95e6cb',
|
|
'terminal.ansiBrightGreen': '#bae67e',
|
|
'terminal.ansiBrightMagenta': '#d4bfff',
|
|
'terminal.ansiBrightRed': '#f28779',
|
|
'terminal.ansiBrightWhite': '#ffffff',
|
|
'terminal.ansiBrightYellow': '#ffd580',
|
|
'terminal.ansiCyan': '#90e1c6',
|
|
'terminal.ansiGreen': '#a6cc70',
|
|
'terminal.ansiMagenta': '#cfbafa',
|
|
'terminal.ansiRed': '#ed8274',
|
|
'terminal.ansiWhite': '#c7c7c7',
|
|
'terminal.ansiYellow': '#fad07b',
|
|
'terminal.background': '#1f2430',
|
|
'terminal.foreground': '#cbccc6',
|
|
'textBlockQuote.background': '#232834',
|
|
'textLink.activeForeground': '#ffcc66',
|
|
'textLink.foreground': '#ffcc66',
|
|
'textPreformat.foreground': '#cbccc6',
|
|
'titleBar.activeBackground': '#1f2430',
|
|
'titleBar.activeForeground': '#cbccc6',
|
|
'titleBar.border': '#191e2a',
|
|
'titleBar.inactiveBackground': '#1f2430',
|
|
'titleBar.inactiveForeground': '#707a8c',
|
|
'walkThrough.embeddedEditorBackground': '#232834',
|
|
'widget.shadow': '#141925',
|
|
};
|
|
//# sourceMappingURL=ayu.js.map
|