Topbar Went from Blue to White after 2026.2 update

@Saoshen Thanx, sorry i did search but did not find this related thread. to reduce the other post I copy it here and delete my original:

I just updated to the new 2026.2 and see that the old (Trade mark) blue header has been removed. For those that want to put it back as a custom theme please follow these steps (Thank you Claude Code!):

Step 1: Create the Theme File

  1. Navigate to your Home Assistant configuration directory (usually /config/)
  2. Create a folder called themes if it doesn’t exist
  3. Inside the themes folder, create a file called classic_blue.yaml
classic_blue:
  # Header colors only - using the original HA blue
  app-header-background-color: "#03a9f4"
  app-header-text-color: "#ffffff"

Step 3: Enable the Theme

Add this to your configuration.yaml:

frontend:
  themes: !include_dir_merge_named themes

Step 4: Apply the Theme

  1. Restart Home Assistant
  2. Go to your Profile (click your username in the bottom left)
  3. Scroll down to Theme
  4. Select classic_blue from the dropdown
5 Likes