[orca] Include foreground and background colors in the default spoken text attributes



commit 10237265dcf10b0910a0ed89ea70374647f702c5
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sun Sep 14 22:23:36 2014 -0400

    Include foreground and background colors in the default spoken text attributes
    
    Note: If you already have your preferences set, this change will not override
    anything. This change will only be seen in newly-created configurations.

 src/orca/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index ddee58b..33a0dc4 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -331,7 +331,7 @@ allTextAttributes = \
 enabledSpokenTextAttributes = \
     "size:; family-name:; weight:400; indent:0; underline:none; " \
     "strikethrough:false; justification:left; style:normal; " \
-    "paragraph-style:; text-spelling:none;"
+    "paragraph-style:; text-spelling:none; fg-color:; bg-color:;"
 
 # The default set of text attributes to be brailled for the user. Specific
 # application scripts (or individual users can override these values if


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]