diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-02-15 14:22:28 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-02-15 14:22:28 -0800 |
commit | 3b6e30507ce0e0292056ac2538daccb1e40475b9 (patch) | |
tree | 99865fee675a0baf649fd1a4939690cab289a5ba /.emacs.local.d/modes | |
parent | 8f9aa973b1ab3ab0d9135c2063679776ef0520ad (diff) |
emacs: theme update
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 83f0995..0c776b4 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,6 +1,6 @@ -(load-theme 'doom-spacegrey t) -(set-frame-parameter (selected-frame) 'alpha '(95 . 95)) -(add-to-list 'default-frame-alist '(alpha . (95 . 95))) +(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 @@ -8,8 +8,9 @@ ((or 'gnu/linux 'windows-nt 'cygwin) (set-face-attribute 'default nil :font "JetBrains Mono" - :weight 'light)) - ('darwin (set-face-attribute 'default nil :font "Fira Mono" :height 200))) + :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 |