aboutsummaryrefslogtreecommitdiff
path: root/editors/mp/pkg-message
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:03:11 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:03:11 +0000
commit79698c84577df2797724d484418f1de7f67bf07f (patch)
treefa993eea8870e6aef79666a19d170137054831ba /editors/mp/pkg-message
parent1e9db8ea3e482636b52f2452827dab557908f533 (diff)
downloadports-79698c84577df2797724d484418f1de7f67bf07f.tar.gz
ports-79698c84577df2797724d484418f1de7f67bf07f.zip
Notes
Diffstat (limited to 'editors/mp/pkg-message')
-rw-r--r--editors/mp/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/mp/pkg-message b/editors/mp/pkg-message
index 1009f6dd7eb1..902b7a639569 100644
--- a/editors/mp/pkg-message
+++ b/editors/mp/pkg-message
@@ -1,5 +1,6 @@
-=========================================================================
-
+[
+{ type: install
+ message: <<EOM
The default color scheme for GUI drivers changed in version 5.30 to a
dark background and softer colors. If you want to revert to the classic
bright colors on white background theme, edit the configuration file
@@ -19,5 +20,6 @@ bright colors on white background theme, edit the configuration file
mp.colors.tag.gui = [ 0x8888ff, 0xffffff ];
mp.colors.spell.gui = [ 0xff8888, 0xffffff ];
mp.colors.search.gui = [ 0x000000, 0x00cc77 ];
-
-=========================================================================
+EOM
+}
+]