]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix usage of absolute :height in manoj-dark-theme
authoryilkalargaw <yilkalargawworkneh@gmail.com>
Thu, 2 Jun 2022 09:30:23 +0000 (11:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 2 Jun 2022 09:30:23 +0000 (11:30 +0200)
* etc/themes/manoj-dark-theme.el (manoj-dark): Avoid using
absolute heights (bug#55759).

etc/themes/manoj-dark-theme.el

index b70620fe213a693df146af426303b8bc646ab7e5..c7d2d3fee5d16ff0dc7ff16ea537d5899bb038a3 100644 (file)
@@ -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"))))