Browse Source

Update README.md

pull/15/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
c37cacdc62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -35,7 +35,8 @@ implementation 'com.github.weisj:darklaf:1.3'
## Installation
The LookAndFeel can be easily installed using the 'LafManager'
````java
LafManager.install();
LafManager.install(); //For default theme (IntelliJ)
LafManager.install(new DarculaTheme()); //Specify the used theme.
````
or by using the UIManager
````java

Loading…
Cancel
Save