From f08d1d90b5df19699e097b24a07adfc1f9106dc8 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Wed, 22 Apr 2020 22:57:51 +0100 Subject: Update darcula to fix dark theme --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b4b71e6d..a3763bfb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'cuchaz' -version = '0.15.2' +version = '0.15.3' def generatedSourcesDir = "$buildDir/generated-src" @@ -51,7 +51,7 @@ dependencies { implementation 'net.sf.jopt-simple:jopt-simple:6.0-alpha-3' implementation 'net.fabricmc:procyon-fabric-compilertools:0.5.35.13' implementation 'net.fabricmc:cfr:0.0.1' - implementation 'com.bulenkov:darcula:1.0.0.1' + implementation 'com.bulenkov:darcula:1.0.0-bobbylight' implementation 'de.sciss:syntaxpane:1.2.0' implementation 'me.xdrop:fuzzywuzzy:1.2.0' -- cgit v1.2.3