Skip to content

Commit

Permalink
fixed menu bar items missing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcamps committed Feb 28, 2019
1 parent 80f5fc8 commit 27b976d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion green-is-the-new-black-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@
`(diff-refine-removed ((t (:inherit diff-removed))))
`(tool-bar ((t (:background, gitnb-black :foreground, gitnb-dark-green))))
`(menu ((t (:background, gitnb-green :foreground, gitnb-black :box nil))))

`(tty-menu-selected-face ((t (:background, gitnb-heavy-green :foreground, gitnb-grey :weight bold))))
`(tty-menu-enabled-face ((t (:background, gitnb-green :foreground, gitnb-black))))
`(tty-menu-disabled-face ((t (:background, gitnb-green :foreground, gitnb-yellow))))

;; -- plugins
`(isearch ((t (:foreground, gitnb-bright-green :background, gitnb-dark-green ))))
`(isearch-fail ((t (:foreground, gitnb-red :background, gitnb-black ))))
Expand Down

0 comments on commit 27b976d

Please sign in to comment.