diff options
Diffstat (limited to 'lib/chessh/ssh/client/game/renderer.ex')
-rw-r--r-- | lib/chessh/ssh/client/game/renderer.ex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/chessh/ssh/client/game/renderer.ex b/lib/chessh/ssh/client/game/renderer.ex index 17215ea..6d7d7a7 100644 --- a/lib/chessh/ssh/client/game/renderer.ex +++ b/lib/chessh/ssh/client/game/renderer.ex @@ -9,9 +9,10 @@ defmodule Chessh.SSH.Client.Game.Renderer do @tile_width 7 @tile_height 4 - @previous_move_background ANSI.light_yellow_background() + @previous_move_background ANSI.light_magenta_background() @from_select_background ANSI.light_green_background() - @to_select_background ANSI.light_green_background() + @to_select_background ANSI.light_yellow_background() + @dark_piece_color ANSI.red() @light_piece_color ANSI.light_cyan() |