branch: externals/org-real
commit 106063e94fe43e7b9b8e4696cfef1975367ac346
Author: Tyler Grinn <tylergr...@gmail.com>
Commit: Tyler Grinn <tylergr...@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 e683995..c0fa26e 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