Open sami-romdhana opened 4 months ago
@micahgodbolt - Can you investigate?
@micahgodbolt - Can you investigate?
The theme here is pretty specific to Office, and not Fluent. I'm not sure what help I can offer here.
Hello @EsterBergen,
Do you have another person in mind to investigate this problem?
Thank you in advance for your reply.
Thanks for the ping @touss59 - we are continuing to look into this and will share updates once we know more. Thanks.
Your Environment
Microsoft® PowerPoint® for Microsoft 365 MSO (Version 2407 Build 16.0.17830.20016) 64-bit
Expected behavior
I want OfficeThemes.css variables to be an exact match of the theme colors as seen in the Custom Colors window.
Current behavior
Some colors are either shifted, or are completely missing.
Theme 1
Seeing the Office theme colors window and "sample" area, it seems that "Text/Background - Dark 1" as font color goes with "Text/Background - Light 2" as background color, and that "Text/Background - Light 1" as font color goes with "Text/Background - Dark 2" as background color.
Office theme colors
OfficeThemes.css colors
.office-docTheme-primary-fontColor
.office-docTheme-primary-bgColor
.office-docTheme-secondary-fontColor
.office-docTheme-secondary-bgColor
.office-contentAccent1-*color
.office-contentAccent2-*color
.office-contentAccent3-*color
.office-contentAccent4-*color
.office-contentAccent5-*color
.office-contentAccent6-*color
.office-a
.office-a:visited
.office-officeTheme-primary-fontColor
.office-officeTheme-primary-bgColor
.office-officeTheme-secondary-fontColor
.office-officeTheme-secondary-bgColor
Comments and notes
.office-a
and.office-a:visited
which is normal since they are supposed to be the same color but I expected one of the base variables to match as well, for instance one of the.office-docTheme-*
or.office-officeTheme-*
variables.office-docTheme-primary-fontColor
and.office-docTheme-secondary-fontColor
.office-docTheme-primary-bgColor
and.office-docTheme-secondary-bgColor
Theme 2
Office theme colors
OfficeThemes.css colors
.office-docTheme-primary-fontColor
.office-docTheme-primary-bgColor
.office-docTheme-secondary-fontColor
.office-docTheme-secondary-bgColor
.office-contentAccent1-*color
.office-contentAccent2-*color
.office-contentAccent3-*color
.office-contentAccent4-*color
.office-contentAccent5-*color
.office-contentAccent6-*color
.office-a
.office-a:visited
.office-officeTheme-primary-fontColor
.office-officeTheme-primary-bgColor
.office-officeTheme-secondary-fontColor
.office-officeTheme-secondary-bgColor
Comments and notes
.office-contentAccent6-*color
which does have the same color, but I expected one of the base variables to have that valueSteps to reproduce
Context
We are trying to pull client theming automatically with no user intervention or hard coding, having colors missing hampers our efforts to integrate our content add-in with the rest of our clients' content.