Change some colors around

This commit is contained in:
Logan Hunt 2023-01-13 17:02:11 -07:00
parent 80843947e0
commit 3a6c603b0b
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@ defmodule Chessh.SSH.Client.Board.Renderer do
@tile_width 7
@tile_height 4
@from_select_background ANSI.green_background()
@from_select_background ANSI.light_blue_background()
@to_select_background ANSI.blue_background()
@dark_piece_color ANSI.red()
@light_piece_color ANSI.magenta()
@dark_piece_color ANSI.light_red()
@light_piece_color ANSI.light_magenta()
def chess_board_height(), do: @chess_board_height
def chess_board_width(), do: @chess_board_width

View File

@ -7,7 +7,7 @@
"e": [" __ ", "|_ ", "|__ "],
"f": [" __ ", "|_ ", "| "],
"g": [" __ ", "/ _ ", "\\__\\"],
"h": ["| |", "|__|", "| |"]
"h": [". .", "|__|", "| |"]
},
"numbers": {
"0": [" _ ", "| |", "|_|"],