Skip to content

Commit

Permalink
[SPACEMACS] doom-peacock hl-line should be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 2, 2019
1 parent 5f27b8e commit a633560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,8 @@ If SPLIT-ONEWINDOW is non-`nil' window is split in persistent action."
'(font-lock-type-face ((t (:foreground "#ff5d38"))))
'(font-lock-variable-name-face ((t (:foreground "#ff5d38"))))
'(hi-yellow ((t (:background "dark orange" :foreground "black" :weight bold))))
;; The line should be a bit more visible
'(hl-line ((t (:background "gray19"))))
)
)

Expand Down

0 comments on commit a633560

Please sign in to comment.