Site navigation and Hub Navigation Theme

Brass Contributor

Hi All, 

Bit urgent help needed. :sad:

I have created an site (SharePoint Online) with a communication site(HubSite ) and associate sites. Now I m in the midle of creating the theme. My main color is Orange, but I want to have a Gray color in the top navigation ( Header theme, Site bar + hub bar), also want to have Header text white color ( Site nav, site name, Hub name, and Hub nav text) without affecting the site main body text color (which is blank) or main body background color.

question.png

Following is the main selected (approved) color combination for the site.

 

question 2.png

I tried following but the SIte header still Orange (primary color)

$palette =@{
"themePrimary" = "#cc4e0a";
"themeLighterAlt" = "#4a4a4a";
"themeLighter" = "#f7ded1";
"themeLight" = "#f0c3ab";
"themeTertiary" = "#e08d60";
"themeSecondary" = "#d26022";
"themeDarkAlt" = "#b84609";
"themeDark" = "#9b3b08";
"themeDarker" = "#722c06";
"neutralLighterAlt" = "#f8f8f8";
"neutralLighter" = "#f4f4f4";
"neutralLight" = "#eaeaea";
"neutralQuaternaryAlt" = "#dadada";
"neutralQuaternary" = "#d0d0d0";
"neutralTertiaryAlt" = "#c8c8c8";
"neutralTertiary" = "#a19f9d";
"neutralSecondary" = "#ffffff";
"neutralPrimaryAlt" = "#3b3a39";
"neutralPrimary" = "#323130";
"neutralDark" = "#201f1e";
"black" = "#000000";
"white" = "#ffffff";
# Custom
"backgroundOverlay" = "#4a4a4a"; #dimgray
"neutral" = "#4a4a4a"; #dimgray
}

Appreciate your advice. Thanks.

0 Replies