diff options
author | he <he> | 1999-05-23 21:57:54 +0000 |
---|---|---|
committer | he <he> | 1999-05-23 21:57:54 +0000 |
commit | 11ac7d553de521651a8f2fc929415030bfe6c207 (patch) | |
tree | f9d2440c181b7dc334c7bc9644a2c043ea5b5fdb /mbone | |
parent | 1e8e7c5279f604698f827119e297f24d5260ce73 (diff) | |
download | pkgsrc-11ac7d553de521651a8f2fc929415030bfe6c207.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-ai | 15 |
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 |