mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Themes
- New themes: dark-default-16.theme, dark-gray-blue-256.theme
This commit is contained in:
parent
292e0fb743
commit
132935c04e
6 changed files with 150 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue