mirror of https://github.com/PCSX2/pcsx2.git
GSdx-osd: Change default font color to blue/cyan.
It matches the color theme of the emu better.
This commit is contained in:
parent
29941f3e0d
commit
4076e3387e
|
@ -385,8 +385,8 @@ void GSdxApp::Init()
|
|||
m_default_configuration["osd_fontname"] = "/usr/share/fonts/truetype/freefont/FreeSerif.ttf";
|
||||
#endif
|
||||
m_default_configuration["osd_color_r"] = "0";
|
||||
m_default_configuration["osd_color_g"] = "128";
|
||||
m_default_configuration["osd_color_b"] = "0";
|
||||
m_default_configuration["osd_color_g"] = "160";
|
||||
m_default_configuration["osd_color_b"] = "255";
|
||||
m_default_configuration["osd_color_opacity"] = "100";
|
||||
m_default_configuration["osd_fontsize"] = "25";
|
||||
m_default_configuration["osd_log_enabled"] = "1";
|
||||
|
|
Loading…
Reference in New Issue