> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Customize, randomize, and reset the colors assigned to individual runs in your W&B project workspace.

# Customize run colors

W\&B automatically assigns a color to each run that you create in your project. You can change the default color of a run to help you visually distinguish it from other runs in the table and graphs. Reset your project workspace to restore the default colors for all runs in the table.

Run colors are locally scoped. On the project page, custom colors apply only to your own workspace. In reports, custom colors for runs apply only at the section level. You can visualize the same run in different sections, which can use different custom colors per section.

## Edit default run colors

1. Click the **Runs** tab from the project sidebar.
2. Click the dot color next to the run name in the **Name** column.
3. Select a color from the color palette or the color picker, or enter a hex code.

<Image src="/images/runs/run-color-palette.png" alt="Edit default run color in project workspace" />

## Randomize run colors

To randomize the colors of all runs in the table:

1. Click the **Runs** tab from the project sidebar.
2. Hover over the **Name** column header, click the **action (<Icon icon="ellipsis" iconType="solid" />)** menu, and select **Randomize run colors** from the dropdown menu.

<Note>
  The option to randomize run colors is available only after modify the run's table in some way, such as by sorting, filtering, searching, or grouping.
</Note>

## Reset run colors

To restore the default colors for all runs in the table:

1. Click the **Runs** tab from the project sidebar.
2. Hover over the **Name** column header, click the **action (<Icon icon="ellipsis" iconType="solid" />)** menu, and select **Reset colors** from the dropdown menu.

<Image src="/images/runs/reset-run-colors.png" alt="Reset run colors in project workspace" />
