summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorhe <he>1999-05-23 21:57:54 +0000
committerhe <he>1999-05-23 21:57:54 +0000
commitdaac70d90b39474b81dc7a2107de798424768ed7 (patch)
treef9d2440c181b7dc334c7bc9644a2c043ea5b5fdb /mbone
parent6b2b7c7478ae0cd6b44d6c3007c699aedf4c8d8a (diff)
downloadpkgsrc-daac70d90b39474b81dc7a2107de798424768ed7.tar.gz
Make the "active" color actually make sense (and not be all dark).
Not 100% sure this is the right fix, but it's better than before.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/vat/patches/patch-ai15
1 files changed, 15 insertions, 0 deletions
diff --git a/mbone/vat/patches/patch-ai b/mbone/vat/patches/patch-ai
new file mode 100644
index 00000000000..9ce5fc99391
--- /dev/null
+++ b/mbone/vat/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 1999/05/23 21:57:54 he Exp $
+
+--- ui-resource.tcl.old Tue Mar 12 16:32:56 1996
++++ ui-resource.tcl Sun May 23 23:50:56 1999
+@@ -133,9 +133,9 @@
+ option add *Scale.background gray70 startupFile
+
+ # vat widgets
+ option add Vat.disabledColor gray50 startupFile
+- option add Vat.highlightColor gray95 startupFile
++ option add Vat.highlightColor gray95 62
+ option add Vat.infoHighlightColor LightYellow2 startupFile
+ option add *VatVU.foreground black startupFile
+ option add *VatVU.peak gray50 startupFile
+ option add *VatVU.hot firebrick1 startupFile