From 53a402ef70b5b10cdc1a99048e33dae3deb4a04c Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 6 Sep 2020 22:04:04 +0100 Subject: +whitesapce fonts to grayscale --- Emacs/.config/emacs/Grayscale-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/Grayscale-theme.el') diff --git a/Emacs/.config/emacs/Grayscale-theme.el b/Emacs/.config/emacs/Grayscale-theme.el index 8812418..8d390f0 100644 --- a/Emacs/.config/emacs/Grayscale-theme.el +++ b/Emacs/.config/emacs/Grayscale-theme.el @@ -53,6 +53,8 @@ '(company-preview-common ((t (:inherit company-preview :foreground "grey")))) '(org-block ((t (:background "gray3" :inherit shadow)))) '(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :height 113 :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#b6b6b6" :background "#000000" :stipple nil :inherit nil)))) - '(eshell-prompt ((t (:foreground "deep sky blue" :weight bold))))) + '(eshell-prompt ((t (:foreground "deep sky blue" :weight bold)))) + '(whitespace-tab ((t (:background "gray5" :foreground "gray20")))) + '(whitespace-space ((t (:background "gray2" :foreground "darkgray"))))) (provide-theme 'Grayscale) -- cgit v1.2.3-13-gbd6f