This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e4518d  Switch to FlatLaf Light as default look and feel / editor 
profile for IDE.
     new 1aea549  Merge pull request #3332 from neilcsmith-net/flatlaf-default
4e4518d is described below

commit 4e4518dcca3304716dc5b28a107d7791aa3353b6
Author: Neil C Smith <neilcsm...@apache.org>
AuthorDate: Thu Nov 25 10:28:55 2021 +0000

    Switch to FlatLaf Light as default look and feel / editor profile for IDE.
---
 nb/ide.branding/build.xml                              |  6 ++++++
 .../src/org/netbeans/swing/plaf/Bundle_nb.properties   | 18 ++++++++++++++++++
 .../src/org/netbeans/modules/ide/branding/layer.xml    |  6 +++++-
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/nb/ide.branding/build.xml b/nb/ide.branding/build.xml
index 18d73ed..29cd0a8 100644
--- a/nb/ide.branding/build.xml
+++ b/nb/ide.branding/build.xml
@@ -110,5 +110,11 @@ Contributor(s): Vincent Brabant, Maxym Mykhalchuk
       <branding name="nb"/>
     </locjar>
 
+    <locjar warnMissingDir="true"
+      basedir="o.n.swing.plaf/src"
+      jarfile="${cluster}/modules/org-netbeans-swing-plaf.jar">
+      <branding name="nb"/>
+    </locjar>
+
   </target>
 </project>
diff --git 
a/nb/ide.branding/o.n.swing.plaf/src/org/netbeans/swing/plaf/Bundle_nb.properties
 
b/nb/ide.branding/o.n.swing.plaf/src/org/netbeans/swing/plaf/Bundle_nb.properties
new file mode 100644
index 0000000..81cdafb
--- /dev/null
+++ 
b/nb/ide.branding/o.n.swing.plaf/src/org/netbeans/swing/plaf/Bundle_nb.properties
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+LookAndFeelClassName=com.formdev.flatlaf.FlatLightLaf
diff --git a/nb/ide.branding/src/org/netbeans/modules/ide/branding/layer.xml 
b/nb/ide.branding/src/org/netbeans/modules/ide/branding/layer.xml
index ad79f70..2db80dd 100644
--- a/nb/ide.branding/src/org/netbeans/modules/ide/branding/layer.xml
+++ b/nb/ide.branding/src/org/netbeans/modules/ide/branding/layer.xml
@@ -33,4 +33,8 @@
             </file>
         </folder>
     </folder>
-</filesystem>
\ No newline at end of file
+
+    <folder name="Editors">
+      <attr name="currentFontColorProfile" stringvalue="FlatLaf Light" />
+    </folder>
+</filesystem>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to