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

lkishalmi 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 597b92df5b NEON - added FlatLaf Dark specific colors to improve 
legibility
597b92df5b is described below

commit 597b92df5b70a3a2e602929ef7564a8011ed8b4a
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Sun Jul 17 21:35:31 2022 +0200

    NEON - added FlatLaf Dark specific colors to improve legibility
---
 .../neon/resources/FontAndColors-FlatLafDark.xml   | 27 ++++++++++++++++++++++
 .../modules/languages/neon/resources/layer.xml     |  7 ++++++
 2 files changed, 34 insertions(+)

diff --git 
a/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/FontAndColors-FlatLafDark.xml
 
b/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/FontAndColors-FlatLafDark.xml
new file mode 100644
index 0000000000..d5dac25e88
--- /dev/null
+++ 
b/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/FontAndColors-FlatLafDark.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors 
settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd";>
+<fontscolors>
+    <fontcolor name="valuedblock" default="separator" foreColor="F6F683" />
+    <fontcolor name="number" default="number" foreColor="FFC800" />
+    <fontcolor name="reference" default="identifier" foreColor="92CDF9" />
+</fontscolors>
diff --git 
a/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/layer.xml
 
b/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/layer.xml
index af13cf78db..d725fa52dc 100644
--- 
a/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/layer.xml
+++ 
b/php/languages.neon/src/org/netbeans/modules/languages/neon/resources/layer.xml
@@ -125,6 +125,13 @@
                             </file>
                         </folder>
                     </folder>
+                    <folder name="FlatLafDark">
+                        <folder name="Defaults">
+                            <file name="FontAndColors-FlatLafDark.xml" 
url="FontAndColors-FlatLafDark.xml">
+                                <attr name="SystemFileSystem.localizingBundle" 
stringvalue="org.netbeans.modules.languages.neon.resources.Bundle"/>
+                            </file>
+                        </folder>
+                    </folder>
                 </folder>
             </folder>
         </folder>


---------------------------------------------------------------------
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