diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:36:27 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-06 02:38:06 +0530 |
commit | 14f29b83197b72ad0d99b646bb18f0c2f01f6709 (patch) | |
tree | b26ef6c56ffc99714da3cfcd306c8acc946b3d72 /Emacs/.config/emacs/elisp | |
parent | 60c9b63fedf56ac6cae34c831fb06e01ebee5440 (diff) | |
download | dotfiles-14f29b83197b72ad0d99b646bb18f0c2f01f6709.tar.gz dotfiles-14f29b83197b72ad0d99b646bb18f0c2f01f6709.tar.bz2 dotfiles-14f29b83197b72ad0d99b646bb18f0c2f01f6709.zip |
(Emacs/elisp)+italic and underline to dired-ignore face in primary-theme
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-primary-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index 8f65078..6411f08 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -15,7 +15,7 @@ '(company-tooltip-annotation ((t (:foreground "grey" :slant italic)))) '(company-tooltip-selection ((t (:background "gray31" :slant italic)))) '(cursor ((t (:background "white")))) - '(dired-ignored ((t (:background "gray10")))) + '(dired-ignored ((t (:background "gray10" :slant italic :underline t)))) '(escape-glyph ((t (:foreground "cyan")))) '(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold)))) '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) |