Use color 0 as default fg color

openid
Marcin Kulik 13 years ago
parent 87b8f93e48
commit 5314d6baa5

@ -32,7 +32,7 @@ class AsciiIo.Brush
AsciiIo.Brush.hash(this)
fgColor: ->
color = @fg || 7
color = @fg || 0
color += 8 if color < 8 and @bright
color

Loading…
Cancel
Save