Skip to content

Commit

Permalink
Add mode-line active face. Related to #83
Browse files Browse the repository at this point in the history
  • Loading branch information
ogdenwebb committed Oct 12, 2024
1 parent 9ecc046 commit 8ce06c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kaolin-themes-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,8 @@
;; Modeline
(mode-line (:background line-bg1 :foreground line-fg :bold nil
:box (:line-width line-box-size :color line-border)))

(mode-line-active (:inherit 'mode-line))
(mode-line-inactive (:background line-bg1 :foreground line-inactive :bold nil
:box (:line-width line-box-size :color line-border)))
(mode-line-buffer-id (:background 'unspecified :foreground line-color2 :bold nil))
Expand Down

0 comments on commit 8ce06c0

Please sign in to comment.