[Emacs] Fix references to phundrak/nord* variables
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2020-10-22 08:45:35 +02:00
parent b97bbf8206
commit e6bb054b7a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 6 deletions

View File

@ -1497,16 +1497,16 @@
(if stash "$")
" "))
(accent (cond
(dirty nord11)
(staged nord13)
(t nord14)))
(background (if background-color background-color nord0)))
(dirty phundrak/nord11)
(staged phundrak/nord13)
(t phundrak/nord14)))
(background (if background-color background-color phundrak/nord0)))
(concat (with-face ""
:background accent
:foreground background)
(with-face prompt
:background accent
:foreground (if dirty nord6 background))
:foreground (if dirty phundrak/nord6 background))
(with-face ""
:background background
:foreground accent))))))
@ -1947,7 +1947,7 @@
(let* ((header-bg phundrak/nord0)
($path (phundrak/abbr-pwd))
($abbr-path (phundrak/abbr-pwd phundrak/prompt--abbreviate))
($background nord1))
($background phundrak/nord1))
(concat (with-face " " :background $background)
(with-face $path
:foreground phundrak/nord14