auto-dark-emacs
auto-dark-emacs copied to clipboard
Auto-Dark-Emacs is an auto changer between 2 themes, dark/light, following MacOS, Linux or Windows Dark Mode settings
Hi. I have been using this package for a few months and it has been super useful. However, after reading the options provided by the `emacs-plus` [1] formula, I see...
Useful when you need to perform extra intricacies after light/dark mode is enabled
After installation, failing with the error: `Error running timer ‘auto-dark--check-and-set-dark-mode’: (error "AppleScript error 1")` Please let me know if there's anything else I can do to help investigate the issue.
auto-dark does not seem to change the border colors on Windows; the border colors only get set whenever I open Emacs. For example, if I open Emacs at night (when...
when running ```auto-dark-mode``` via ```M-x```, i get the following message: ```auto-dark--determine-detection-method: Could not determine a viable theme detection mechanism!``` doom doctor prompt: ``` > Checking Doom Emacs... x There was...
A simple if clause here https://github.com/LionyxML/auto-dark-emacs/blob/65cc6337de9030ea7cae4661389019b9443543a2/auto-dark.el#L164 would probably do it. Doom supports the same for `doom-theme` because the default colors are also nice: ``` doom-theme is a customizable variable defined...
Right now when a user enables `auto-dark-mode` when there's no suitable platform detection method [it errors out saying so](https://github.com/LionyxML/auto-dark-emacs/blob/c2c81f35485d84d24c7f0b893948f4626d4fbffd/auto-dark.el#L257). For those users (like me, 'cause I'm using Termux and apparently...
I'll try to get info on how to detect dark mode under Crostini within ChromeOS and post the info in this issue.
Rather than just saying that we _couldn’t_ determine the detection method, this indicates why and makes some suggestions. Probably even longer errors with concrete steps to remedy each case would...
This makes a few changes, somewhat independent, but all related: * defaults `auto-dark-allow-osascript` to true[^1]; * falls back to `osascript` on-demand if neither `ns-do-applescript` nor `mac-do-applescript` is available[^2]; and *...