mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
properties: added spaces around '=' for easier reading
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
# base theme (light, dark, intellij or darcula)
|
||||
@baseTheme=light
|
||||
@baseTheme = light
|
||||
|
||||
# add you theme defaults here
|
||||
@background=#ccc
|
||||
@background = #ccc
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
HintPanel.backgroundColor=darken(#ffffe1,80%)
|
||||
HintPanel.backgroundColor = darken(#ffffe1,80%)
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
HintPanel.backgroundColor=#ffffe1
|
||||
HintPanel.backgroundColor = #ffffe1
|
||||
|
||||
Reference in New Issue
Block a user