changed default ROOT color kGreen to kGreen+2.
This commit is contained in:
parent
3e66760c26
commit
20dd08fbef
@ -765,7 +765,7 @@ Bool_t PStartupHandler::WriteDefaultStartupFile(bool reset_startup_file)
|
|||||||
fout << " <!-- Color as RGB coded string -->" << std::endl;
|
fout << " <!-- Color as RGB coded string -->" << std::endl;
|
||||||
fout << " <color>0,0,0</color> <!-- kBlack -->" << std::endl;
|
fout << " <color>0,0,0</color> <!-- kBlack -->" << std::endl;
|
||||||
fout << " <color>255,0,0</color> <!-- kRed -->" << std::endl;
|
fout << " <color>255,0,0</color> <!-- kRed -->" << std::endl;
|
||||||
fout << " <color>0,255,0</color> <!-- kGreen -->" << std::endl;
|
fout << " <color>0,153,0</color> <!-- kGreen+2 -->" << std::endl;
|
||||||
fout << " <color>0,0,255</color> <!-- kBlue -->" << std::endl;
|
fout << " <color>0,0,255</color> <!-- kBlue -->" << std::endl;
|
||||||
fout << " <color>255,0,255</color> <!-- kMagenta -->" << std::endl;
|
fout << " <color>255,0,255</color> <!-- kMagenta -->" << std::endl;
|
||||||
fout << " <color>0,255,255</color> <!-- kCyan -->" << std::endl;
|
fout << " <color>0,255,255</color> <!-- kCyan -->" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user