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

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

[nongnu] elpa/gruvbox-theme 4c86190f06 253/258: feat: add ledger-mode su


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 4c86190f06 253/258: feat: add ledger-mode support
Date: Sat, 1 Jan 2022 01:59:51 -0500 (EST)

branch: elpa/gruvbox-theme
commit 4c86190f0641e4496d231ee875cda1f85036fa92
Author: Enrique Kessler Martínez <qkessler@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    feat: add ledger-mode support
    
    Ledger-mode is a plain accounting mode created by the ledger cli
    maintainer. It works with the double accounting method.
    
    The problem with the default faces for ledger-mode was that the ledger
    transactions get highlighted when the cursor is over them, hence
    the ledger-font-xact-highlight-face. Before the change, the transactions
    were highlighted with a black face, hiding all inside content.
    
    We now default to 'gruvbox-dark1', which seems like a very sane choice.
---
 gruvbox.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index a0338853f5..adcfae902d 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -811,13 +811,16 @@ Should contain 2 %s constructs to allow for theme name 
and directory/prefix")
      ;; Coq
      (coq-solve-tactics-face      (:inherit 'font-lock-constant-face))
      (coq-cheat-face              (:box (:line-width -1 :color 
gruvbox-bright_red :style nil)
-                                   :foreground gruvbox-bright_red))
+                                        :foreground gruvbox-bright_red))
 
      ;; Proof General
      (proof-active-area-face      (:underline t))
      (proof-tacticals-name-face   (:inherit 'font-lock-constant-face))
      (proof-tactics-name-face     (:inherit 'font-lock-constant-face))
 
+     ;; ledger-mode
+     (ledger-font-xact-highlight-face  (:background gruvbox-dark1))
+
      ),@body))
 
 (provide 'gruvbox)



reply via email to

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