Skip to content

Commit aa519b6

Browse files
committed
Merge branch 'main' into pr/3303
2 parents f4484c7 + b95ba10 commit aa519b6

35 files changed

Lines changed: 1011 additions & 713 deletions

File tree

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,12 @@ Old redirects (to /archive/)
8383
},
8484
{
8585
"source_path": "microsoft-edge/devtools-guide-chromium/customize/dark-theme.md",
86-
"redirect_url": "/microsoft-edge/devtools-guide-chromium/customize/theme",
86+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/landing/",
87+
"redirect_document_id": false
88+
},
89+
{
90+
"source_path": "microsoft-edge/devtools-guide-chromium/customize/theme.md",
91+
"redirect_url": "/microsoft-edge/devtools-guide-chromium/landing/",
8792
"redirect_document_id": false
8893
},
8994
{

microsoft-edge/dev-videos/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ See also:
122122
* [What's New in DevTools (Microsoft Edge 112)](../devtools-guide-chromium/whats-new/2023/04/devtools-112.md)<!-- has Video section -->
123123
* [Analyze CSS selector performance during Recalculate Style events](../devtools-guide-chromium/evaluate-performance/selector-stats.md) - CSS selector stats.
124124
* [View formatted JSON responses or files](../devtools-guide-chromium/json-viewer/json-viewer.md)
125-
* [Apply a color theme to DevTools](../devtools-guide-chromium/customize/theme.md)
126125

127126

128127
<!-- ====================================================================== -->
@@ -209,7 +208,7 @@ Covers:
209208

210209
See also:
211210
* [What's New in DevTools (Microsoft Edge 108)](../devtools-guide-chromium/whats-new/2022/12/devtools-108.md)<!-- has Video section -->
212-
* [Create an extension that customizes the DevTools UI](../extensions-chromium/developer-guide/devtools-extension.md)
211+
* [Create a DevTools extension, adding a custom tool tab and panel](../extensions-chromium/developer-guide/devtools-extension.md)
213212
* [The heap snapshot file format](../devtools-guide-chromium/memory-problems/heap-snapshot-schema.md)
214213
* [Microsoft Edge WebDriver](https://developer.microsoft.com/microsoft-edge/tools/webdriver/?form=MA13LH) - download Edge WebDriver.
215214

@@ -702,6 +701,10 @@ Covers:
702701
* Breakpoint icons are displayed when using Visual Studio Code themes.
703702
* DevTools extension for Visual Studio Code includes the latest tools, theme support, and helpful links. JavaScript Debugger connection to remote workspaces.
704703

704+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
705+
* Light+
706+
* Dark+
707+
705708
See also:
706709
* [What's New in DevTools 94](../devtools-guide-chromium/whats-new/2021/09/devtools.md)<!-- has Video section -->
707710
* [Keyboard shortcuts](../devtools-guide-chromium/shortcuts/index.md) - Navigating DevTools with a keyboard.

microsoft-edge/devtools-guide-chromium/accessibility/preferred-color-scheme-simulation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ You can select these settings from the **Rendering** tool or from the **Command
2020

2121
To specify the CSS to use for both light and dark schemes, use the [prefers-color-scheme](https://developer.mozilla.org/docs/Web/CSS/@media/prefers-color-scheme) CSS media query to detect whether the user prefers to display your product in a dark or light color scheme, and then automatically select your own custom light- or dark-mode CSS. Example CSS code is shown in [Check for contrast issues with dark theme and light theme](test-dark-mode.md).
2222

23-
This article is about changing the appearance of the webpage under development. To instead change how DevTools appears, see [Apply color themes to DevTools](../customize/theme.md).
24-
2523

2624
<!-- ====================================================================== -->
2725
## Emulating dark or light mode using the Rendering tool
Binary file not shown.

microsoft-edge/devtools-guide-chromium/customize/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ To learn more, see [Change DevTools placement (Undock, Dock to bottom, Dock to l
9696
See [Zoom DevTools in or out](../overview.md#zoom-devtools-in-or-out) in _Overview of DevTools_.
9797

9898

99-
<!-- ====================================================================== -->
100-
## Color themes
101-
102-
See [Apply a color theme to DevTools](theme.md).
103-
104-
![Selecting a different color theme](./index-images/theme-setting.png)
105-
106-
10799
<!-- ====================================================================== -->
108100
## Restore default settings
109101

microsoft-edge/devtools-guide-chromium/customize/theme.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

microsoft-edge/devtools-guide-chromium/experimental-features/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ The experiments checkboxes that appear in the latest version of the Canary previ
142142

143143
Some Microsoft Edge Add-ons can define custom color themes for DevTools. If you install an add-on that defines a custom color theme for DevTools, you need to enable the **Allow extensions to load custom stylesheets** experiment to view the add-on themes.
144144

145-
See also:
146-
* [Apply a color theme to DevTools](../customize/theme.md)
147-
148145
Status:
149146
* This checkbox is present in Microsoft Edge Canary 131.
150147
* This checkbox is present in Microsoft Edge Stable 129.

microsoft-edge/devtools-guide-chromium/landing/index.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ landingContent:
6868
links:
6969
- text: Customize DevTools
7070
url: ../customize/index.md
71-
72-
- text: Apply a color theme to DevTools
73-
url: ../customize/theme.md
7471
- linkListType: whats-new
7572
links:
7673
- text: Experimental features in Microsoft Edge DevTools

microsoft-edge/devtools-guide-chromium/whats-new/2020/05/devtools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Note: DevTools currently supports high-contrast mode on Windows, but not on macO
4444
Chromium issue [#1048378](https://crbug.com/1048378)
4545

4646
See also:
47-
* [Apply a color theme to DevTools](../../../customize/theme.md)
4847
* [Check for contrast issues with dark theme and light theme](../../../accessibility/test-dark-mode.md)
4948

5049

microsoft-edge/devtools-guide-chromium/whats-new/2021/07/devtools.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ ms.date: 07/30/2021
2525
<!-- Title: Apply themes from Visual Studio Code to DevTools -->
2626
<!-- Subtitle: You can now use some of the most popular color themes from Visual Studio Code, such as Monokai and Solarized Dark, in Microsoft Edge DevTools. -->
2727

28+
Update: Starting with Microsoft Edge 131, the Visual Studio Code themes feature is removed, and such themes revert to the default themes:
29+
* Light+
30+
* Dark+
31+
2832
In addition to the existing light and dark themes, Microsoft Edge DevTools now supports some of the most popular color themes from Visual Studio Code. To select a color theme, click the DevTools **Settings** (![Settings icon](./devtools-images/settings-gear-icon-light-theme.png)) button, and then select a theme from the **Theme** dropdown list.
2933

3034
![Color themes for DevTools](./devtools-images/all-devtools-themes.png)
@@ -44,8 +48,6 @@ Dark themes:
4448
* Red
4549
* Tomorrow Night Blue
4650

47-
See [Apply color themes to DevTools](../../../customize/theme.md).
48-
4951

5052
<!-- ====================================================================== -->
5153
## Debug DOM node memory leaks with the new Detached Elements tool

0 commit comments

Comments
 (0)