ui: log tab

This commit is contained in:
Andreas Stallinger
2016-11-10 11:09:24 +01:00
parent 338335acf3
commit cf8e8c7655
23 changed files with 514 additions and 168 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ ColorScheme::~ColorScheme()
std::string ColorScheme::getColor(const std::string& key) const
{
return getValue<std::string>(key, "");
return getValue<std::string>(key, "#FF1493");
}
std::string ColorScheme::getColor(const std::string& key, const std::string& defaultColor) const