https://github.com/jdisho/darkness
๐ Tailor your macOS appearance from the menu bar.
https://github.com/jdisho/darkness
appearance dark-mode dark-mode-switcher dark-mode-toggle darkmode light-mode lightmode macos swift
Last synced: 9 months ago
JSON representation
๐ Tailor your macOS appearance from the menu bar.
- Host: GitHub
- URL: https://github.com/jdisho/darkness
- Owner: jdisho
- License: gpl-3.0
- Created: 2019-10-17T20:38:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T21:00:18.000Z (over 6 years ago)
- Last Synced: 2024-11-06T22:40:41.190Z (over 1 year ago)
- Topics: appearance, dark-mode, dark-mode-switcher, dark-mode-toggle, darkmode, light-mode, lightmode, macos, swift
- Language: Swift
- Homepage: https://jdisho.github.io/Darkness/
- Size: 1.07 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ Darkness
**Darkness is a menu bar app which gives you more control over your macOS appearance.**
โฌ๏ธ [Download](https://github.com/jdisho/Darkness/releases/download/v.1.0/Darkness.app.zip) the latest release ([v.1.0](https://github.com/jdisho/Darkness/releases/tag/v.1.0))
## ๐ Features
- Manually toggle dark mode from the menu bar or via **โฅโงโD** global shortcut. No need to go to `System Preferences` โ `General`.
- Automatically toggle dark mode based on the screen brightness for a given threshold. This feature is off by default.

## โ๏ธ System requirements
**macOS 10.14 (Mojave) or later.**
> Dark Mode, available in macOS Mojave or later, is a dramatic new look that's easy on your eyes and helps you focus on your work. Dark Mode uses a dark color scheme that works system wide, including with the apps that come with your Mac. And third-party apps can adopt it, too. https://support.apple.com/en-us/HT208976
## ๐งฑ Building the app
- Run these commands in Terminal/iTerm:
```bash
git clone https://github.com/jdisho/Darkness.git # Clone the repo
cd Darkness/Darkness # Go the project folder
xed . # Open in Xcode
```
- Run the app (โR)
Happy coding!
## ๐ Future Features
- Automatically toggle dark mode based on a schedule.
- Sunset to sunrise
- Custom schedule
- Lunch at login.
- Customize global shortcuts.
- Enable/disable dark mode for specific apps.
- Add `Preferencess...` page.
## ๐ค Author
Darkness is created with โค๏ธ by [Joan Disho](https://twitter.com/_disho).
## ๐ License
Darkness is released under a GPLv3 license. See [License](https://github.com/jdisho/Darkness/blob/master/LICENSE) for more information.