Fix usage of absolute :height in manoj-dark-theme
* etc/themes/manoj-dark-theme.el (manoj-dark): Avoid using absolute heights (bug#55759).
This commit is contained in:
parent
afc0bfd380
commit
8b431382e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue