I'm trying to change the color of the MENUITEMS in MUSHclient....
By MENUITEMS, I mean where it says File, Edit, View, Connection, etc etc on the top of the screen.
NOT this article, this wouldn't work...
The menu code is in en.dll, but I can't see a way to change their color that way..
I tried looking at mushclient.RC at
but I'm not sure where to find it..
To be clear, I'm trying to change the grey to another color (black, or dark grey)
Would be nice to be able to change the other menus to a darker color as well (Like the alt+enter menu, etc)
Is this possible somehow through modifying some code?
The grey is very distracting from the mud, and I want darker colors to be easier on my eyes.
I don't like full screen mode, either, sadly, so I'm hoping to find a solution besides that.
Please let me know where I should be looking to change this.
Looking at
it looks to be if I use
Note(GetSysColor(4))I can get the color of the menu.
Where I might I access the point in which the colors listed in the link above might be changed?
