Browse Source

[emacs] Update fonts and theme

Colin Powell 2 years ago
parent
commit
cc2fe67446
3 changed files with 7 additions and 7 deletions
  1. 3 3
      emacs/.config/doom/config.el
  2. 3 3
      emacs/.config/doom/config.org
  3. 1 1
      emacs/.config/doom/custom.el

+ 3 - 3
emacs/.config/doom/config.el

@@ -11,9 +11,9 @@
      (file-notify-rm-watch key))
      (file-notify-rm-watch key))
    file-notify-descriptors))
    file-notify-descriptors))
 
 
-(setq doom-theme 'doom-tokyo-night
-      doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
-      doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
+(setq doom-theme 'moe-dark
+      doom-font (font-spec :family "IBM Plex Mono" :size 13 :weight 'regular)
+      doom-big-font (font-spec :family "IBM Plex Mono" :size 17 :weight 'regular)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
 
 
 ;; Applies to current frame
 ;; Applies to current frame

+ 3 - 3
emacs/.config/doom/config.org

@@ -32,9 +32,9 @@ I change my default theme almost as often as the weather. I tend to revert back
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 for it's retro charm. Nimbus just doesn't look great when I'm tired though.
 #+BEGIN_SRC emacs-lisp
 #+BEGIN_SRC emacs-lisp
-(setq doom-theme 'doom-tokyo-night
-      doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
-      doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
+(setq doom-theme 'moe-dark
+      doom-font (font-spec :family "IBM Plex Mono" :size 13 :weight 'regular)
+      doom-big-font (font-spec :family "IBM Plex Mono" :size 17 :weight 'regular)
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
 #+END_SRC
 #+END_SRC
 ** Borders
 ** Borders

+ 1 - 1
emacs/.config/doom/custom.el

@@ -10,7 +10,7 @@
  ;; Your init file should contain only one such instance.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
  ;; If there is more than one, they won't work right.
  '(package-selected-packages
  '(package-selected-packages
-   '(vulpea exec-path-from-shell org-fancy-priorities hackernews selectrum))
+   '(moe-theme vulpea exec-path-from-shell org-fancy-priorities hackernews selectrum))
  '(when
  '(when
       (or
       (or
        (not
        (not