how do i change the system font color, i know how to change the font just not the color, im using a light window and need a dark fotn color so please some one help
Find in Window_Base def normal_color and change Color.new(255, 255, 255, 255) to Color.new(0, 0, 0, 255). The basic white font will be black now.
thanks man