Skip to content

Commit

Permalink
lisp/readable: style modeline-active instead of modeline
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Aug 3, 2023
1 parent af9adea commit 4f5a71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisp/readable-mono-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ For example links."
`(whitespace-trailing ((t (:inherit error))))

;;;;; Interface
`(mode-line
`(mode-line-active
((((background light)) (:background ,l-bg-s :box (:line-width 6 :color ,l-bg-s)))
(((background dark)) (:background ,d-bg-s :box (:line-width 6 :color ,d-bg-s)))))
`(mode-line-inactive
Expand Down
2 changes: 1 addition & 1 deletion lisp/readable-typo-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
`(readable-typo-theme-echo-area ((t (:height ,small-height :family ,variable-pitch :weight ,default-weight))))

;;;;; Interface
`(mode-line ((t (:family ,variable-pitch :height ,small-height))))
`(mode-line-active ((t (:family ,variable-pitch :height ,small-height))))
`(mode-line-inactive ((t (:family ,variable-pitch :height ,small-height))))
`(line-number ((t (:family ,fixed-pitch))))
`(whitespace-space ((t (:family ,fixed-pitch))))
Expand Down

0 comments on commit 4f5a71c

Please sign in to comment.