branch: elpa/gruvbox-theme commit 01a97cf53896578e2336f80f8e99ac363f03ef53 Author: Jasonm23 <jason...@gmail.com> Commit: Jasonm23 <jason...@gmail.com>
Remove redundant defun --- gruvbox-theme.el | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/gruvbox-theme.el b/gruvbox-theme.el index 580458a7eb..6ed97c2139 100644 --- a/gruvbox-theme.el +++ b/gruvbox-theme.el @@ -7,7 +7,7 @@ ;; Greduan <m...@greduan.com> ;; Maintainer: jasonm23 <jason...@gmail.com> ;; URL: http://github.com/Greduan/emacs-theme-gruvbox -;; Version: 1.02 +;; Version: 1.03 ;; Package-Requires: ((autothemer "0.2")) @@ -52,11 +52,11 @@ gruvbox "A retro-groove colour theme" - ((((class color) (min-colors #xFFFFFF) (background 'dark)) ;; color column 1 GUI/24bit - ((class color) (min-colors #xFF) (background 'dark)) ;; color column 2 Xterm/256 + ((((class color) (min-colors #xFFFFFF) (background dark)) ;; color column 1 GUI/24bit + ((class color) (min-colors #xFF) (background dark)) ;; color column 2 Xterm/256 - ((class color) (min-colors #xFFFFFF) (background 'light)) ;; color column 1 GUI/24bit - ((class color) (min-colors #xFF) (background 'light))) ;; color column 2 Xterm/256 + ((class color) (min-colors #xFFFFFF) (background light)) ;; color column 1 GUI/24bit + ((class color) (min-colors #xFF) (background light))) ;; color column 2 Xterm/256 (gruvbox-dark0_hard "#1d2021" "#1c1c1c" "#f9f5d7" "#ffffdf") (gruvbox-dark0 "#282828" "#262626" "#fbf1c7" "#ffffaf") @@ -444,18 +444,6 @@ ,gruvbox-neutral_aqua ,gruvbox-light1]))) -(defun gruvbox-set-ansi-color-names-vector () - "Give comint and the like the same colours as the term colours we set." - (setq ansi-color-names-vector - [term-color-black - term-color-red - term-color-green - term-color-yellow - term-color-blue - term-color-purple - term-color-aqua - term-color-white])) - ;;;###autoload (and load-file-name (boundp 'custom-theme-load-path)