mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: refine the symbolic prot-icons
This commit is contained in:
parent
96d51ca6b3
commit
407203c77d
|
|
@ -9,9 +9,6 @@
|
|||
(prot-icons-dired-mode 1)
|
||||
(prot-icons-xref-mode 1)
|
||||
|
||||
(when (eq prot-icons-style 'symbolic)
|
||||
(set-face-attribute 'prot-icons-icon nil :inherit 'unspecified))
|
||||
|
||||
(when (and prot-emacs-load-theme-family
|
||||
(eq prot-icons-style 'alphabetic))
|
||||
(cond
|
||||
|
|
|
|||
|
|
@ -11696,9 +11696,6 @@ are handled by =prot-modeline.el=:
|
|||
(prot-icons-dired-mode 1)
|
||||
(prot-icons-xref-mode 1)
|
||||
|
||||
(when (eq prot-icons-style 'symbolic)
|
||||
(set-face-attribute 'prot-icons-icon nil :inherit 'unspecified))
|
||||
|
||||
(when (and prot-emacs-load-theme-family
|
||||
(eq prot-icons-style 'alphabetic))
|
||||
(cond
|
||||
|
|
@ -13145,20 +13142,20 @@ FACE is the face to use for it, where applicable.")
|
|||
"Same as `prot-icons-alphabetic' with emoji characters.")
|
||||
|
||||
(defvar prot-icons-symbolic
|
||||
'((dired-mode "🗁" prot-icons-directory)
|
||||
(archive-mode "🗇" prot-icons-directory)
|
||||
(diff-mode "" prot-icons-yellow)
|
||||
(prog-mode "" prot-icons-magenta)
|
||||
'((dired-mode "⫒" prot-icons-directory)
|
||||
(archive-mode "⫑" prot-icons-directory)
|
||||
(diff-mode "⇄" prot-icons-yellow)
|
||||
(prog-mode "⨍" prot-icons-magenta)
|
||||
(conf-mode "🗅" prot-icons-gray)
|
||||
(text-mode "" prot-icons-green)
|
||||
(text-mode "¶" prot-icons-green)
|
||||
(comint-mode "⨠" prot-icons-gray)
|
||||
(document "🗎" prot-icons-red)
|
||||
(audio "𝅘𝅥𝅮" prot-icons-cyan)
|
||||
(image "" prot-icons-yellow)
|
||||
(video "🖭" prot-icons-blue)
|
||||
(frame "🗔" prot-icons-gray)
|
||||
(git "" prot-icons-gray)
|
||||
(t "🔾" prot-icons-gray))
|
||||
(video "‣" prot-icons-blue)
|
||||
(frame "" prot-icons-gray)
|
||||
(git "⇅" prot-icons-gray)
|
||||
(t "·" prot-icons-gray))
|
||||
"Same as `prot-icons-alphabetic' with Unicode symbols.")
|
||||
|
||||
(defun prot-icons--get-style ()
|
||||
|
|
|
|||
|
|
@ -169,20 +169,20 @@ FACE is the face to use for it, where applicable.")
|
|||
"Same as `prot-icons-alphabetic' with emoji characters.")
|
||||
|
||||
(defvar prot-icons-symbolic
|
||||
'((dired-mode "🗁" prot-icons-directory)
|
||||
(archive-mode "🗇" prot-icons-directory)
|
||||
(diff-mode "" prot-icons-yellow)
|
||||
(prog-mode "" prot-icons-magenta)
|
||||
'((dired-mode "⫒" prot-icons-directory)
|
||||
(archive-mode "⫑" prot-icons-directory)
|
||||
(diff-mode "⇄" prot-icons-yellow)
|
||||
(prog-mode "⨍" prot-icons-magenta)
|
||||
(conf-mode "🗅" prot-icons-gray)
|
||||
(text-mode "" prot-icons-green)
|
||||
(text-mode "¶" prot-icons-green)
|
||||
(comint-mode "⨠" prot-icons-gray)
|
||||
(document "🗎" prot-icons-red)
|
||||
(audio "𝅘𝅥𝅮" prot-icons-cyan)
|
||||
(image "" prot-icons-yellow)
|
||||
(video "🖭" prot-icons-blue)
|
||||
(frame "🗔" prot-icons-gray)
|
||||
(git "" prot-icons-gray)
|
||||
(t "🔾" prot-icons-gray))
|
||||
(video "‣" prot-icons-blue)
|
||||
(frame "" prot-icons-gray)
|
||||
(git "⇅" prot-icons-gray)
|
||||
(t "·" prot-icons-gray))
|
||||
"Same as `prot-icons-alphabetic' with Unicode symbols.")
|
||||
|
||||
(defun prot-icons--get-style ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue