emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruvbox-theme fff195715b 145/258: Removing box styles from


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme fff195715b 145/258: Removing box styles from ace-jump and ace-window faces (#76)
Date: Sat, 1 Jan 2022 01:59:39 -0500 (EST)

branch: elpa/gruvbox-theme
commit fff195715b537ac6f13b89034c232a8f33bca45e
Author: Shahab Shahsavari Alavidjeh <shahab.shahsavari@outlook.com>
Commit: Jason Milkins <jasonm23@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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]