From 2bbd3544e90634d701f3bff48a4e95cd1ebd9683 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Sun, 2 Jan 2022 14:32:14 +0100 Subject: [PATCH] Add stub properties so the file isn't empty without license header --- .../weisj/darklaf/core/theme/my_custom_theme_linux.properties | 1 + .../weisj/darklaf/core/theme/my_custom_theme_mac.properties | 1 + .../weisj/darklaf/core/theme/my_custom_theme_ui.properties | 1 + .../weisj/darklaf/core/theme/my_custom_theme_windows.properties | 1 + 4 files changed, 4 insertions(+) diff --git a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties index d5ad4033..95ffe0c6 100644 --- a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties +++ b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_linux.properties @@ -24,3 +24,4 @@ # # suppress inspection "UnusedProperty" for whole file # +custom_linux_property = value diff --git a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties index d5ad4033..74bf644f 100644 --- a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties +++ b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_mac.properties @@ -24,3 +24,4 @@ # # suppress inspection "UnusedProperty" for whole file # +custom_macos_property = value diff --git a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties index d5ad4033..70352386 100644 --- a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties +++ b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_ui.properties @@ -24,3 +24,4 @@ # # suppress inspection "UnusedProperty" for whole file # +custom_ui_property = value diff --git a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties index d5ad4033..3a29d117 100644 --- a/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties +++ b/core/src/test/resources/com/github/weisj/darklaf/core/theme/my_custom_theme_windows.properties @@ -24,3 +24,4 @@ # # suppress inspection "UnusedProperty" for whole file # +custom_windows_property = value