From 68fa6a937ee6eb061f39b04ec947d5c0c58ff890 Mon Sep 17 00:00:00 2001 From: Stormwind Date: Tue, 1 Dec 2015 12:30:28 +0100 Subject: [PATCH] Fix colors Use color also a background to get a seamless result --- lib/rubella/output/colored_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubella/output/colored_console.rb b/lib/rubella/output/colored_console.rb index 340aa21..54b280e 100644 --- a/lib/rubella/output/colored_console.rb +++ b/lib/rubella/output/colored_console.rb @@ -43,7 +43,7 @@ module Rubella when 9 then 88 end - "\033[38;5;"+color.to_s+";48;5;16m█\033[m" + "\033[38;5;"+color.to_s+";48;5;"+color.to_s+"m█\033[m" end self.used_symbols = "colored_fields"