dark-mode-sync-plugin
dark-mode-sync-plugin copied to clipboard
IDEA plugin for synchronizing themes with the operating system's Dark Mode
This change hardens all [`BufferedReader#readLine()`](https://docs.oracle.com/javase/8/docs/api/java/io/BufferedReader.html#readLine--) operations against attack. There is no way to call `readLine()` safely since it is, by its nature, a read that must be terminated by the...
First of all thank you for the great work on this plugin, but unfortunately it seems that it is not working when Auto Mode is enabled in MacOS Catalina. Maybe...
An option to be able to override default color scheme for a theme that is set for day/night modes. Currently, the default color scheme for a theme is set when...
JetBrains has deprecated components to make IDE startup more performant. The commit migrates the DarkModeSync component into a service and post startup activity. Here are some links from JetBrains docs...
First thanks for this plugin its working great. I would also like to use this plugin on my Linux machine. At least an integration with Gnome 3 based desktop environments...
Hi, @gilday Thanks for the great plugin! I found 2 issues: 1. The menu option shows infinite progress. 2. The theme doesn't changes automatically after restarting the macOS or turning...
Looking at the theme switchiing looks like there's a delay. Looking at the code looks like the refresh rate is 3 seconds. Looks like other apps are doing it instantly...