mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Config
- The list of themes in the default .taskrc file is now complete and correct.
This commit is contained in:
parent
5425ac66cb
commit
7111e9d5f5
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue