aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-15 00:04:02 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-15 00:08:25 +0100
commit1e72776578952a5c230a4daa49a71464073a93cf (patch)
tree331c14fcaf32f67bf28168c12054c10e879fd0c8 /Emacs/.config/emacs/elisp
parent2ddb3bd2ef49be54baf5dcbdccf8caa8efb46d3d (diff)
downloaddotfiles-1e72776578952a5c230a4daa49a71464073a93cf.tar.gz
dotfiles-1e72776578952a5c230a4daa49a71464073a93cf.tar.bz2
dotfiles-1e72776578952a5c230a4daa49a71464073a93cf.zip
(Emacs|NeoVim|Shell)~small changes and minor updates
Diffstat (limited to 'Emacs/.config/emacs/elisp')
-rw-r--r--Emacs/.config/emacs/elisp/personal-primary-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el
index 678c447..8bb433c 100644
--- a/Emacs/.config/emacs/elisp/personal-primary-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el
@@ -55,7 +55,8 @@
'(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))))
- '(eshell-prompt ((t (:foreground "deep sky blue" :weight bold))))
+ '(eshell-prompt ((t (:foreground "turquoise3" :weight bold))))
+ '(eshell-ls-directory ((t (:foreground "DeepSkyBlue3" :weight bold))))
'(whitespace-tab ((t (:background "gray5" :foreground "gray20"))))
'(whitespace-space ((t (:background "gray2" :foreground "darkgray"))))
'(whitespace-line ((t (:background "black" :foreground "violet"))))