Browse Source

Merge branch 'master' of https://github.com/weisJ/darklaf

pull/15/head
weisj 5 years ago
parent
commit
e50b0e5ba5
  1. 11
      README.md

11
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.
@ -11,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'
@ -56,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.
Loading…
Cancel
Save