From e56dbec56543ea653741ac56a40ff82a97bb0fab Mon Sep 17 00:00:00 2001 From: Jannis Weis Date: Mon, 21 Oct 2019 12:50:52 +0200 Subject: [PATCH 1/3] Updates README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18a56544..b2eb2555 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Darklaf - A Darcula Look and Feel +[![Maven Central](https://img.shields.io/maven-central/v/com.github.weisj/darklaf.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.weisj%22%20AND%20a:%22darklaf%22) + This project is based on the [darcula](https://github.com/bulenkov/Darcula) look and feel for Swing. Gradually all the custom UI and more from the darcula project wil be ported over and given a new look that follows the newer darcula look in IntelliJ. From 0567e0a76c7abb502c0e4405297f7e162123b516 Mon Sep 17 00:00:00 2001 From: Jannis Weis Date: Mon, 21 Oct 2019 12:53:07 +0200 Subject: [PATCH 2/3] Update README --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index b2eb2555..63792f7d 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,4 @@ property of the component. //Todo: list of properties -This LookAndFeel supports custom window decorations (only Windows at this point). In contrast to most other LaFs the native window behaviour is not compromised giving a seamless experience that still looks native. - -# Roadmap -- Finish all ui classes for the dark variant. -- Port/Create light variant. -- Enable custom theming. +This LookAndFeel supports custom window decorations (only Windows at this point). In contrast to most other LaFs the native window behaviour is not compromised giving a seamless experience that still looks native. \ No newline at end of file From 1c73edf15d8084424f30a82f61287dca370b9b4f Mon Sep 17 00:00:00 2001 From: Jannis Weis Date: Mon, 21 Oct 2019 12:58:09 +0200 Subject: [PATCH 3/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63792f7d..1d6cb27e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Darcula Theme | IntelliJ Theme ![Solarized Dark Theme](https://github.com/weisJ/darklaf/blob/master/img/file_chooser_solarized_dark.png) | ![Solarized Light Theme](https://github.com/weisJ/darklaf/blob/master/img/file_chooser_solarized_light.png) :-------------------------:|:-------------------------: -Solarized Light Theme | Solarized Dark Theme +Solarized Dark Theme | Solarized Light Theme # Usage & Features The LookAndFeel can be easily installed using the 'LafManager'