aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/Grayscale-theme.el
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-09-06 22:04:04 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-09-06 22:04:04 +0100
commit53a402ef70b5b10cdc1a99048e33dae3deb4a04c (patch)
tree3e82cb87ec7f4bbe07740f69c1704e8b8c256115 /Emacs/.config/emacs/Grayscale-theme.el
parentcf9c2b407a395042a76eaf1a6e88f14d79010781 (diff)
downloaddotfiles-53a402ef70b5b10cdc1a99048e33dae3deb4a04c.tar.gz
dotfiles-53a402ef70b5b10cdc1a99048e33dae3deb4a04c.tar.bz2
dotfiles-53a402ef70b5b10cdc1a99048e33dae3deb4a04c.zip
+whitesapce fonts to grayscale
Diffstat (limited to 'Emacs/.config/emacs/Grayscale-theme.el')
-rw-r--r--Emacs/.config/emacs/Grayscale-theme.el4
1 files changed, 3 insertions, 1 deletions
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)