(load-theme 'doom-one t) ;(set-frame-parameter (selected-frame) 'alpha '(98 . 98)) ;(add-to-list 'default-frame-alist '(alpha . (98 . 98))) ;; Fonts ;; Set the font face based on platform (pcase system-type ((or 'gnu/linux 'windows-nt 'cygwin) (set-face-attribute 'default nil :font "JetBrains Mono" :weight 'light :height 160)) ('darwin (set-face-attribute 'default nil :font "Fira Mono" :height 160))) ;; Set the fixed pitch face (set-face-attribute 'fixed-pitch nil :font "JetBrains Mono" :weight 'light) ;; Set the variable pitch face (set-face-attribute 'variable-pitch nil ;; :font "Cantarell" :font "JetBrains Mono" :weight 'light)