lenosisnickerboa / csgosl

A CSGO server launcher, one-click install & run
GNU General Public License v3.0
379 stars 40 forks source link

Unusable Interface Colors / Text Size #268

Closed Sam-Belliveau closed 4 years ago

Sam-Belliveau commented 4 years ago

image

I use Manjaro i3wm, and there is no obvious way to change the look of the interface. The text in the boxes are the same color as the text, making it impossible to read without highlighting. Also today, the text got really big for no apparent reason.

lenosisnickerboa commented 4 years ago

Sorry, no idea about the i3 wm, guess colors are configurable in the wm? No idea how I could solve this in my application?

On Thu, May 21, 2020, 01:17 Sam Belliveau notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/28713194/82506595-3caafa00-9ace-11ea-80d0-4d63e45e17d4.png

I use Manjaro i3wm, and there is no obvious way to change the look of the interface. The text in the boxes are the same color as the text, making it impossible to read without highlighting. Also today, the text got really big for no apparent reason.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lenosisnickerboa/csgosl/issues/268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEA3F5UUGTYYHPOADR2RES3RSRQFBANCNFSM4NGMIGUA .

Sam-Belliveau commented 4 years ago

I found the issue!

For anybody wondering about this issue in the future:

I had weird colors because my ~/.Xresources file was messed up:

*background:                      #222D31
*foreground:                      #d8d8d8

the background was black and the foreground was white.

If you want the correct colors for CSGOSL or any TCL/Tk app, you need to switch it to

*background:                      #d8d8d8
*foreground:                      #222D31