[Emacs] Fix references to phundrak/nord* variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b97bbf8206
commit
e6bb054b7a
@ -1497,16 +1497,16 @@
|
|||||||
(if stash "$")
|
(if stash "$")
|
||||||
" "))
|
" "))
|
||||||
(accent (cond
|
(accent (cond
|
||||||
(dirty nord11)
|
(dirty phundrak/nord11)
|
||||||
(staged nord13)
|
(staged phundrak/nord13)
|
||||||
(t nord14)))
|
(t phundrak/nord14)))
|
||||||
(background (if background-color background-color nord0)))
|
(background (if background-color background-color phundrak/nord0)))
|
||||||
(concat (with-face ""
|
(concat (with-face ""
|
||||||
:background accent
|
:background accent
|
||||||
:foreground background)
|
:foreground background)
|
||||||
(with-face prompt
|
(with-face prompt
|
||||||
:background accent
|
:background accent
|
||||||
:foreground (if dirty nord6 background))
|
:foreground (if dirty phundrak/nord6 background))
|
||||||
(with-face ""
|
(with-face ""
|
||||||
:background background
|
:background background
|
||||||
:foreground accent))))))
|
:foreground accent))))))
|
||||||
@ -1947,7 +1947,7 @@
|
|||||||
(let* ((header-bg phundrak/nord0)
|
(let* ((header-bg phundrak/nord0)
|
||||||
($path (phundrak/abbr-pwd))
|
($path (phundrak/abbr-pwd))
|
||||||
($abbr-path (phundrak/abbr-pwd phundrak/prompt--abbreviate))
|
($abbr-path (phundrak/abbr-pwd phundrak/prompt--abbreviate))
|
||||||
($background nord1))
|
($background phundrak/nord1))
|
||||||
(concat (with-face " " :background $background)
|
(concat (with-face " " :background $background)
|
||||||
(with-face $path
|
(with-face $path
|
||||||
:foreground phundrak/nord14
|
:foreground phundrak/nord14
|
||||||
|
Loading…
Reference in New Issue
Block a user