Aquí tienes el código del tema 2077 modificado, el que utilizo en mis vídeos.
settings.json
{ "terminal.integrated.defaultProfile.windows": "Command Prompt", "workbench.iconTheme": "bearded-icons", "errorLens.gutterIconSet": "emoji", "errorLens.statusBarIconsEnabled": true, "errorLens.gutterEmoji": { // Pegar emojis en las cadenas "error": "", "warning": "", "info": "", "hint": "" }, "errorLens.light": { }, "errorLens.gutterIconsEnabled": true, "workbench.settings.applyToAllProfiles": [ "code-runner.defaultLanguage" ], "explorer.confirmDragAndDrop": false, "cSpell.language": "en,es-ES,es,en-GB", "editor.wordWrap": "on", "arduino.useArduinoCli": true, "editor.minimap.scale": 2, "editor.minimap.renderCharacters": false, // Personalización del tema 2077 "workbench.colorCustomizations": { "[2077]": { // Editor "editor.lineHighlightBackground": "#353535", "editor.selectionBackground": "#353535", "editor.findMatchBackground": "#ffff00", "editor.selectionHighlightBackground": "#353535d8", "editor.background": "#1c1c1c", "editor.wordHighlightBackground": "#393939b2", "editor.findMatchForeground":"#ffffff", "editor.findMatchHighlightBackground":"#7878787e", "editor.hoverHighlightBackground": "#f823752e", "editor.wordHighlightStrongBackground": "#f8237686", "editorGroupHeader.tabsBackground": "#1c1c1c", "editorWidget.background": "#1c1c1c", "editorWidget.border": "#cbcbcb", "editorWidget.foreground": "#cbcbcb", "editorWidget.resizeBorder": "#cbcbcb", "editorSuggestWidget.background": "#1c1c1c", "editorSuggestWidget.border": "#f82376", "editorInfo.background": "#1c1c1ccf", "editorHoverWidget.background": "#1c1c1c", "editorHoverWidget.border": "#cbcbcb", "editorHoverWidget.foreground": "#cbcbcb", "tab.inactiveBackground": "#252525", "tab.inactiveForeground": "#898989", "tab.activeBackground": "#3d3d3d", "tab.activeBorder": "#f82376", "sideBar.background": "#1c1c1c", "sideBarSectionHeader.background": "#1c1c1c", "activityBar.background": "#1c1c1c", "statusBar.background": "#1c1c1c", "titleBar.activeBackground": "#1c1c1c", "badge.background":"#f82376", "terminal.background": "#1c1c1c", "terminal.foreground": "#00ffff", "panel.background": "#252525", "panelTitle.activeForeground": "#cbcbcb", "panelTitle.activeBorder": "#1c1c1c", "panelTitle.inactiveForeground": "#cbcbcb", "panel.border": "#1d1f21", "panelInput.border": "#1d1f21", "panelSection.dropBackground": "#1c1c1c", "panelSectionHeader.background": "#1c1c1c", "panelSectionHeader.foreground": "#d7dae0", "panelSection.border": "#1c1c1c", "panelSectionHeader.border": "#1c1c1c", "peekView.border": "#cbcbcb", "peekViewEditor.background": "#1c1c1c", "peekViewEditorGutter.background": "#1c1c1c", "peekViewEditor.matchHighlightBackground": "#cbcbcb8a", "peekViewEditor.matchHighlightBorder": "#cbcbcb", "peekViewResult.background": "#1c1c1c", "peekViewResult.fileForeground": "#cbcbcb", "peekViewResult.lineForeground": "#cbcbcb", "peekViewResult.selectionBackground": "#cbcbcb", "peekViewResult.selectionForeground": "#1c1c1c", "peekViewTitle.background": "#1c1c1c", "peekViewTitleDescription.foreground": "#cbcbcb", "peekViewTitleLabel.foreground": "#cbcbcb", "input.background": "#2D2D2D", "input.border": "#cbcbcb", "input.foreground": "#cbcbcb", "input.placeholderForeground": "#cbcbcb", "focusBorder": "#f82376", "list.activeSelectionBackground": "#3d3d3d", "list.inactiveSelectionBackground": "#1c1c1c", "list.hoverBackground": "#3d3d3d", } }, "editor.fontFamily": "Jetbrains Mono", "editor.fontLigatures": true, // Using the light mode "indentRainbow.indicatorStyle": "light", // we use a simple 1 pixel wide line "indentRainbow.lightIndicatorStyleLineWidth": 2, // the same colors as above but more visible "indentRainbow.colors": [ "#ff2e97b0", "#ff2e97b0", "#ff2e97b0", "#ff2e97b0" ], "editor.tokenColorCustomizations": { "[2077]": { //"" } }, "code-runner.showRunIconInEditorTitleMenu": false, "codesnap.backgroundColor": "#1c1c1c", "codesnap.boxShadow": "rgba(1, 0, 0, 0.55) 0px 20px 68px", "codesnap.realLineNumbers": true, "codesnap.transparentBackground": true, "workbench.colorTheme": "2077", }
Tema 2077 de Visual Studio modificado