0
0
Fork 0

Fix colors

Use color also a background to get a seamless result
This commit is contained in:
Stormwind 2015-12-01 12:30:28 +01:00
parent f7fe94af61
commit 68fa6a937e
1 changed files with 1 additions and 1 deletions

View File

@ -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"