From: yilkalargaw Date: Thu, 2 Jun 2022 09:30:23 +0000 (+0200) Subject: Fix usage of absolute :height in manoj-dark-theme X-Git-Tag: emacs-29.0.90~1910^2~282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b431382e5102e5a3a61c567ca78b4eb927b98bb;p=emacs.git Fix usage of absolute :height in manoj-dark-theme * etc/themes/manoj-dark-theme.el (manoj-dark): Avoid using absolute heights (bug#55759). --- diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index b70620fe213..c7d2d3fee5d 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el @@ -400,7 +400,7 @@ jarring angry fruit salad look to reduce eye fatigue.") '(compilation-warning-face ((t (:bold t :foreground "Orange" :weight bold)))) '(completions-common-part ((t (:width normal :weight normal :slant normal :foreground "WhiteSmoke" - :background "black" :height 81)))) + :background "black" :height 0.9)))) '(completions-first-difference ((t (:bold t :weight bold)))) '(css-selector ((t (:foreground "LightSteelBlue"))))