ogdenwebb / emacs-kaolin-themes

Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
GNU General Public License v3.0
735 stars 28 forks source link

Option to scale all-the-icons font size in treemacs? #30

Closed ianyepan closed 4 years ago

ianyepan commented 5 years ago

I'd love to make the file icons in kaolin-treemacs-theme smaller. How would I do that?

ema2159 commented 5 years ago

I think there's no straight forward way to solve this. You'd have to manually modify the kaolin treemacs file and change the height of the icons

ogdenwebb commented 5 years ago

Currently there's no way to change all-the-icons size in treemacs. Do you want to scale size for all icons or a part of them?

ianyepan commented 5 years ago

Thanks for getting back so quickly @ema2159 @ogdenwebb

I would love to scale all of them (including the instances in treemacs, modeline, tabbar etc.)

ogdenwebb commented 4 years ago

I would love to scale all of them (including the instances in treemacs, modeline, tabbar etc.)

Well, you can set `all-the-icons-scale-factor' in your config for that.

ianyepan commented 4 years ago

Thanks! that did it: use-package all-the-icons :config (setq all-the-icons-scale-factor 1.0))