branch: elpa/gruber-darker-theme
commit e1ab94db87fa1377d478834f7975fcac5ba1738b
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Set the original color of the cursor.
---
 gruber-darker-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index b3dc890c50..7b0655d34e 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -79,7 +79,7 @@
    ;; Basic Coloring (or Uncategorized)
    `(border ((t ,(list :background gruber-darker-bg-1
                        :foreground gruber-darker-bg+2))))
-   `(cursor ((t (:background ,gruber-darker-fg))))
+   `(cursor ((t (:background ,gruber-darker-yellow))))
    `(default ((t ,(list :foreground gruber-darker-fg
                         :background gruber-darker-bg))))
    `(fringe ((t ,(list :background gruber-darker-bg-1

Reply via email to