From c37cacdc625a5cdb19def5d8ffc0cef7ce7772d5 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Wed, 23 Oct 2019 00:21:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 745457ac..7983c69f 100644 --- a/README.md +++ b/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