How can I remove 'Dark Mode' from Ms Office apps without disabling it across macOS?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







11















I am running macOS Mojave and have Dark Mode set as my default appearance in Apple > System Preferences > General.



I recently updated MS Office on my Mac and the latest MS Office update (i.e. version 16.20) supports Dark Mode. However, unlike many other apps, there is no way to enable/disable this appearance within the app itself.



Since I much prefer the usual appearance of my MS Office apps, but still want to use Dark Mode within macOS, how can I achieve this outcome?










share|improve this question





























    11















    I am running macOS Mojave and have Dark Mode set as my default appearance in Apple > System Preferences > General.



    I recently updated MS Office on my Mac and the latest MS Office update (i.e. version 16.20) supports Dark Mode. However, unlike many other apps, there is no way to enable/disable this appearance within the app itself.



    Since I much prefer the usual appearance of my MS Office apps, but still want to use Dark Mode within macOS, how can I achieve this outcome?










    share|improve this question

























      11












      11








      11


      5






      I am running macOS Mojave and have Dark Mode set as my default appearance in Apple > System Preferences > General.



      I recently updated MS Office on my Mac and the latest MS Office update (i.e. version 16.20) supports Dark Mode. However, unlike many other apps, there is no way to enable/disable this appearance within the app itself.



      Since I much prefer the usual appearance of my MS Office apps, but still want to use Dark Mode within macOS, how can I achieve this outcome?










      share|improve this question














      I am running macOS Mojave and have Dark Mode set as my default appearance in Apple > System Preferences > General.



      I recently updated MS Office on my Mac and the latest MS Office update (i.e. version 16.20) supports Dark Mode. However, unlike many other apps, there is no way to enable/disable this appearance within the app itself.



      Since I much prefer the usual appearance of my MS Office apps, but still want to use Dark Mode within macOS, how can I achieve this outcome?







      macos ms-office mojave dark-mode






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 24 '18 at 13:44









      MonomeethMonomeeth

      47.9k8100146




      47.9k8100146






















          2 Answers
          2






          active

          oldest

          votes


















          17














          To disable Dark Mode for MS Office only, you need to run a terminal command for each of the MS Office apps in question.



          For example, if you wish to disable dark mode in MS Excel, follow these steps:




          1. Quit Excel if it’s running

          2. Launch Terminal (usually found in the Applications/Utilities folder)

          3. Enter (or copy and paste) the following command: defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes

          4. Now press return

          5. Enter (or copy and paste) the following command: killall cfprefsd

          6. Now press return


          Now when you launch MS Excel it should appear as it it normally would without Dark Mode enabled.



          NOTES:




          • To do this with the other MS Office apps, just change the command at Step 3 so that it’s referencing the app in question.

          • Each of the app names within the command must start with an uppercase letter (note the uppercase 'E' for Excel in the command at Step 3.

          • For PowerPoint, the app name must be spelt as follows: Powerpoint (i.e. only the first P is in uppercase, not both Ps)

          • To revert back to Dark Mode, follow the same steps but end the command at Step 3 with no instead of yes.






          share|improve this answer



















          • 1





            I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

            – Nimesh Neema
            Dec 25 '18 at 9:50



















          0














          An alternative would be to use an app called lights off or Night Owl.
          These both provide the option to turn off dark mode for specific apps:




          With LightsOff you can easily and quickly switch between light and dark mode and even specify what mode you want on a per app basis.




          This provides a checkbox interface where you toggle modes in all apps:



          image






          share|improve this answer































            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            17














            To disable Dark Mode for MS Office only, you need to run a terminal command for each of the MS Office apps in question.



            For example, if you wish to disable dark mode in MS Excel, follow these steps:




            1. Quit Excel if it’s running

            2. Launch Terminal (usually found in the Applications/Utilities folder)

            3. Enter (or copy and paste) the following command: defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes

            4. Now press return

            5. Enter (or copy and paste) the following command: killall cfprefsd

            6. Now press return


            Now when you launch MS Excel it should appear as it it normally would without Dark Mode enabled.



            NOTES:




            • To do this with the other MS Office apps, just change the command at Step 3 so that it’s referencing the app in question.

            • Each of the app names within the command must start with an uppercase letter (note the uppercase 'E' for Excel in the command at Step 3.

            • For PowerPoint, the app name must be spelt as follows: Powerpoint (i.e. only the first P is in uppercase, not both Ps)

            • To revert back to Dark Mode, follow the same steps but end the command at Step 3 with no instead of yes.






            share|improve this answer



















            • 1





              I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

              – Nimesh Neema
              Dec 25 '18 at 9:50
















            17














            To disable Dark Mode for MS Office only, you need to run a terminal command for each of the MS Office apps in question.



            For example, if you wish to disable dark mode in MS Excel, follow these steps:




            1. Quit Excel if it’s running

            2. Launch Terminal (usually found in the Applications/Utilities folder)

            3. Enter (or copy and paste) the following command: defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes

            4. Now press return

            5. Enter (or copy and paste) the following command: killall cfprefsd

            6. Now press return


            Now when you launch MS Excel it should appear as it it normally would without Dark Mode enabled.



            NOTES:




            • To do this with the other MS Office apps, just change the command at Step 3 so that it’s referencing the app in question.

            • Each of the app names within the command must start with an uppercase letter (note the uppercase 'E' for Excel in the command at Step 3.

            • For PowerPoint, the app name must be spelt as follows: Powerpoint (i.e. only the first P is in uppercase, not both Ps)

            • To revert back to Dark Mode, follow the same steps but end the command at Step 3 with no instead of yes.






            share|improve this answer



















            • 1





              I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

              – Nimesh Neema
              Dec 25 '18 at 9:50














            17












            17








            17







            To disable Dark Mode for MS Office only, you need to run a terminal command for each of the MS Office apps in question.



            For example, if you wish to disable dark mode in MS Excel, follow these steps:




            1. Quit Excel if it’s running

            2. Launch Terminal (usually found in the Applications/Utilities folder)

            3. Enter (or copy and paste) the following command: defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes

            4. Now press return

            5. Enter (or copy and paste) the following command: killall cfprefsd

            6. Now press return


            Now when you launch MS Excel it should appear as it it normally would without Dark Mode enabled.



            NOTES:




            • To do this with the other MS Office apps, just change the command at Step 3 so that it’s referencing the app in question.

            • Each of the app names within the command must start with an uppercase letter (note the uppercase 'E' for Excel in the command at Step 3.

            • For PowerPoint, the app name must be spelt as follows: Powerpoint (i.e. only the first P is in uppercase, not both Ps)

            • To revert back to Dark Mode, follow the same steps but end the command at Step 3 with no instead of yes.






            share|improve this answer













            To disable Dark Mode for MS Office only, you need to run a terminal command for each of the MS Office apps in question.



            For example, if you wish to disable dark mode in MS Excel, follow these steps:




            1. Quit Excel if it’s running

            2. Launch Terminal (usually found in the Applications/Utilities folder)

            3. Enter (or copy and paste) the following command: defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes

            4. Now press return

            5. Enter (or copy and paste) the following command: killall cfprefsd

            6. Now press return


            Now when you launch MS Excel it should appear as it it normally would without Dark Mode enabled.



            NOTES:




            • To do this with the other MS Office apps, just change the command at Step 3 so that it’s referencing the app in question.

            • Each of the app names within the command must start with an uppercase letter (note the uppercase 'E' for Excel in the command at Step 3.

            • For PowerPoint, the app name must be spelt as follows: Powerpoint (i.e. only the first P is in uppercase, not both Ps)

            • To revert back to Dark Mode, follow the same steps but end the command at Step 3 with no instead of yes.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Dec 24 '18 at 13:45









            MonomeethMonomeeth

            47.9k8100146




            47.9k8100146








            • 1





              I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

              – Nimesh Neema
              Dec 25 '18 at 9:50














            • 1





              I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

              – Nimesh Neema
              Dec 25 '18 at 9:50








            1




            1





            I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

            – Nimesh Neema
            Dec 25 '18 at 9:50





            I recently learned about a Menu bar app called NightOwl which gives a toggle to switch between dark and light mode. Interestingly it also offers the ability to toggle the mode on a per app basis. I think it's making use of something similar as described in your post to achieve it.

            – Nimesh Neema
            Dec 25 '18 at 9:50













            0














            An alternative would be to use an app called lights off or Night Owl.
            These both provide the option to turn off dark mode for specific apps:




            With LightsOff you can easily and quickly switch between light and dark mode and even specify what mode you want on a per app basis.




            This provides a checkbox interface where you toggle modes in all apps:



            image






            share|improve this answer




























              0














              An alternative would be to use an app called lights off or Night Owl.
              These both provide the option to turn off dark mode for specific apps:




              With LightsOff you can easily and quickly switch between light and dark mode and even specify what mode you want on a per app basis.




              This provides a checkbox interface where you toggle modes in all apps:



              image






              share|improve this answer


























                0












                0








                0







                An alternative would be to use an app called lights off or Night Owl.
                These both provide the option to turn off dark mode for specific apps:




                With LightsOff you can easily and quickly switch between light and dark mode and even specify what mode you want on a per app basis.




                This provides a checkbox interface where you toggle modes in all apps:



                image






                share|improve this answer













                An alternative would be to use an app called lights off or Night Owl.
                These both provide the option to turn off dark mode for specific apps:




                With LightsOff you can easily and quickly switch between light and dark mode and even specify what mode you want on a per app basis.




                This provides a checkbox interface where you toggle modes in all apps:



                image







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 15 at 16:16







                user310476






















                    Popular posts from this blog

                    Le Mesnil-Réaume

                    Bundesstraße 106

                    Ida-Boy-Ed-Garten