You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2021/01/11 00:39:21 UTC

[netbeans] branch release120 updated: [NETBEANS-3428] FlatLaf: fix selection background color in output view

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

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


The following commit(s) were added to refs/heads/release120 by this push:
     new a34975b  [NETBEANS-3428] FlatLaf: fix selection background color in output view
a34975b is described below

commit a34975b10a8e1eb875128a4b38d4a90aa8216c54
Author: Karl Tauber <ka...@jformdesigner.com>
AuthorDate: Sun Aug 23 18:26:34 2020 +0200

    [NETBEANS-3428] FlatLaf: fix selection background color in output view
---
 platform/o.n.swing.laf.flatlaf/manifest.mf                             | 2 +-
 .../src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties          | 1 +
 .../src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties         | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/platform/o.n.swing.laf.flatlaf/manifest.mf b/platform/o.n.swing.laf.flatlaf/manifest.mf
index f881237..4690d92 100644
--- a/platform/o.n.swing.laf.flatlaf/manifest.mf
+++ b/platform/o.n.swing.laf.flatlaf/manifest.mf
@@ -3,6 +3,6 @@ OpenIDE-Module-Install: org/netbeans/swing/laf/flatlaf/Installer.class
 OpenIDE-Module-Layer: org/netbeans/swing/laf/flatlaf/layer.xml
 OpenIDE-Module-Localizing-Bundle: org/netbeans/swing/laf/flatlaf/Bundle.properties
 OpenIDE-Module: org.netbeans.swing.laf.flatlaf
-OpenIDE-Module-Specification-Version: 1.1
+OpenIDE-Module-Specification-Version: 1.1.1
 AutoUpdate-Show-In-Client: false
 
diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties
index b2b8ee4..3e8f7f5 100644
--- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties
+++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties
@@ -162,6 +162,7 @@ nb.diff.sidebar.changed.color=rgb(30, 75, 112)
 # output
 nb.output.foreground=@foreground
 nb.output.backgorund=#2B2B2B
+nb.output.selectionBackground=#214283
 nb.output.err.foreground=#FF4040
 nb.output.input=#CC7832
 nb.output.link.foreground=$Component.linkColor
diff --git a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
index 1df4cff..b6839b6 100644
--- a/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
+++ b/platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties
@@ -70,3 +70,6 @@ PropSheet.setForeground=@foreground
 
 # QuickSearch
 nb.quicksearch.border=1,1,1,1,@background
+
+# output
+nb.output.selectionBackground=#89BCED


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