tweak Hanoi colors yet again

This commit is contained in:
Kartik K. Agaram 2021-12-13 09:43:25 -08:00
parent f315e1d76a
commit d043d67744
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -79,7 +79,7 @@
- __teliva_timestamp: original
main:
>function main()
> curses.assume_default_colors(250, 139)
> curses.assume_default_colors(238, 139)
> for i=1,7 do
> curses.init_pair(i, 0, i)
> end