From 1703a2bde7839439071ea817a02101c5c4a3eb95 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Mon, 11 Jan 2021 08:21:10 -0500 Subject: [PATCH] Revert to iosevka-custom and dank mono in emacs gui --- emacs/init.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 35dde2b..a83bdd5 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -49,7 +49,15 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(default ((t (:inherit nil :extend nil :stipple nil :background "#322931" :foreground "#b9b5b8" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 160 :width normal :foundry "nil" :family "Iosevka Custom")))) + '(evil-goggles-change-face ((t (:inherit diff-removed)))) + '(evil-goggles-delete-face ((t (:inherit diff-removed)))) + '(evil-goggles-paste-face ((t (:inherit diff-added)))) + '(evil-goggles-undo-redo-add-face ((t (:inherit diff-added)))) + '(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed)))) + '(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed)))) + '(evil-goggles-yank-face ((t (:inherit diff-changed)))) + '(italic ((t (:slant italic :family "Dank Mono"))))) ;; auto-package-update (use-package auto-package-update