DavidKinder / Git

Fast Glulx interpreter, originally written by Iain Merrick.
MIT License
45 stars 13 forks source link

Change UI color #12

Closed area57 closed 3 years ago

area57 commented 3 years ago

hi, is it possible to change the UI Color before compiling? and if so where do i have to define the colors

DavidKinder commented 3 years ago

I'm not quite sure what you mean by "UI Color"? But the Git interpreter doesn't have a user interface of its own, it has to be linked to a library that implements Andrew Plotkin's Glk specification: the Windows binaries on the Releases page for Git are linked with my Windows Glk. There is a preferences dialog in Windows Glk applications that lets you set the default fore and background colours, if that's what you mean, and changing the Windows Glk code would allow you to change the UI.