emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org-real b3d1c09 115/160: Redesigned tooltips


From: ELPA Syncer
Subject: [elpa] externals/org-real b3d1c09 115/160: Redesigned tooltips
Date: Wed, 6 Oct 2021 16:58:27 -0400 (EDT)

branch: externals/org-real
commit b3d1c09e3dcec1973702d0cf449e33aee4ca2504
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Redesigned tooltips
---
 README.org  | 2 ++
 org-real.el | 8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 3fbb8b6..24edefc 100644
--- a/README.org
+++ b/README.org
@@ -181,6 +181,8 @@ Keep track of real things as org-mode links.
    [[file:demo/headline-relationships.png]]
 
 
+   The tooltip for each headline shows the values that would be
+   displayed if the org file was in org columns view.
 * Development
 
 ** Setup
diff --git a/org-real.el b/org-real.el
index 83d7675..3f13785 100644
--- a/org-real.el
+++ b/org-real.el
@@ -28,6 +28,10 @@
 ;;   - to the right of
 ;;   - to the left of
 ;;
+;;   The tooltip in `org-real-headlines' shows the values for each row
+;;   in `org-columns' and can be customized the same way as org
+;;   columns view.
+;;
 ;; When in an Org Real mode diagram, the standard movement keys will
 ;; move by boxes rather than characters.  S-TAB will cycle the
 ;; visibility of all children.  Each box has the following keys:
@@ -190,8 +194,8 @@
 
 (face-spec-set
  'org-real-popup
- '((t :background "midnight blue"
-      :foreground "white"))
+ '((((background dark)) (:background "gray30" :foreground "gray"))
+   (t (:background "gainsboro" :foreground "dim gray")))
  'face-defface-spec)
 
 ;;;; Constants & variables



reply via email to

[Prev in Thread] Current Thread [Next in Thread]