- The list of themes in the default .taskrc file is now complete and correct.
This commit is contained in:
Paul Beckingham 2015-01-01 17:22:26 -05:00
parent 5425ac66cb
commit 7111e9d5f5

View file

@ -575,8 +575,10 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
<< "#include " << TASK_RCDIR << "/dark-violets-256.theme\n"
<< "#include " << TASK_RCDIR << "/dark-yellow-green.theme\n"
<< "#include " << TASK_RCDIR << "/dark-gray-256.theme\n"
<< "#include " << TASK_RCDIR << "/dark-default-16.theme\n"
<< "#include " << TASK_RCDIR << "/dark-gray-blue-256.theme\n"
<< "#include " << TASK_RCDIR << "/solarized-dark-256.theme\n"
<< "#include " << TASK_RCDIR << "/solarized-light-256.theme\n"
<< "#include " << TASK_RCDIR << "/no-color.theme\n"
<< "\n";
// Write out the new file.