diff --git a/README.md b/README.md index 539fe88f..22748a0b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ scales on **HiDPI** displays and runs on Java 8 or newer. The look is heavily inspired by **Darcula** and **IntelliJ** themes from IntelliJ IDEA 2019.2+ and uses almost the same colors and icons. -![Flat Light](images/flat_light.png) +![FlatLaf Light](images/flat_light.png) -![Flat Dark](images/flat_dark.png) +![FlatLaf Dark](images/flat_dark.png) IntelliJ Platform Themes @@ -105,6 +105,16 @@ For more information and documentation visit - [System Properties](https://www.formdev.com/flatlaf/system-properties/) +Theme Editor +------------ + +The Theme Editor that supports editing FlatLaf theme properties files. See +[Theme Editor documentation](https://www.formdev.com/flatlaf/theme-editor/) for +details and downloads. + +![Theme Editor](images/theme-editor@1.5x.png) + + Buzz ---- diff --git a/flatlaf-theme-editor/README.md b/flatlaf-theme-editor/README.md index 6714c1d0..208d707d 100644 --- a/flatlaf-theme-editor/README.md +++ b/flatlaf-theme-editor/README.md @@ -2,15 +2,23 @@ FlatLaf Theme Editor ==================== This sub-project contains the FlatLaf Theme Editor that supports editing FlatLaf -theme properties files. +theme properties files. See +[Theme Editor documentation](https://www.formdev.com/flatlaf/theme-editor/) for +details and downloads. + +![Theme Editor](../images/theme-editor@1.5x.png) Download -------- +[![Download Demo](https://download.formdev.com/flatlaf/images/download-theme-editor.svg)](https://download.formdev.com/flatlaf/flatlaf-theme-editor-latest.jar) + +Run with `java -jar flatlaf-theme-editor-.jar` (or double-click it). +Requires Java 8 or newer. + + ### Snapshot [![Download Demo](https://download.formdev.com/flatlaf/images/download-theme-editor-snapshot.svg)](https://download.formdev.com/flatlaf/snapshots/flatlaf-theme-editor-latest.jar) -Run with `java -jar flatlaf-theme-editor-.jar` (or double-click it). -Requires Java 8 or newer. diff --git a/images/theme-editor@1.5x.png b/images/theme-editor@1.5x.png new file mode 100644 index 00000000..e1cb24cb Binary files /dev/null and b/images/theme-editor@1.5x.png differ