Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to customize face of file icon #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support to customize face of file icon #50

wants to merge 1 commit into from

Conversation

brsvh
Copy link

@brsvh brsvh commented Jan 12, 2021

When I try to use this package, I have customized the directory icon face, but the face of file icons is not consistent with it.

image

I have expanded a face named all-the-icons-dired-file-face.

Use the following code to customize it.

(use-package all-the-icons-dired
  :hook (dired-mode-hook . all-the-icons-dired-mode)
  :custom-face
  (all-the-icons-dired-dir-face ((t (:height 0.8))))
  (all-the-icons-dired-file-face ((t (:height 0.8)))))

It looks more uniform.

image

@brsvh
Copy link
Author

brsvh commented Jan 12, 2021

It looks like the maintainer of this project hasn't been online for a long time.
I have merge #35 , #46 , #49 to a temporary branch brsvh/patch, If someone needs it.

@wyuenho
Copy link
Contributor

wyuenho commented Feb 27, 2021

This repo has been forked, and the melpa recipe is now pointing to my fork

@DivineDominion
Copy link

@brsvh Could you please consider making a PR to the fork at https://github.com/wyuenho/all-the-icons-dired? The font customizations would be much appreciated on MELPA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants