branch: elpa/helm commit 52bfa4b198a7e36cc010a2d8d11d94174d009a90 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix some color names --- helm-bookmark.el | 6 +++--- helm-buffers.el | 6 +++--- helm-fd.el | 2 +- helm-files.el | 2 +- helm-grep.el | 4 ++-- helm-utils.el | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/helm-bookmark.el b/helm-bookmark.el index 90711ca607..5b1719e406 100644 --- a/helm-bookmark.el +++ b/helm-bookmark.el @@ -119,19 +119,19 @@ will be honored." (defface helm-bookmark-man `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Orange4")) + :foreground "orange4")) "Face used for Woman/man bookmarks." :group 'helm-bookmark-faces) (defface helm-bookmark-file `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Deepskyblue2")) + :foreground "DeepSkyBlue2")) "Face used for file bookmarks." :group 'helm-bookmark-faces) (defface helm-bookmark-file-not-found `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Slategray4")) + :foreground "SlateGray4")) "Face used for file bookmarks." :group 'helm-bookmark-faces) diff --git a/helm-buffers.el b/helm-buffers.el index 6cfc657530..f135e5f48b 100644 --- a/helm-buffers.el +++ b/helm-buffers.el @@ -198,7 +198,7 @@ Don't use `setq' to set this." (defface helm-buffer-not-saved `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Indianred2")) + :foreground "IndianRed2")) "Face used for buffer files not already saved on disk." :group 'helm-buffers-faces) @@ -231,7 +231,7 @@ Don't use `setq' to set this." (defface helm-buffer-process `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Sienna3")) + :foreground "sienna3")) "Face used for process status in buffer." :group 'helm-buffers-faces) @@ -249,7 +249,7 @@ Don't use `setq' to set this." (defface helm-buffer-archive `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Gold")) + :foreground "gold")) "Face for archive file names in `helm-buffers-list'." :group 'helm-buffers-faces) diff --git a/helm-fd.el b/helm-fd.el index 91a5277bcb..895e2f300f 100644 --- a/helm-fd.el +++ b/helm-fd.el @@ -38,7 +38,7 @@ (defface helm-fd-finish `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Green")) + :foreground "green")) "Face used in mode line when fd process ends." :group 'helm-grep-faces) diff --git a/helm-files.el b/helm-files.el index 4138882d08..c3c861b742 100644 --- a/helm-files.el +++ b/helm-files.el @@ -1085,7 +1085,7 @@ Used when showing tramp host completions." (defface helm-history-remote `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Indianred1")) + :foreground "IndianRed1")) "Face used for remote files in `file-name-history'." :group 'helm-files-faces) diff --git a/helm-grep.el b/helm-grep.el index 23003e3451..4c312465f9 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -427,13 +427,13 @@ Have no effect when grep backend use \"--color=\"." (defface helm-grep-lineno `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Darkorange1")) + :foreground "DarkOrange1")) "Face used to highlight grep number lines." :group 'helm-grep-faces) (defface helm-grep-finish `((t ,@(and (>= emacs-major-version 27) '(:extend t)) - :foreground "Green")) + :foreground "green")) "Face used in mode line when grep is finish." :group 'helm-grep-faces) diff --git a/helm-utils.el b/helm-utils.el index e1b567871d..13432efbcd 100644 --- a/helm-utils.el +++ b/helm-utils.el @@ -1057,7 +1057,7 @@ Assume regexp is a pcre based regexp." (defface helm-tooltip '((((type tty pc)) :background "yellow" :foreground "black") - (t :background "Goldenrod" :foreground "black")) + (t :background "goldenrod" :foreground "black")) "Face used by `helm-tooltip-show'." :group 'helm-grep-faces)