(Emacs/elisp)+italic and underline to dired-ignore face in primary-theme

This commit is contained in:
2024-05-06 02:36:27 +05:30
parent 60c9b63fed
commit 14f29b8319

View File

@@ -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))))