MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / InitSchemSys

Function InitSchemSys

WinArk/ThemeSystem.cpp:130–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void InitSchemSys() {
131 g_myScheme[0].name = "Marine";
132 g_myScheme[0].textcolor = Black;
133 g_myScheme[0].hitextcolor = Red;
134 g_myScheme[0].lowcolor = DarkGray;
135 g_myScheme[0].bkcolor = White;
136 g_myScheme[0].selbkcolor = Yellow;
137 g_myScheme[0].linecolor = DarkBlue;
138 g_myScheme[0].auxcolor = Blue;
139 g_myScheme[0].condbkcolor = Magenta;
140}
141
142bool SaveColors(PCWSTR path, PCWSTR prefix, const ThemeColor* colors, int count) {
143 IniFile file(path);

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected