Prevent linum from being bold, italic, and underlined
This commit is contained in:
parent
b7152af549
commit
0a8f14aa19
@ -151,7 +151,7 @@
|
|||||||
;; GUI
|
;; GUI
|
||||||
`(fringe ((t (:foreground, *normal* :background, *bg-1*))))
|
`(fringe ((t (:foreground, *normal* :background, *bg-1*))))
|
||||||
`(header-line ((t (:background, *fringe* :foreground, *normal*)))) ;; info header
|
`(header-line ((t (:background, *fringe* :foreground, *normal*)))) ;; info header
|
||||||
`(linum ((t (:foreground, *line-number* :background, *vertical-border*))))
|
`(linum ((t (:foreground, *line-number* :background, *vertical-border* :underline nil :bold nil :italic nil))))
|
||||||
`(minibuffer-prompt ((t (:inherit bold :foreground, *variable*))))
|
`(minibuffer-prompt ((t (:inherit bold :foreground, *variable*))))
|
||||||
`(mode-line ((t (:background, *cyan-bg* :foreground, *normal*))))
|
`(mode-line ((t (:background, *cyan-bg* :foreground, *normal*))))
|
||||||
`(mode-line-inactive ((t (:background, *mode-line-bg* :foreground, *mode-line-fg*))))
|
`(mode-line-inactive ((t (:background, *mode-line-bg* :foreground, *mode-line-fg*))))
|
||||||
|
Reference in New Issue
Block a user