Console colors issues
LadyCailin opened this issue ยท 1 comments
CMDHELPER-2625 - Reported by jb_aero on 2013-04-08 04:46:50 UTC
Combination of several issues created by kookster.
-
Make the colors configurable
-
Remove the forced highlighting. It looks derpy and does the opposite of what it was intended to do, on top of assuming that all users have a black background.
My own issue:
The colors console receives in msg() are different than the colors sent by normal chat and CommandSender.sendMessage, namely they are different than the color the message is meant to be. Purple becomes pink, gold becomes yellow, grey becomes black, dark red becomes light red.
Comment by LadyCailin on 2013-06-25 17:14:16 UTC
Ok, I've gotten rid of the background on the colors, however, the colors being configurable should be something that your terminal program does, not the language itself. The colors are slightly different, because I'm outputting a standard color, based on the common 16 color palette that most (all?) terminals support. You should be able to change that palette to match the in game colors if you wish.