From f1fa3153427a51468e76fa30835765fcebc02720 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 22 Apr 2011 17:58:57 -0400 Subject: [PATCH] Themes - Added new gray theme to the same .taskrc. --- src/Config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.cpp b/src/Config.cpp index 8188f8a23..6d87b7d0b 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -567,6 +567,7 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data) << "#include /usr/local/share/doc/task/rc/dark-blue-256.theme\n" << "#include /usr/local/share/doc/task/rc/dark-violets-256.theme\n" << "#include /usr/local/share/doc/task/rc/dark-yellow-green.theme\n" + << "#include /usr/local/share/doc/task/rc/dark-gray-256.theme\n" << "\n"; // Write out the new file.