diff --git a/README.md b/README.md index 696e5143..fbfa5fdf 100644 --- a/README.md +++ b/README.md @@ -157,17 +157,16 @@ Here is a list of things that currently are not finished or need refinement. Thi - [Native window decorations on Linux.](https://github.com/weisJ/darklaf/issues/2) * See [/windows](https://github.com/weisJ/darklaf/tree/master/windows) for the Windows implementation. - * See [/macos(https://github.com/weisJ/darklaf/tree/master/macos) for the macOS implementation. + * See [/macos](https://github.com/weisJ/darklaf/tree/master/macos) for the macOS implementation. - Localization: - * Theme preferences panel. [here](https://github.com/weisJ/darklaf/blob/master/core/src/main/resources/theme_settings.properties) - * Other properties: - * [Windows title pane](https://github.com/weisJ/darklaf/blob/master/windows/src/main/java/com/github/weisj/darklaf/platform/windows/ui/WindowsTitlePane.java) - This also needs to have a bundle created in the first place. + * Theme preferences panel. [here](https://github.com/weisJ/darklaf/blob/master/core/src/main/resources/com/github/weisj/darklaf/task/theme_settings.properties) + # Artifacts - Group ID: `com.github.weisj` - Version: `2.7.2` - Artifact IDs: - `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts. + - `darklaf-iconset` The icons used by the laf. - `darklaf-theme` The themes to use with the LaF. - `darklaf-property-loader` Library to load and parse property files and icon. - `darklaf-utils` Shared utility classes for other modules.