0
0
Fork 0

Add a greyscale color theme to ColoredConsole

This commit is contained in:
Stormwind 2015-12-08 12:39:26 +01:00
parent cbf14cfa34
commit 373c160d41
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ module Rubella
super data, field_size
@symbols = Hash.new
@symbols["greyscale"] = self.create_colors [
232, 233, 234, 235, 236, 237, 238, 239,
240, 241, 242, 243, 244, 245, 246, 247,
248, 249, 250, 251, 252, 253, 254, 255
]
@symbols["colored_fields"] = self.create_colors [
35+196,
24+196,