Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.05 KB

QLColorCode Themer

This is small daemon to automatically change QLColorCode color style based on macOS appearance. In other words it allows you to define you separate color style for Dark Mode.

light

dark

Installation

Clone this repo and run:

./install.sh

This will download an executable of this program and install it as an Launch Agent on your mac.

Usage

After you install and run this daemon, you can now set theme for light and dark respectively:

defaults write org.n8gray.QLColorCode hlLightTheme base16/one-light
defaults write org.n8gray.QLColorCode hlDarkTheme base16/eighties

Now, try to change Appearance in the System Settings.

Links

Special Kudos goes to DarkModeListener