branch: elpa/apropospriate-theme
commit 13d95eccf54fb513da56baca9aee6182e92c9e11
Author: NeoISE <[email protected]>
Commit: justin talbott <[email protected]>

    add support for the new official display-line-numbers-mode in version 26.1+
---
 apropospriate.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apropospriate.el b/apropospriate.el
index b9b5070..9c79fec 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -116,6 +116,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(fringe ((,class (:background ,base00+1 :foreground ,base02))))
      `(linum ((,class (:inherit fringe :foreground ,base01))))
      `(linum-relative-current-face ((,class (:inherit fringe :foreground 
,base02))))
+     `(line-number ((,class (:inherit fringe :foreground ,base01))))
+     `(line-number-current-line ((,class (:inherit fringe :foreground 
,base02))))
      `(vertical-border ((,class (:foreground ,base00+3))))
      `(widget-button ((,class (:underline t))))
      `(widget-field ((,class (:background ,base02 :box (:line-width 1 :color 
,base03)))))

Reply via email to