From 6c2ec04d40193d93c40b846575bbe34e1a0227e0 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 11 Oct 2022 13:57:00 -0400 Subject: [PATCH] Visual tweaks. --- examples/alignment.rem | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/alignment.rem b/examples/alignment.rem index c06a4fa9..f3988024 100644 --- a/examples/alignment.rem +++ b/examples/alignment.rem @@ -12,7 +12,7 @@ MSG This is left-aligned. MSG [ansicolor(0,255,0)]This is also left-aligned.[ansicolor("")] MSG [center("This is centered.")] -MSG [ansicolor(0,255,0) + center("🌕 🌕 🌕 🌕 This is also centered. ") + ansicolor("")] +MSG [ansicolor(255,255,0) + center("🌕 🌕 🌕 🌕 This is also centered. ") + ansicolor("")] msg [right("This is right-aligned.")] -msg [ansicolor(0,255,0) + right("This is also right-aligned. 🌕 🌕 🌕") + ansicolor("")] +msg [ansicolor(255,0,0) + right("This is also right-aligned. 🌕 🌕 🌕") + ansicolor("")]