diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-21 23:20:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-11-21 23:20:20 +0530 |
commit | c82c062ed61879a1f8e32d5ec53eb02b1e0fb628 (patch) | |
tree | 8ad9c51a86c874a9a4476fadfb543fb7c38d7cc8 /.idea | |
parent | ed3e023d1da3465bc79a91d38950a167004911b2 (diff) |
Using Solarized Look & Feel
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/libraries/github_weisj_darklaf_core.xml | 10 | ||||
-rw-r--r-- | .idea/libraries/github_weisj_darklaf_core1.xml | 21 |
2 files changed, 31 insertions, 0 deletions
diff --git a/.idea/libraries/github_weisj_darklaf_core.xml b/.idea/libraries/github_weisj_darklaf_core.xml new file mode 100644 index 0000000..77b4313 --- /dev/null +++ b/.idea/libraries/github_weisj_darklaf_core.xml @@ -0,0 +1,10 @@ +<component name="libraryTable"> + <library name="github.weisj.darklaf.core" type="repository"> + <properties include-transitive-deps="false" maven-id="com.github.weisj:darklaf-core:2.7.3" /> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/github_weisj_darklaf_core1.xml b/.idea/libraries/github_weisj_darklaf_core1.xml new file mode 100644 index 0000000..f027391 --- /dev/null +++ b/.idea/libraries/github_weisj_darklaf_core1.xml @@ -0,0 +1,21 @@ +<component name="libraryTable"> + <library name="github.weisj.darklaf.core1" type="repository"> + <properties maven-id="com.github.weisj:darklaf-core:2.7.3" /> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-theme/2.7.3/darklaf-theme-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-property-loader/2.7.3/darklaf-property-loader-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-utils/2.7.3/darklaf-utils-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.jar!/" /> + <root url="jar://$MAVEN_REPOSITORY$/com/formdev/svgSalamander/1.1.2.4/svgSalamander-1.1.2.4.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file |