diff options
| author | David Aspinall | 2001-08-31 19:42:03 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-08-31 19:42:03 +0000 |
| commit | 96ae6792b11e60ed344fde0da091ac0b71397761 (patch) | |
| tree | eac9feff6a8337fdb598391c437dd0d77aef1198 | |
| parent | da56e09479f29a48a0d8445c5e4f115e03fc2580 (diff) | |
Add new proof-mouse-highlight-face to use instead of default. Fix dependency faces.
| -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." |
