diff options
| -rw-r--r-- | generic/proof-config.el | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 4b126744..1dec176f 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -516,9 +516,17 @@ Warning messages can come from proof assistant or from Proof General itself." "*Face for boring text in proof assistant output." :group 'proof-faces) +(defface proof-mouse-highlight-face + (proof-face-specs + (:background "paleturquoise") + (:background "steelblue") + (:italic t)) + "*General mouse highlighting face." + :group 'proof-faces) + (defface proof-highlight-dependent-face (proof-face-specs - (:foreground "black") + (:background "orange") (:background "darkorange") (:italic t)) "*Face for showing (backwards) dependent parts." @@ -526,7 +534,7 @@ Warning messages can come from proof assistant or from Proof General itself." (defface proof-highlight-dependency-face (proof-face-specs - (:foreground "black") + (:background "khaki") (:background "peru") (:italic t)) "*Face for showing (forwards) dependencies." |
