Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansoftowner committed Apr 15, 2021
1 parent 14d84a8 commit 1a32942
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# jSystemThemeDetector

[![](https://jitpack.io/v/Dansoftowner/jSystemThemeDetector.svg)](https://jitpack.io/#Dansoftowner/jSystemThemeDetector)
[![GitHub last commit](https://img.shields.io/github/last-commit/Dansoftowner/jSystemthemedetector)](https://github.com/Dansoftowner/jSystemThemeDetector/commits/master)
[![GitHub issues](https://img.shields.io/github/issues/Dansoftowner/jsystemthemedetector)](https://github.com/Dansoftowner/jSystemThemeDetector/issues)
[![GitHub](https://img.shields.io/github/license/Dansoftowner/Jsystemthemedetector)](LICENSE)

In most modern operating systems there is a dark mode option. This library is created for detecting
this using java.

It can be useful for example if you want to synchronize your GUI App's look and feel with the operating system.

It works on **Windows 10**, **MacOS Mojave** (or later) and even on **some Linux distributions**.
> This library is inspired by the dark-theme detection in [Intellij Idea](https://github.com/JetBrains/intellij-community).
This library is inspired by the dark-theme detection in [Intellij Idea](https://github.com/JetBrains/intellij-community).
# Compatibility
It works on **Windows 10**, **MacOS Mojave** (or later) and even on **some Linux distributions**.

# Requirements
**Java 11 or higher**
Expand Down Expand Up @@ -66,6 +73,8 @@ a basic JavaFX application that changes the UI when the OS switched to a dark/li
# Projects using `jSystemThemeDetector`
If this library is used by your project, let me know in the `Discussions` and I will mention that in this section.

* [Document Archiver](https://github.com/Document-Archiver/com.sophisticatedapps.archiving.document-archiver) - Archive all your documents in a consistent way, which enables you to retrieve them later fast and easy.

# Used libraries

- [SLF4J](http://www.slf4j.org/) - Simple Logging Facade for Java
Expand Down

0 comments on commit 1a32942

Please # to comment.