Skip to content

Commit

Permalink
[emacs] Inherit mode-line-active in fringe face
Browse files Browse the repository at this point in the history
This makes it so the fringe of active window are different colour which is
actually quite nice.
  • Loading branch information
mina86 committed Feb 26, 2025
1 parent 053fa7a commit b6130d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'(font-lock-variable-name-face ((t (:foreground "lightgoldenrod"))))
'(font-lock-warning-face ((t (:foreground "pink" :weight bold))))
'(form-feed-line ((t (:strike-through "#366"))))
'(fringe ((t (:background "#112211"))))
'(fringe ((t (:inherit mode-line-active))))
'(header-line ((t (:inherit mode-line :background "#006" :foreground "#FFF"))))
'(help-argument-name ((t (:inherit font-lock-variable-name-face))))
'(highlight ((t (:background "#060" :underline "#0F0"))))
Expand Down

0 comments on commit b6130d6

Please sign in to comment.