New Outlook mode - Light/Dark background setting

Anonymous
2023-05-04T12:42:24+00:00

Where can I find the below setting when I'm in the "New Outlook" mode:

If you prefer, you can disable dark mode so that the message window is always white when using the black theme. The icons to switch dark mode on or off are disabled when you disable dark mode.

  • In Outlook, go to File > Options.
  • On the General page, look for Personalize your copy of Microsoft Office.
  • Set the Office Theme to Black and select the check box next to Never change the message background color.
  • Select OK.

Thx

Outlook | Windows | Classic Outlook for Windows | For home

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

98 answers

Sort by: Newest
  1. Anonymous
    2023-05-19T13:15:47+00:00

    The link did not answer the question about background color.

    I needed to keep signature style the same in both light and dark mode.

    I eventually figured it out by adding <!--[if mso]> with mso styles.

    This table with dark blue background with white text style keeps the same colors in dark and light mode.

     <style>

    .header { background: #121827;background-color: #121827;}.title {font-family: "SegoeUI-Light", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;color: #FFFFFF;padding: 0;margin: 0; }

    <!--[if mso]> <style>.headermso {background: #121827;background-color: #121827; }

            .titlemso { font-family: "SegoeUI-Light", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;color: #FFFFFF;padding: 0;margin: 0;} </style> <![endif]-->

    <table width="670px"> <tr class="header"><td class="title">Hello world </td>

    </tr> </table>

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2023-05-18T09:47:32+00:00

    Your link tells me I need to log in. Can't see article.

    A post I saw says to include mso style stuff. This is not working -

    <p class=MsoNormal><b><span lang=EN-GB style='font-size:10pt;;mso-style-textfill-type:gradient;mso-style-textfill-fill-gradientfill-shadetype:linear;mso-style-textfill-fill-gradientfill-shade-linearshade-angle:5400000; mso-style-textfill-fill-gradientfill-shade-linearshade-fscaled:no;mso-style-textfill-fill-gradientfill-stoplist:"0 #FFFFFF 0 100000,100000 #FFFFFF 0 100000"'>Here is some white text<o:p></o:p></span></b></p>

    Above text does not stay white - it turns black when changing to dark mode.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-05-15T13:44:27+00:00

    This is not the solution we or the OP was looking for. In the previous Outlook, there was an option to use the Dark mode while still using a light background for messages. In the new Outlook I see there is an option do to this (sun icon to "View with a light background") on the individual message, but it only applies to that message and it is not persistent (ie the next time you look at that same message it is dark again). We are looking for a global option that will always apply to all messages.

    Was this answer helpful?

    60+ people found this answer helpful.
    0 comments No comments
  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more