aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/screen_text_color.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v4/screen_text_color.rb')
-rw-r--r--lib/sisu/v4/screen_text_color.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sisu/v4/screen_text_color.rb b/lib/sisu/v4/screen_text_color.rb
index ea9ae24d..5e395133 100644
--- a/lib/sisu/v4/screen_text_color.rb
+++ b/lib/sisu/v4/screen_text_color.rb
@@ -253,6 +253,9 @@ module SiSU_Screen
%{#{@cX.off} } +
%{#{@cX.cyan}nav only: #{@txt[4]}#{@cX.off}.}
end
+ def grey
+ puts "#{@cX.grey}#{@txt[0]}#{@cX.off} #{@cX.cyan}#{@txt[1]}#{@cX.off}"
+ end
def txt_white
puts "\t#{@cX.white}#{@txt[0]}#{@cX.off} #{@cX.white}#{@txt[1]}#{@cX.off}"
end