;;; ~/.doom.d/+ui.el -*- lexical-binding: t; -*- ;; Appearance settings ;; Set Font and theme (setq doom-font (font-spec :family "Iosevka Medium" :size 16) doom-theme 'doom-nord) ;; Display Magit status in fullscreen (after! magit (setq magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)) ;; Match pdf-tools colors to the theme (after! pdf-tools (setq pdf-view-midnight-colors '("#ECEFF4" . "#2E3440")) (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)) ;; Customize modeline (setq doom-modeline-major-mode-icon t doom-modeline-persp-name t doom-modeline-buffer-encoding nil) (setq evil-command-window-height 3)