diff --git a/doom-modeline.el b/doom-modeline.el index cb96ce2..c0604e3 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -774,8 +774,8 @@ Uses `all-the-icons-material' to fetch the icon." (doom-modeline-icon-material icon :face (if (doom-modeline--active) face) - :height (or height 1.0) - :v-adjust (or voffset -0.215)))) + :height (or height 1.1) + :v-adjust (or voffset -0.225)))) (defvar-local doom-modeline--buffer-file-state-icon nil) (defun doom-modeline-update-buffer-file-state-icon (&rest _) @@ -864,7 +864,7 @@ directory, the file name, and its state (modified, read-only or non-existent)." (if active icon (propertize icon - 'face `(:height 1.2 :family ,(all-the-icons-icon-family icon) :inherit))) + 'face `(:height 1.3 :family ,(all-the-icons-icon-family icon) :inherit))) doom-modeline-vspc))) ;; buffer file name