diff --git a/extensions/theme-2026/themes/2026-dark.json b/extensions/theme-2026/themes/2026-dark.json index 7857cd2f1c5..8e3a178fb19 100644 --- a/extensions/theme-2026/themes/2026-dark.json +++ b/extensions/theme-2026/themes/2026-dark.json @@ -149,8 +149,8 @@ "editorGutter.background": "#121314", "editorGutter.addedBackground": "#72C892", "editorGutter.deletedBackground": "#F28772", - "diffEditor.insertedTextBackground": "#72C89254", - "diffEditor.removedTextBackground": "#F2877254", + "diffEditor.insertedTextBackground": "#72C89233", + "diffEditor.removedTextBackground": "#F2877233", "editorOverviewRuler.border": "#252627FF", "editorOverviewRuler.findMatchForeground": "#007ABC99", "editorOverviewRuler.modifiedForeground": "#5ba3e0", diff --git a/extensions/theme-2026/themes/2026-light.json b/extensions/theme-2026/themes/2026-light.json index f971e6511b6..0ad9277604d 100644 --- a/extensions/theme-2026/themes/2026-light.json +++ b/extensions/theme-2026/themes/2026-light.json @@ -12,8 +12,8 @@ "textBlockQuote.background": "#F3F3F3", "textBlockQuote.border": "#EEEEEE00", "textCodeBlock.background": "#F3F3F3", - "textLink.foreground": "#6F89D8", - "textLink.activeForeground": "#7C94DB", + "textLink.foreground": "#3457C0", + "textLink.activeForeground": "#395DC9", "textPreformat.foreground": "#666666", "textSeparator.foreground": "#EEEEEE00", "button.background": "#4466CC", @@ -47,9 +47,9 @@ "inputValidation.warningBorder": "#EEEEEE00", "inputValidation.warningForeground": "#202020", "scrollbar.shadow": "#F5F6F84D", - "scrollbarSlider.background": "#20202033", - "scrollbarSlider.hoverBackground": "#20202066", - "scrollbarSlider.activeBackground": "#20202099", + "scrollbarSlider.background": "#4466CC33", + "scrollbarSlider.hoverBackground": "#4466CC4D", + "scrollbarSlider.activeBackground": "#4466CC4D", "badge.background": "#4466CC", "badge.foreground": "#FFFFFF", "progressBar.background": "#666666", @@ -105,10 +105,10 @@ "editorLineNumber.foreground": "#656668", "editorLineNumber.activeForeground": "#202123", "editorCursor.foreground": "#202123", - "editor.selectionBackground": "#4466CC33", + "editor.selectionBackground": "#4466CC26", "editor.inactiveSelectionBackground": "#4466CC80", "editor.selectionHighlightBackground": "#4466CC1A", - "editor.wordHighlightBackground": "#4466CCB3", + "editor.wordHighlightBackground": "#4466CC33", "editor.wordHighlightStrongBackground": "#4466CCE6", "editor.findMatchBackground": "#4466CC4D", "editor.findMatchHighlightBackground": "#4466CC26", @@ -122,7 +122,7 @@ "editorIndentGuide.activeBackground": "#F4F4F4", "editorRuler.foreground": "#F4F4F4", "editorCodeLens.foreground": "#666666", - "editorBracketMatch.background": "#4466CC80", + "editorBracketMatch.background": "#4466CC55", "editorBracketMatch.border": "#EEEEEE00", "editorWidget.background": "#FCFCFC", "editorWidget.border": "#EEEEEE00", @@ -149,8 +149,8 @@ "editorGutter.background": "#FDFDFD", "editorGutter.addedBackground": "#587c0c", "editorGutter.deletedBackground": "#ad0707", - "diffEditor.insertedTextBackground": "#587c0c54", - "diffEditor.removedTextBackground": "#ad070754", + "diffEditor.insertedTextBackground": "#587c0c26", + "diffEditor.removedTextBackground": "#ad070726", "editorOverviewRuler.border": "#EEEEEE00", "editorOverviewRuler.findMatchForeground": "#4466CC99", "editorOverviewRuler.modifiedForeground": "#007acc", diff --git a/extensions/theme-2026/themes/styles.css b/extensions/theme-2026/themes/styles.css index c950dd33f27..e475f6dbeb3 100644 --- a/extensions/theme-2026/themes/styles.css +++ b/extensions/theme-2026/themes/styles.css @@ -69,17 +69,22 @@ /* Chat Widget */ -.monaco-workbench .interactive-session .chat-input-container { box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); border-radius: 6px; } +.monaco-workbench .interactive-session .chat-input-container { box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08); border-radius: 6px; } .monaco-workbench .interactive-session .interactive-input-part .chat-editor-container .interactive-input-editor .monaco-editor, .monaco-workbench .interactive-session .interactive-input-part .chat-editor-container .interactive-input-editor .monaco-editor .monaco-editor-background { background-color: var(--vscode-panel-background, var(--vscode-sideBar-background)) !important; } -.monaco-workbench .interactive-session .chat-editing-session .chat-editing-session-container { box-shadow: 0 0 6px rgba(0, 0, 0, 0.10); border-radius: 4px 4px 0 0; } +.monaco-workbench .interactive-session .chat-editing-session .chat-editing-session-container { border-radius: 4px 4px 0 0; } .monaco-workbench .interactive-input-part:has(.chat-editing-session > .chat-editing-session-container) .chat-input-container { border-radius: 0 0 6px 6px; } .monaco-workbench .part.panel .interactive-session, .monaco-workbench .part.auxiliarybar .interactive-session { position: relative; } +.monaco-workbench .interactive-session .chat-editing-session .chat-editing-session-container { + background-color: transparent !important; +} + /* Notifications */ .monaco-workbench .notifications-toasts { box-shadow: 0 0 12px rgba(0, 0, 0, 0.14); } -.monaco-workbench .notification-toast { box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); border: none; border-radius: 8px; overflow: hidden; } +.monaco-workbench .notification-toast { box-shadow: none !important; border: none !important; } +.monaco-workbench .notifications-center { border: none !important; } /* Context Menus */ .monaco-workbench .monaco-menu .monaco-action-bar.vertical { box-shadow: 0 0 12px rgba(0, 0, 0, 0.14); border: none; border-radius: 12px; overflow: hidden; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); } @@ -126,7 +131,8 @@ .monaco-workbench.hc-black .part.editor > .content .editor-group-container > .title .breadcrumbs-control { background: rgba(10, 10, 11, 0.85) !important; box-shadow: 0 0 6px rgba(0, 0, 0, 0.08) !important; } /* Input Boxes */ -.monaco-workbench .monaco-inputbox { box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); border: none; border-radius: 6px; } +.monaco-workbench .monaco-inputbox, +.monaco-workbench .suggest-input-container { box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08); border: none; } .monaco-inputbox .monaco-action-bar .action-item .codicon, .monaco-workbench .search-container .input-box, @@ -134,6 +140,10 @@ color: var(--vscode-icon-foreground) !important; } +/* .scm-view .scm-editor { + box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08); +} */ + /* Buttons */ .monaco-workbench .monaco-button { box-shadow: 0 0 2px rgba(0, 0, 0, 0.06); } .monaco-workbench .monaco-button:hover { box-shadow: 0 0 4px rgba(0, 0, 0, 0.08); }