Skip to content

Commit

Permalink
Merge pull request #173 from chaosemer/master
Browse files Browse the repository at this point in the history
Add support for window-tool-bar
  • Loading branch information
purcell authored Jun 21, 2024
2 parents 5f3b203 + 8524a29 commit ddf2920
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,20 @@ names to which it refers are bound."
(window-divider-first-pixel (:foreground ,contrast-bg))
(window-divider-last-pixel (:foreground ,contrast-bg))

;; window-tool-bar (built-in)
(window-tool-bar-button (:background ,contrast-bg
:foreground ,purple
:inverse-video nil
:box (:line-width 1 :style released-button)))
(window-tool-bar-button-disabled (:inherit tab-line
:foreground ,comment
:inverse-video nil
:box (:line-width 1 :style released-button)))
(window-tool-bar-button-hover (:background ,low-contrast-bg
:foreground ,blue
:inverse-video nil
:box (:line-width 1 :style released-button)))

;; ace-window
(aw-background-face (:foreground ,contrast-bg))
(aw-leading-char-face (:foreground ,yellow))
Expand Down

0 comments on commit ddf2920

Please sign in to comment.