diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-01 21:40:58 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-09-01 21:40:58 +0100 |
commit | 197a0dbda4e95e6911561cc9c2b8750e5307d5d4 (patch) | |
tree | b86595e07a6fedb195380d0274f99bc7dc86defd /Emacs/.config/emacs | |
parent | 147e845da6de5f82435dca165bb54d70131d5750 (diff) | |
download | dotfiles-197a0dbda4e95e6911561cc9c2b8750e5307d5d4.tar.gz dotfiles-197a0dbda4e95e6911561cc9c2b8750e5307d5d4.tar.bz2 dotfiles-197a0dbda4e95e6911561cc9c2b8750e5307d5d4.zip |
+eshell prompt colouring for grayscale
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/Grayscale-theme.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/Grayscale-theme.el b/Emacs/.config/emacs/Grayscale-theme.el index 6449055..8812418 100644 --- a/Emacs/.config/emacs/Grayscale-theme.el +++ b/Emacs/.config/emacs/Grayscale-theme.el @@ -1,5 +1,5 @@ (deftheme Grayscale - "Created 2020-08-09.") + "Created 2020-08-28.") (custom-theme-set-faces 'Grayscale @@ -52,6 +52,7 @@ '(company-preview ((((background light)) (:inherit (company-tooltip-selection company-tooltip))) (((background dark)) (:foreground "wheat" :background "blue4")))) '(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))))) + '(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))))) (provide-theme 'Grayscale) |