diff --git a/src/init.cpp b/src/init.cpp index 3e11f250..e46e2389 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -99,6 +99,9 @@ void initializeDataAndRules ( Database& database, Rules& rules) { + // Rose tint my world, make me safe from my trouble and pain. + rules.set ("color", "on"); + // Make common hints available via rules: // :debug --> debug=on // :quiet --> verbose=off