From 97359d48a00b30776c5416ea90735d8302687677 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Wed, 14 Sep 2016 11:30:30 -0700 Subject: [PATCH] Add go-guru-hl-identifier-face --- base16-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/base16-theme.el b/base16-theme.el index 92cc55e..067d129 100644 --- a/base16-theme.el +++ b/base16-theme.el @@ -134,6 +134,7 @@ an alternate theme for use in the terminal.") (isearch-fail :background base01 :inverse-video t :inherit font-lock-warning-face) (anzu-mode-line :foreground base0E) (evil-search-highlight-persist-highlight-face :background base01 :inverse-video t :inherit font-lock-warning-face) + (go-guru-hl-identifier-face :background base02) ;; Popups (popup-face :foreground base05 :background base02)