diff --git a/src/editor.json b/src/editor.json index 32b9797d..d02c4ace 100644 --- a/src/editor.json +++ b/src/editor.json @@ -1,234 +1,234 @@ -{ - "dark": { - "name": "RedPro Dark", - "type": "dark", - "colors": { - "activityBar.background": "#111112", - "activityBar.foreground": "#d7dae0", - "activityBarBadge.background": "#4d78cc", - "activityBarBadge.foreground": "#f8fafd", - "badge.background": "#282c34", - "button.background": "#404754", - "debugToolBar.background": "#21252b", - "diffEditor.insertedTextBackground": "#00809b33", - "dropdown.background": "#21252b", - "dropdown.border": "#21252b", - "editor.background": "#111112", - "editor.foreground":"#abb2bf", - "editorError.foreground": "#c24038", - "editorIndentGuide.activeBackground": "#c8c8c859", - "editorMarkerNavigation.background": "#21252b", - "editorRuler.foreground": "#abb2bf26", - "editorWarning.foreground": "#c24038", - "editor.lineHighlightBackground": "#47474744", - "editor.lineHighlightBorder": "#000000", - "editor.selectionBackground": "#3b3b3bee", - "editor.selectionHighlightBackground": "#ffffff10", - "editor.selectionHighlightBorder": "#47474744", - "editorCursor.background": "#ffffffc9", - "editorCursor.foreground": "#528bff", - "editorBracketMatch.border": "#515a6b", - "editorBracketMatch.background": "#515a6b", - "editor.findMatchBackground": "#3b3b3b", - "editor.findMatchBorder": "#457dff", - "editor.findMatchHighlightBackground": "#314365", - "editor.wordHighlightBackground": "#3b3b3b", - "editor.wordHighlightBorder": "#7f848e", - "editor.wordHighlightStrongBackground": "#abb2bf26", - "editor.wordHighlightStrongBorder": "#7f848e", - "editorGroup.background": "#181a1f", - "editorGroup.border": "#181a1f", - "editorGroupHeader.tabsBackground": "#111112", - "editorGroupHeader.noTabsBackground": "#111112", - "editorIndentGuide.background": "#3b4048", - "editorLineNumber.foreground": "#495162", - "editorActiveLineNumber.foreground": "#737984", - "editorWhitespace.foreground": "#3b4048", - "editorHoverWidget.background": "#21252b", - "editorHoverWidget.border": "#181a1f", - "editorSuggestWidget.background": "#21252b", - "editorSuggestWidget.border": "#181a1f", - "editorSuggestWidget.selectedBackground": "#2c313a", - "editorWidget.background": "#21252b", - "focusBorder": "#464646", - "input.background": "#1d1f23", - "list.activeSelectionBackground": "#2c313a", - "list.activeSelectionForeground": "#d7dae0", - "list.errorForeground": "#ff0000", - "list.focusBackground": "#383e4a", - "list.hoverBackground": "#292d35", - "list.highlightForeground": "#c5c5c5", - "list.inactiveSelectionBackground": "#2c313a", - "list.inactiveSelectionForeground": "#d7dae0", - "list.warningForeground": "#c24038", - "menu.foreground":"#c8c8c8", - "peekViewEditor.background":"#1b1d23", - "peekViewEditor.matchHighlightBackground": "#29244b", - "peekViewResult.background":"#22262b", - "scrollbarSlider.background": "#4e566660", - "scrollbarSlider.activeBackground": "#747d9180", - "scrollbarSlider.hoverBackground": "#5a637580", - "sideBar.background": "#000000", - "sideBarSectionHeader.background": "#282c34", - "statusBar.background": "#111112", - "statusBar.foreground": "#9da5b4", - "statusBarItem.hoverBackground": "#2c313a", - "statusBar.noFolderBackground": "#21252b", - "statusBar.debuggingBackground": "#7e0097", - "statusBar.debuggingBorder": "#66017a", - "statusBar.debuggingForeground": "#ffffff", - "statusBarItem.remoteForeground": "#f8fafd", - "statusBarItem.remoteBackground": "#4d78cc", - "tab.activeBackground": "#311414", - "tab.activeBorderTop": "#ff0000", - "tab.activeForeground":"#dcdcdc", - "tab.border": "#181a1f", - "tab.inactiveBackground": "#111112", - "tab.hoverBackground": "#323842", - "tab.unfocusedHoverBackground": "#323842", - "terminal.foreground": "#c8c8c8", - "terminal.ansiBlack": "#2d3139", - "terminal.ansiBlue": "#61afef", - "terminal.ansiGreen": "#98c379", - "terminal.ansiYellow": "#e5c07b", - "terminal.ansiCyan": "#56b6c2", - "terminal.ansiMagenta": "#c678dd", - "terminal.ansiRed": "#e06c75", - "terminal.ansiWhite": "#d7dae0", - "terminal.ansiBrightBlack": "#7f848e", - "terminal.ansiBrightBlue": "#528bff", - "terminal.ansiBrightGreen": "#98c379", - "terminal.ansiBrightYellow": "#e5c07b", - "terminal.ansiBrightCyan": "#56b6c2", - "terminal.ansiBrightMagenta": "#7e0097", - "terminal.ansiBrightRed": "#f44747", - "terminal.ansiBrightWhite": "#d7dae0", - "titleBar.activeBackground": "#282c34", - "titleBar.activeForeground": "#9da5b4", - "titleBar.inactiveBackground": "#21252b", - "titleBar.inactiveForeground": "#6b717d", - "textLink.foreground": "#61afef", - "gitDecoration.conflictingResourceForeground": "#0079ca", - "gitDecoration.untrackedResourceForeground": "#2bbac5", - "gitDecoration.deletedResourceForeground": "#ff2424", - "gitDecoration.modifiedResourceForeground": "#e6a938", - "gitDecoration.addedResourceForeground": "#39ca11" - } - }, - "light": { - "name": "RedPro Light", - "type": "light", - "colors": { - "activityBar.background": "#DEDAD4", - "activityBar.foreground": "#635f59", - "activityBarBadge.background": "#4D78CC", - "activityBarBadge.foreground": "#EEEEED", - "badge.background": "#D7D3CB", - "button.background": "#BFB8AB", - "debugToolBar.background": "#DEDAD4", - "diffEditor.insertedTextBackground": "#FF7F6433", - "dropdown.background": "#DEDAD4", - "dropdown.border": "#DEDAD4", - "editor.background": "#EEEEED", - "editor.foreground":"#544D40", - "editorError.foreground": "#3DBFC7", - "editorIndentGuide.activeBackground": "#37373759", - "editorMarkerNavigation.background": "#DEDAD4", - "editorRuler.foreground": "#ABB2BF26", - "editorWarning.foreground": "#3DBFC7", - "editor.lineHighlightBackground": "#B8B8B844", - "editor.lineHighlightBorder": "#B8B8B876", - "editor.selectionBackground": "#C4C4C4ee", - "editor.selectionHighlightBackground": "#00000010", - "editor.selectionHighlightBorder": "#B8B8B844", - "editorCursor.background": "#000000c9", - "editorCursor.foreground": "#AD7400", - "editorBracketMatch.border": "#AEA594", - "editorBracketMatch.background": "#AEA594", - "editor.findMatchBackground": "#7c93bf", - "editor.findMatchBorder": "#457DFF", - "editor.findMatchHighlightBackground": "#7c93bf", - "editor.wordHighlightBackground": "#C4C4C4", - "editor.wordHighlightBorder": "#807B71", - "editor.wordHighlightStrongBackground": "#544D4026", - "editor.wordHighlightStrongBorder": "#807B71", - "editorGroup.background": "#E7E5E0", - "editorGroup.border": "#E7E5E0", - "editorGroupHeader.tabsBackground": "#EEEEED", - "editorGroupHeader.noTabsBackground": "#EEEEED", - "editorIndentGuide.background": "#C4BFB7", - "editorLineNumber.foreground": "#B6AE9D", - "editorActiveLineNumber.foreground": "#8C867B", - "editorWhitespace.foreground": "#C4BFB7", - "editorHoverWidget.background": "#DEDAD4", - "editorHoverWidget.border": "#E7E5E0", - "editorSuggestWidget.background": "#DEDAD4", - "editorSuggestWidget.border": "#E7E5E0", - "editorSuggestWidget.selectedBackground": "#D3CEC5", - "editorWidget.background": "#DEDAD4", - "focusBorder": "#B9B9B9", - "input.background": "#E2E0DC", - "list.activeSelectionBackground": "#D3CEC5", - "list.activeSelectionForeground": "#28251F", - "list.errorForeground": "#ff0000", - "list.focusBackground": "#C7C1B5", - "list.hoverBackground": "#D6D2CA", - "list.highlightForeground": "#3A3A3A", - "list.inactiveSelectionBackground": "#D3CEC5", - "list.inactiveSelectionForeground": "#2C313A", - "list.warningForeground": "#c24038", - "menu.foreground":"#373737", - "peekViewEditor.background":"#E4E2DC", - "peekViewEditor.matchHighlightBackground": "#B8B8B844", - "peekViewResult.background":"#DDD9D4", - "scrollbarSlider.background": "#B1A99960", - "scrollbarSlider.activeBackground": "#8B826E80", - "scrollbarSlider.hoverBackground": "#A59C8A80", - "sideBar.background": "#f2f2f2", - "sideBarSectionHeader.background": "#D7D3CB", - "statusBar.background": "#EEEEED", - "statusBar.foreground": "#625A4B", - "statusBarItem.hoverBackground": "#D3CEC5", - "statusBar.noFolderBackground": "#DEDAD4", - "statusBar.debuggingBackground": "#7e0097", - "statusBar.debuggingBorder": "#66017a", - "statusBar.debuggingForeground": "#000000", - "statusBarItem.remoteForeground": "#070502", - "statusBarItem.remoteBackground": "#4d78cc", - "tab.activeBackground": "#ffc4c4", - "tab.activeBorderTop": "#ff0000", - "tab.activeForeground":"#232323", - "tab.border": "#E7E5E0", - "tab.inactiveBackground": "#EEEEED", - "tab.hoverBackground": "#CDC7BD", - "tab.unfocusedHoverBackground": "#CDC7BD", - "terminal.foreground": "#707070", - "terminal.ansiBlack": "#2d3139", - "terminal.ansiBlue": "#3779ab", - "terminal.ansiGreen": "#98c379", - "terminal.ansiYellow": "#cf9732", - "terminal.ansiCyan": "#56b6c2", - "terminal.ansiMagenta": "#c678dd", - "terminal.ansiRed": "#d91e1e", - "terminal.ansiWhite": "#d7dae0", - "terminal.ansiBrightBlack": "#7f848e", - "terminal.ansiBrightBlue": "#528bff", - "terminal.ansiBrightGreen": "#98c379", - "terminal.ansiBrightYellow": "#db6804", - "terminal.ansiBrightCyan": "#218e96", - "terminal.ansiBrightMagenta": "#7e0097", - "terminal.ansiBrightRed": "#ff1038", - "terminal.ansiBrightWhite": "#d7dae0", - "titleBar.activeBackground": "#D7D3CB", - "titleBar.activeForeground": "#625A4B", - "titleBar.inactiveBackground": "#21252B", - "titleBar.inactiveForeground": "#948E82", - "textLink.foreground": "#61afef", - "gitDecoration.conflictingResourceForeground": "#0079ca", - "gitDecoration.untrackedResourceForeground": "#218e96", - "gitDecoration.deletedResourceForeground": "#d91e1e", - "gitDecoration.modifiedResourceForeground": "#cf9732", - "gitDecoration.addedResourceForeground": "#1f7009" - } - } -} +{ + "dark": { + "name": "RedPro Dark", + "type": "dark", + "colors": { + "activityBar.background": "#111112", + "activityBar.foreground": "#d7dae0", + "activityBarBadge.background": "#4d78cc", + "activityBarBadge.foreground": "#f8fafd", + "badge.background": "#282c34", + "button.background": "#404754", + "debugToolBar.background": "#21252b", + "diffEditor.insertedTextBackground": "#00809b33", + "dropdown.background": "#21252b", + "dropdown.border": "#21252b", + "editor.background": "#111112", + "editor.foreground":"#abb2bf", + "editorError.foreground": "#c24038", + "editorIndentGuide.activeBackground": "#c8c8c859", + "editorMarkerNavigation.background": "#21252b", + "editorRuler.foreground": "#abb2bf26", + "editorWarning.foreground": "#c24038", + "editor.lineHighlightBackground": "#47474744", + "editor.lineHighlightBorder": "#000000", + "editor.selectionBackground": "#3b3b3bee", + "editor.selectionHighlightBackground": "#ffffff10", + "editor.selectionHighlightBorder": "#47474744", + "editorCursor.background": "#ffffffc9", + "editorCursor.foreground": "#528bff", + "editorBracketMatch.border": "#515a6b", + "editorBracketMatch.background": "#515a6b", + "editor.findMatchBackground": "#3b3b3b", + "editor.findMatchBorder": "#457dff", + "editor.findMatchHighlightBackground": "#314365", + "editor.wordHighlightBackground": "#3b3b3b", + "editor.wordHighlightBorder": "#7f848e", + "editor.wordHighlightStrongBackground": "#abb2bf26", + "editor.wordHighlightStrongBorder": "#7f848e", + "editorGroup.background": "#181a1f", + "editorGroup.border": "#181a1f", + "editorGroupHeader.tabsBackground": "#111112", + "editorGroupHeader.noTabsBackground": "#111112", + "editorIndentGuide.background": "#3b4048", + "editorLineNumber.foreground": "#495162", + "editorActiveLineNumber.foreground": "#737984", + "editorWhitespace.foreground": "#3b4048", + "editorHoverWidget.background": "#21252b", + "editorHoverWidget.border": "#181a1f", + "editorSuggestWidget.background": "#21252b", + "editorSuggestWidget.border": "#181a1f", + "editorSuggestWidget.selectedBackground": "#2c313a", + "editorWidget.background": "#21252b", + "focusBorder": "#464646", + "input.background": "#1d1f23", + "list.activeSelectionBackground": "#2c313a", + "list.activeSelectionForeground": "#d7dae0", + "list.errorForeground": "#ff0000", + "list.focusBackground": "#383e4a", + "list.hoverBackground": "#292d35", + "list.highlightForeground": "#c5c5c5", + "list.inactiveSelectionBackground": "#2c313a", + "list.inactiveSelectionForeground": "#d7dae0", + "list.warningForeground": "#c24038", + "menu.foreground":"#c8c8c8", + "peekViewEditor.background":"#1b1d23", + "peekViewEditor.matchHighlightBackground": "#29244b", + "peekViewResult.background":"#22262b", + "scrollbarSlider.background": "#4e566660", + "scrollbarSlider.activeBackground": "#747d9180", + "scrollbarSlider.hoverBackground": "#5a637580", + "sideBar.background": "#000000", + "sideBarSectionHeader.background": "#282c34", + "statusBar.background": "#111112", + "statusBar.foreground": "#9da5b4", + "statusBarItem.hoverBackground": "#2c313a", + "statusBar.noFolderBackground": "#21252b", + "statusBar.debuggingBackground": "#7e0097", + "statusBar.debuggingBorder": "#66017a", + "statusBar.debuggingForeground": "#ffffff", + "statusBarItem.remoteForeground": "#f8fafd", + "statusBarItem.remoteBackground": "#4d78cc", + "tab.activeBackground": "#311414", + "tab.activeBorderTop": "#ff0000", + "tab.activeForeground":"#dcdcdc", + "tab.border": "#181a1f", + "tab.inactiveBackground": "#111112", + "tab.hoverBackground": "#323842", + "tab.unfocusedHoverBackground": "#323842", + "terminal.foreground": "#c8c8c8", + "terminal.ansiBlack": "#2d3139", + "terminal.ansiBlue": "#61afef", + "terminal.ansiGreen": "#98c379", + "terminal.ansiYellow": "#e5c07b", + "terminal.ansiCyan": "#56b6c2", + "terminal.ansiMagenta": "#c678dd", + "terminal.ansiRed": "#e06c75", + "terminal.ansiWhite": "#d7dae0", + "terminal.ansiBrightBlack": "#7f848e", + "terminal.ansiBrightBlue": "#528bff", + "terminal.ansiBrightGreen": "#98c379", + "terminal.ansiBrightYellow": "#e5c07b", + "terminal.ansiBrightCyan": "#56b6c2", + "terminal.ansiBrightMagenta": "#7e0097", + "terminal.ansiBrightRed": "#f44747", + "terminal.ansiBrightWhite": "#d7dae0", + "titleBar.activeBackground": "#282c34", + "titleBar.activeForeground": "#9da5b4", + "titleBar.inactiveBackground": "#21252b", + "titleBar.inactiveForeground": "#6b717d", + "textLink.foreground": "#61afef", + "gitDecoration.conflictingResourceForeground": "#0079ca", + "gitDecoration.untrackedResourceForeground": "#2bbac5", + "gitDecoration.deletedResourceForeground": "#ff2424", + "gitDecoration.modifiedResourceForeground": "#e6a938", + "gitDecoration.addedResourceForeground": "#39ca11" + } + }, + "light": { + "name": "RedPro Light", + "type": "light", + "colors": { + "activityBar.background": "#DEDAD4", + "activityBar.foreground": "#635f59", + "activityBarBadge.background": "#4D78CC", + "activityBarBadge.foreground": "#EEEEED", + "badge.background": "#D7D3CB", + "button.background": "#BFB8AB", + "debugToolBar.background": "#DEDAD4", + "diffEditor.insertedTextBackground": "#FF7F6433", + "dropdown.background": "#DEDAD4", + "dropdown.border": "#DEDAD4", + "editor.background": "#EEEEED", + "editor.foreground":"#544D40", + "editorError.foreground": "#3DBFC7", + "editorIndentGuide.activeBackground": "#37373759", + "editorMarkerNavigation.background": "#DEDAD4", + "editorRuler.foreground": "#ABB2BF26", + "editorWarning.foreground": "#3DBFC7", + "editor.lineHighlightBackground": "#B8B8B844", + "editor.lineHighlightBorder": "#B8B8B876", + "editor.selectionBackground": "#C4C4C4ee", + "editor.selectionHighlightBackground": "#00000010", + "editor.selectionHighlightBorder": "#B8B8B844", + "editorCursor.background": "#000000c9", + "editorCursor.foreground": "#AD7400", + "editorBracketMatch.border": "#AEA594", + "editorBracketMatch.background": "#AEA594", + "editor.findMatchBackground": "#7c93bf", + "editor.findMatchBorder": "#457DFF", + "editor.findMatchHighlightBackground": "#7c93bf", + "editor.wordHighlightBackground": "#C4C4C4", + "editor.wordHighlightBorder": "#807B71", + "editor.wordHighlightStrongBackground": "#544D4026", + "editor.wordHighlightStrongBorder": "#807B71", + "editorGroup.background": "#E7E5E0", + "editorGroup.border": "#E7E5E0", + "editorGroupHeader.tabsBackground": "#EEEEED", + "editorGroupHeader.noTabsBackground": "#EEEEED", + "editorIndentGuide.background": "#C4BFB7", + "editorLineNumber.foreground": "#B6AE9D", + "editorActiveLineNumber.foreground": "#8C867B", + "editorWhitespace.foreground": "#C4BFB7", + "editorHoverWidget.background": "#DEDAD4", + "editorHoverWidget.border": "#E7E5E0", + "editorSuggestWidget.background": "#DEDAD4", + "editorSuggestWidget.border": "#E7E5E0", + "editorSuggestWidget.selectedBackground": "#D3CEC5", + "editorWidget.background": "#DEDAD4", + "focusBorder": "#B9B9B9", + "input.background": "#E2E0DC", + "list.activeSelectionBackground": "#D3CEC5", + "list.activeSelectionForeground": "#28251F", + "list.errorForeground": "#ff0000", + "list.focusBackground": "#C7C1B5", + "list.hoverBackground": "#D6D2CA", + "list.highlightForeground": "#3A3A3A", + "list.inactiveSelectionBackground": "#D3CEC5", + "list.inactiveSelectionForeground": "#2C313A", + "list.warningForeground": "#c24038", + "menu.foreground":"#373737", + "peekViewEditor.background":"#E4E2DC", + "peekViewEditor.matchHighlightBackground": "#B8B8B844", + "peekViewResult.background":"#DDD9D4", + "scrollbarSlider.background": "#B1A99960", + "scrollbarSlider.activeBackground": "#8B826E80", + "scrollbarSlider.hoverBackground": "#A59C8A80", + "sideBar.background": "#f2f2f2", + "sideBarSectionHeader.background": "#D7D3CB", + "statusBar.background": "#EEEEED", + "statusBar.foreground": "#625A4B", + "statusBarItem.hoverBackground": "#D3CEC5", + "statusBar.noFolderBackground": "#DEDAD4", + "statusBar.debuggingBackground": "#7e0097", + "statusBar.debuggingBorder": "#66017a", + "statusBar.debuggingForeground": "#000000", + "statusBarItem.remoteForeground": "#070502", + "statusBarItem.remoteBackground": "#4d78cc", + "tab.activeBackground": "#ffc4c4", + "tab.activeBorderTop": "#ff0000", + "tab.activeForeground":"#232323", + "tab.border": "#E7E5E0", + "tab.inactiveBackground": "#EEEEED", + "tab.hoverBackground": "#CDC7BD", + "tab.unfocusedHoverBackground": "#CDC7BD", + "terminal.foreground": "#707070", + "terminal.ansiBlack": "#2d3139", + "terminal.ansiBlue": "#3779ab", + "terminal.ansiGreen": "#98c379", + "terminal.ansiYellow": "#cf9732", + "terminal.ansiCyan": "#56b6c2", + "terminal.ansiMagenta": "#c678dd", + "terminal.ansiRed": "#d91e1e", + "terminal.ansiWhite": "#d7dae0", + "terminal.ansiBrightBlack": "#7f848e", + "terminal.ansiBrightBlue": "#528bff", + "terminal.ansiBrightGreen": "#98c379", + "terminal.ansiBrightYellow": "#db6804", + "terminal.ansiBrightCyan": "#218e96", + "terminal.ansiBrightMagenta": "#7e0097", + "terminal.ansiBrightRed": "#ff1038", + "terminal.ansiBrightWhite": "#d7dae0", + "titleBar.activeBackground": "#D7D3CB", + "titleBar.activeForeground": "#625A4B", + "titleBar.inactiveBackground": "#21252B", + "titleBar.inactiveForeground": "#948E82", + "textLink.foreground": "#61afef", + "gitDecoration.conflictingResourceForeground": "#0079ca", + "gitDecoration.untrackedResourceForeground": "#218e96", + "gitDecoration.deletedResourceForeground": "#d91e1e", + "gitDecoration.modifiedResourceForeground": "#cf9732", + "gitDecoration.addedResourceForeground": "#1f7009" + } + } +}