From b1933c5d25d431e2c4a6171703d79b54b74affe8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 10 Sep 2010 00:51:11 -0400 Subject: [PATCH] Themes - Added Kathryn's new themes into the default .taskrc file template. --- src/Config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 9573f428c..ef29e049e 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -53,7 +53,7 @@ std::string Config::defaults = "# Here is an example of entries that use the default, override and blank values\n" "# variable=foo -- By specifying a value, this overrides the default\n" "# variable= -- By specifying no value, this means no default\n" - "# #variable=foo -- By commenting out the line, this uses the default\n" + "# #variable=foo -- By commenting out the line, or deleting it, this uses the default\n" "\n" "# Use the command 'task show' to see all defaults and overrides\n" "\n" @@ -519,6 +519,8 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data) << "#include /usr/local/share/doc/task/rc/dark-red-256.theme\n" << "#include /usr/local/share/doc/task/rc/dark-green-256.theme\n" << "#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" << "\n"; // Write out the new file.