How can I remove 'Dark Mode' from Ms Office apps without disabling it across macOS?
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
add a comment |
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
add a comment |
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
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
macos ms-office mojave dark-mode
asked Dec 24 '18 at 13:44
Monomeeth♦Monomeeth
47.7k899144
47.7k899144
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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:
- Quit Excel if it’s running
- Launch Terminal (usually found in the Applications/Utilities folder)
- Enter (or copy and paste) the following command:
defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes
- Now press return
- Enter (or copy and paste) the following command:
killall cfprefsd
- 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 ofyes
.
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
add a comment |
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:
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "118"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f346579%2fhow-can-i-remove-dark-mode-from-ms-office-apps-without-disabling-it-across-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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:
- Quit Excel if it’s running
- Launch Terminal (usually found in the Applications/Utilities folder)
- Enter (or copy and paste) the following command:
defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes
- Now press return
- Enter (or copy and paste) the following command:
killall cfprefsd
- 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 ofyes
.
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
add a comment |
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:
- Quit Excel if it’s running
- Launch Terminal (usually found in the Applications/Utilities folder)
- Enter (or copy and paste) the following command:
defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes
- Now press return
- Enter (or copy and paste) the following command:
killall cfprefsd
- 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 ofyes
.
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
add a comment |
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:
- Quit Excel if it’s running
- Launch Terminal (usually found in the Applications/Utilities folder)
- Enter (or copy and paste) the following command:
defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes
- Now press return
- Enter (or copy and paste) the following command:
killall cfprefsd
- 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 ofyes
.
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:
- Quit Excel if it’s running
- Launch Terminal (usually found in the Applications/Utilities folder)
- Enter (or copy and paste) the following command:
defaults write com.microsoft.Excel NSRequiresAquaSystemAppearance -bool yes
- Now press return
- Enter (or copy and paste) the following command:
killall cfprefsd
- 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 ofyes
.
answered Dec 24 '18 at 13:45
Monomeeth♦Monomeeth
47.7k899144
47.7k899144
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
add a comment |
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
add a comment |
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:
add a comment |
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:
add a comment |
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:
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:
answered Jan 15 at 16:16
Daniil ManokhinDaniil Manokhin
4,63031035
4,63031035
add a comment |
add a comment |
Thanks for contributing an answer to Ask Different!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f346579%2fhow-can-i-remove-dark-mode-from-ms-office-apps-without-disabling-it-across-mac%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown