Customize DevTools Stay organized with collections Save and categorize content based on your preferences.
This page lists the ways you can customize Chrome DevTools.
Settings
Settings >Preferences contains many options for customizing DevTools.
SeeOpen Settings andPreferences.
Dark theme
You can enable dark theme inSettings or theCommand Menu.

- Open the Command Menu.
Start typing
dark, select theSwitch to dark theme command, and then pressEnter to run the command.
Alternatively, set your theme inSettings >Preferences >Appearance >Themes.
Dynamic theme
DevTools can automatically match Chrome's color theme.
To set a theme:
- Open a new tab and clickCustomize Chrome in the right bottom corner.
- InAppearance, pick a theme throughChange themes or select a color palette.

To turn off dynamic theming, clearSettings >Preferences >Appearance >Match Chrome color scheme and reload DevTools.
Drawer
TheDrawer contains many hidden features.
PressEscape to open or close the Drawer.

ClickMore Tools to open otherDrawertabs.

Change DevTools placement
By default, DevTools is docked to the right of your viewport. You can also dock to the bottom or left sides or undock DevTools into a separate window.
You can change the placement of DevTools in two ways:
- Main Menu: OpenCustomize And Control DevTools and click:
- Undock into separate window
- Dock to left
- Dock to bottom
- Dock to right
Command Menu:
- Open the Command Menu.
- Start typing
dockand select one of the suggested options: dock to bottom, left, right, undock, or restore last dock position.

To toggleRestore last dock position with a keyboard shortcut, press:
- On Linux or Windows:Control+Shift+D
- On MacOS:Command+Shift+D
Reorder panels, tabs, and panes
To change ordering, click and drag left or right any of the following:
- Panels at the top of DevTools.
- Panes in theElements panel such asStyles,Computed,Layout, and others.
- Panes in theSources panel such asPage,Workspace,Overrides, and others.
- Drawer tabs at the bottom of DevTools.
Additionally, you canmove panels and tabs up and down to and from theDrawer. To do this, right-click the panel or tab and selectMove to top orMove to bottom from the drop-down menu.
Your custom tab order persists across DevTools sessions.
Panel layout
By default, DevTools will auto-rearrange your panel layout depending on window size. You can disable the auto-rearrangement. Go toSettings >Preferences >Appearance and update thepanel layout based on your preference.
For example, theStyles pane in theElements panel will move from the side to the bottom when screen size is small. If you want theStyle pane to always stay on the side, change thepanel layout tovertical.

Change DevTools UI language
SeeSettings >Preferences >Appearance >Language.

Sync settings
You can sync your DevTools settings across multiple devices.
To enable sync, first turn onChrome Sync. Once enabled, your DevTools settings are synced by default.

You can enable or disable the DevTools settings sync separately using theSettings >Sync >Enable settings sync checkbox.

DevTools syncs most of the settings except those in theWorkspace,Experiments, andDevices tabs and a few other general settings. The state of theEnable settings sync checkbox is synced across devices as well.
Note: DevTools also doesn't syncSnippets, they are stored as local preferences.For example, the followingAppearance settings are synced, so you have a consistent experience across devices and don't need to re-define the same settings again.

However, thedock setting isn't synced because developers have different dock preferences when debugging on different sites.

Customize keyboard shortcuts
Enable experiments
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-01 UTC.


