branch: elpa/gruvbox-theme commit fff195715b537ac6f13b89034c232a8f33bca45e Author: Shahab Shahsavari Alavidjeh <shahab.shahsav...@outlook.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Removing box styles from ace-jump and ace-window faces (#76) * Get rid of if-display-p parts * Adding highlighted line number color * Change cursor color * minor changes * simple tupo * try to chang cursor color with no luck * Adding anzu specific configuration * change gruvbox-yellow to gruvbox-bright_yellow * Adding anzi match faces * Add isearch specific colors * Commenting out anzu-matches * Minor Changes * Correcting lazy-highlight variable name * Add show pren moder section * minor change * Adding ace-jump and ace window modes * Adding experimental Ivy supprt * Removing boxes from ace-jump and ace-window faces * Adding Emacs backup files to .gitignore * Removing boxes from ace-jump and ace-window faces * Adding Emacs backup files to .gitignore --- .gitignore | 2 ++ gruvbox.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5630928bab..c2a2ca2c25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .sass-cache /.DS_Store /palette/node_modules +*~ +\#*\# diff --git a/gruvbox.el b/gruvbox.el index 6a84493d64..770cf2b57d 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -358,11 +358,11 @@ ;; Ace-jump-mode (ace-jump-face-background (:foreground gruvbox-light4 :background gruvbox-bg :inverse-video nil)) - (ace-jump-face-foreground (:foreground gruvbox-bright_red :background gruvbox-bg :inverse-video nil :box 1)) + (ace-jump-face-foreground (:foreground gruvbox-bright_red :background gruvbox-bg :inverse-video nil)) ;; Ace-window (aw-background-face (:forground gruvbox-light1 :background gruvbox-bg :inverse-video nil)) - (aw-leading-char-face (:foreground gruvbox-bright_orange :background gruvbox-bg :height 4.0 :box (:line-width 1 :color gruvbox-bright_orange))) + (aw-leading-char-face (:foreground gruvbox-bright_red :background gruvbox-bg :height 4.0)) ;; show-paren (show-paren-match (:background gruvbox-dark3 :weight 'bold))