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 9d8ed6b [NETBEANS-3428] FlatLaf: fix selection background color in
output view
new c855105 Merge pull request #2327 from
DevCharly/flatlaf-output-selection-fix
9d8ed6b is described below
commit 9d8ed6b24dd13dcfbea19bbb8b0c456e8cc1142d
Author: Karl Tauber <[email protected]>
AuthorDate: Sun Aug 23 18:26:34 2020 +0200
[NETBEANS-3428] FlatLaf: fix selection background color in output view
---
.../src/org/netbeans/swing/laf/flatlaf/FlatDarkLaf.properties | 1 +
.../src/org/netbeans/swing/laf/flatlaf/FlatLightLaf.properties | 3 +++
2 files changed, 4 insertions(+)
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists