(Emacs|NeoVim|Shell)~small changes and minor updates

This commit is contained in:
2023-10-15 00:04:02 +01:00
parent 2ddb3bd2ef
commit 1e72776578
7 changed files with 17 additions and 14 deletions

View File

@@ -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"))))