mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 00:07:12 -06:00
Demo: support using own FlatLaf themes (.properties files) that are located in working directory of Demo application
This commit is contained in:
13
flatlaf-demo/DemoLaf.properties
Normal file
13
flatlaf-demo/DemoLaf.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
# This file demonstrates using a FlatLaf theme file in the FlatLaf Demo application.
|
||||
# Must be in the working directory of the Demo application.
|
||||
# Shown in the "Themes" list under category "Current Directory".
|
||||
#
|
||||
# Modifications to this file are automatically loaded by the FlatLaf Demo application
|
||||
# when the Demo window is activated.
|
||||
|
||||
|
||||
# base theme (light, dark, intellij or darcula)
|
||||
@baseTheme=light
|
||||
|
||||
# add you theme defaults here
|
||||
@background=#ccc
|
||||
Reference in New Issue
Block a user