Customize DevTools

Kayce Basques
Kayce Basques
Sofia Emelianova
Sofia Emelianova

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.

The dark theme.

  1. Open the Command Menu.
  2. Start typingdark, select theSwitch to dark theme command, and then pressEnter to run the command.

    The dark theme command.

  3. Alternatively, set your theme inSettings >Preferences >Appearance >Themes.

Dynamic theme

DevTools can automatically match Chrome's color theme.

To set a theme:

  1. Open a new tab and clickCustomize Chrome in the right bottom corner.
  2. InAppearance, pick a theme throughChange themes or select a color palette.

DevTools matches the color theme selected in Appearance.

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.

The Drawer.

ClickMore Tools to open otherDrawertabs.

The More Tools button that opens other Drawer tabs.

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:

    1. Open the Command Menu.
    2. Start typingdock and select one of the suggested options: dock to bottom, left, right, undock, or restore last dock position.

Suggested docking option in the Command Menu.

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 panel layout

Change DevTools UI language

SeeSettings >Preferences >Appearance >Language.

Change language by going to Settings and then Preferences

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.

Chrome profile sync.

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

DevTools sync settings

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.

The appearance settings.

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

The dock.

Customize keyboard shortcuts

SeeSettings > Shortcuts.

Enable experiments

SeeSettings > 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.