Skip to content

Commit

Permalink
fixed menu bar items missing when use 256colours terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcamps committed Feb 28, 2019
1 parent 27b976d commit 3794558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions green-is-the-new-black-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +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-selected-face ((t (:background, gitnb-bright-green :foreground, gitnb-black :weight bold))))
`(tty-menu-enabled-face ((t (:background, gitnb-green :foreground, gitnb-black))))
`(tty-menu-disabled-face ((t (:background, gitnb-green :foreground, gitnb-yellow))))
`(tty-menu-disabled-face ((t (:background, gitnb-grey :foreground, gitnb-black))))

;; -- 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 3794558

Please sign in to comment.