You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2021/11/02 17:38:56 UTC

[netbeans] branch delivery updated: [NETBEANS-5962] Remove default bgcolor for multiline Strings - inherited and illegible on various editor themes.

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

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


The following commit(s) were added to refs/heads/delivery by this push:
     new 6b2e5c2  [NETBEANS-5962] Remove default bgcolor for multiline Strings - inherited and illegible on various editor themes.
     new ee088f9  Merge pull request #3297 from neilcsmith-net/netbeans-5962
6b2e5c2 is described below

commit 6b2e5c268610ab265892b44ccb645886b4862284
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Tue Nov 2 17:04:32 2021 +0000

    [NETBEANS-5962] Remove default bgcolor for multiline Strings - inherited and illegible on various editor themes.
---
 .../src/org/netbeans/modules/java/editor/resources/fontsColors.xml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/java.editor/src/org/netbeans/modules/java/editor/resources/fontsColors.xml b/java/java.editor/src/org/netbeans/modules/java/editor/resources/fontsColors.xml
index 64210da..7c20894 100644
--- a/java/java.editor/src/org/netbeans/modules/java/editor/resources/fontsColors.xml
+++ b/java/java.editor/src/org/netbeans/modules/java/editor/resources/fontsColors.xml
@@ -90,7 +90,7 @@
     <fontcolor name="mod-protected" />
     <fontcolor name="mod-public" />
     <fontcolor name="mod-keyword" default="keyword" />
-    <fontcolor name="mod-unindented-text-block" bgColor="EEDDDD" />
+    <fontcolor name="mod-unindented-text-block" />
     
     <!--currently not used:-->
 <!--    <fontcolor name="mod-type-parameter-declaration" bgColor="lightGray"/>

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

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