branch: externals/org-real
commit f24300e4668aec12832d7f464620ae11a218e2d6
Author: Amy Grinn <grinn....@gmail.com>
Commit: Amy Grinn <grinn....@gmail.com>

    Complete redesign
---
 org-real.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/org-real.el b/org-real.el
index e683995df8..c0fa26eafd 100644
--- a/org-real.el
+++ b/org-real.el
@@ -121,12 +121,15 @@
 
 ;;;; Faces
 
-(defface org-real-primary
-  '((t :background "aquamarine"
-       :foreground "black"))
+(defface org-real-primary nil
   "Face for the last thing in a real link."
   :group 'org-real)
 
+(face-spec-set
+ 'org-real-primary
+ '((t :foreground "light slate blue"))
+ 'face-defface-spec)
+
 ;;;; Constants & variables
 
 (defconst org-real-prepositions

Reply via email to