auto-dark
Automatic dark mode, switches Sublime Text's UI according to your OS's appearance.
Details
Installs
- Total 1K
- Win 661
- Mac 535
- Linux 0
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
auto-dark
plug-in for Sublime Text
Automatic dark mode, switches Sublime Text's UI according to your operating system's appearance.
Documentation
Plugin documentation is available via the menu or command palette.
- English: https://github.com/jrappen/sublime-auto-dark/blob/master/docs/en/README.md
- German (Deutsch): https://github.com/jrappen/sublime-auto-dark/blob/master/docs/de/README.md
Code of conduct
https://github.com/jrappen/.github/blob/master/CODE_OF_CONDUCT.md
Contributing guide
https://github.com/jrappen/.github/blob/master/CONTRIBUTING.md
Requirements
auto-dark targets and is tested against the latest Build of Sublime Text, currently requiring Build 4074+
.
- Download Sublime Text
- Install Package Control via the menu:
Tools > Install Package Control
.- Close and reopen Sublime Text after having installed Package Control.
Installation
Using Package Control is not required, but recommended as it keeps your packages (with their dependencies) up-to-date!
Installation via Package Control
- Open the Command Palette (
Tools > Command Palette
). - Choose
Package Control: Install Package
. - Search for
auto-dark
on Package Control and select to install.
Usage
Automatically switch Sublime Text's UI with your operating system's appearance:
- when switching tabs within or switching to Sublime
- or every 5 mins (on the clock)
auto-dark
will copy:
color_scheme.light
- or
color_scheme.dark
to color_scheme
as well as:
theme.light
- or
theme.dark
to theme
in Packages/User/Preferences.sublime-settings
at that time.
You can use the resource name instead of its full (local) resource path.
Default settings
{
"color_scheme.dark": "Mariana.sublime-color-scheme",
"color_scheme.light": "Breakers.sublime-color-scheme",
"theme.dark": "Adaptive.sublime-theme",
"theme.light": "Adaptive.sublime-theme"
}
Source Code
https://www.github.com/jrappen/sublime-auto-dark
License
Copyright © 2020 Johannes Rappen, ISC License
https://github.com/jrappen/sublime-auto-dark/blob/master/LICENSE
Acknowledgements
Copyright © 2016 Deathaxe, MIT License
https://github.com/deathaxe/sublime-clock/blob/master/clock.py
Issues
Please use the command palette or the main menu to report an issue.