From 8234c66729cc3f223d31459b9a60de4768525be0 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 12 Mar 2021 03:26:22 +0000 Subject: (Emacs)-remove font size assertion in monokai-theme.el --- Emacs/.config/emacs/monokai-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/monokai-theme.el') diff --git a/Emacs/.config/emacs/monokai-theme.el b/Emacs/.config/emacs/monokai-theme.el index ba4d004..c9bdd05 100644 --- a/Emacs/.config/emacs/monokai-theme.el +++ b/Emacs/.config/emacs/monokai-theme.el @@ -1,5 +1,5 @@ (deftheme monokai - "Created 2021-03-08.") + "Created 2021-03-10.") (custom-theme-set-faces 'monokai @@ -56,6 +56,6 @@ '(org-quote ((t (:inherit org-block :slant italic :family "Liberation Mono")))) '(org-verse ((t (:inherit org-block :slant oblique :family "Liberation Mono")))) '(hl-line ((t (:extend t :background "gray9")))) - '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 125 :width normal :foundry "ADBO" :family "ibm plex mono"))))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "black" :foreground "#d6d6d4" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :foundry "ADBO" :family "ibm plex mono"))))) (provide-theme 'monokai) -- cgit v1.2.3-13-gbd6f