- New themes: dark-default-16.theme, dark-gray-blue-256.theme
This commit is contained in:
Paul Beckingham 2014-02-19 22:52:49 -05:00
parent 292e0fb743
commit 132935c04e
6 changed files with 150 additions and 2 deletions

View file

@ -548,6 +548,8 @@ 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"
<< "\n";
// Write out the new file.