Eshell colors, rebalance theme

This commit is contained in:
MitchMarq42 2022-08-24 19:12:33 -08:00
parent 759b065dd5
commit 54abd1ab66

View File

@ -106,7 +106,10 @@
(link-visited (:foreground mitch-mid-violet :underline 't)) (link-visited (:foreground mitch-mid-violet :underline 't))
(whitespace-line (:background mitch-dark-red)) (whitespace-line (:background mitch-dark-red))
(line-number (:background 'nil :inherit 'font-lock-comment-delimiter-face)) (line-number (:background 'nil :inherit 'font-lock-comment-delimiter-face))
(line-number-current-line (:inherit 'line-number :foreground mitch-yellow :weight 'bold)) (line-number-current-line (:inherit
'line-number
:foreground mitch-yellow
:weight 'bold))
(linum (:inherit 'line-number)) (linum (:inherit 'line-number))
(linum-relative-current-face (:inherit 'line-number-current-line)) (linum-relative-current-face (:inherit 'line-number-current-line))
(ivy-current-match (:inherit 'highlight :extend t)) (ivy-current-match (:inherit 'highlight :extend t))
@ -124,7 +127,9 @@
(font-lock-variable-name-face (:foreground mitch-light-cyan :weight 'normal)) (font-lock-variable-name-face (:foreground mitch-light-cyan :weight 'normal))
(font-lock-negation-char-face (:foreground mitch-visual-bg :weight 'bold)) (font-lock-negation-char-face (:foreground mitch-visual-bg :weight 'bold))
;; other things ;; other things
(transient-heading (:inherit 'default :foreground mitch-magenta :weight 'bold)) (transient-heading (:inherit 'default
:foreground mitch-magenta
:weight 'bold))
(rainbow-delimiters-depth-1-face (:foreground mitch-light-magenta)) (rainbow-delimiters-depth-1-face (:foreground mitch-light-magenta))
(rainbow-delimiters-depth-2-face (:foreground mitch-magenta :weight 'normal)) (rainbow-delimiters-depth-2-face (:foreground mitch-magenta :weight 'normal))
(vertical-border (:foreground mitch-mid-violet :weight 'bold)) (vertical-border (:foreground mitch-mid-violet :weight 'bold))
@ -133,7 +138,9 @@
(whitespace-tab (:foreground mitch-black)) (whitespace-tab (:foreground mitch-black))
(whitespace-newline (:foreground mitch-black)) (whitespace-newline (:foreground mitch-black))
(org-meta-line (:inherit 'font-lock-comment-delimiter-face)) (org-meta-line (:inherit 'font-lock-comment-delimiter-face))
(isearch (:foreground mitch-dark-yellow :background mitch-light-magenta :weight 'bold)) (isearch (:foreground mitch-dark-yellow
:background mitch-light-magenta
:weight 'bold))
(lazy-highlight (:inherit 'isearch)) (lazy-highlight (:inherit 'isearch))
(completions-highlight (:background mitch-mid-violet)) (completions-highlight (:background mitch-mid-violet))
(corfu-default (:background mitch-mid-gray)) (corfu-default (:background mitch-mid-gray))
@ -144,19 +151,34 @@
(ansi-color-green (:foreground mitch-green :background mitch-light-green)) (ansi-color-green (:foreground mitch-green :background mitch-light-green))
(ansi-color-yellow (:foreground mitch-yellow :background mitch-light-yellow)) (ansi-color-yellow (:foreground mitch-yellow :background mitch-light-yellow))
(ansi-color-blue (:foreground mitch-blue :background mitch-light-blue)) (ansi-color-blue (:foreground mitch-blue :background mitch-light-blue))
(ansi-color-magenta (:foreground mitch-magenta :background mitch-light-magenta)) (ansi-color-magenta (:foreground mitch-magenta
:background mitch-light-magenta))
(ansi-color-cyan (:foreground mitch-cyan :background mitch-light-cyan)) (ansi-color-cyan (:foreground mitch-cyan :background mitch-light-cyan))
(ansi-color-white (:foreground mitch-white :background mitch-light-white)) (ansi-color-white (:foreground mitch-white :background mitch-light-white))
(ansi-color-bright-black (:background mitch-black :foreground mitch-light-black)) (ansi-color-bright-black (:background mitch-black
:foreground mitch-light-black))
(ansi-color-bright-red (:background mitch-red :foreground mitch-light-red)) (ansi-color-bright-red (:background mitch-red :foreground mitch-light-red))
(ansi-color-bright-green (:background mitch-green :foreground mitch-light-green)) (ansi-color-bright-green (:background mitch-green
(ansi-color-bright-yellow (:background mitch-yellow :foreground mitch-light-yellow)) :foreground mitch-light-green))
(ansi-color-bright-yellow (:background mitch-yellow
:foreground mitch-light-yellow))
(ansi-color-bright-blue (:background mitch-blue :foreground mitch-light-blue)) (ansi-color-bright-blue (:background mitch-blue :foreground mitch-light-blue))
(ansi-color-bright-magenta (:background mitch-magenta :foreground mitch-light-magenta)) (ansi-color-bright-magenta (:background mitch-magenta
:foreground mitch-light-magenta))
(ansi-color-bright-cyan (:background mitch-cyan :foreground mitch-light-cyan)) (ansi-color-bright-cyan (:background mitch-cyan :foreground mitch-light-cyan))
(ansi-color-bright-white (:background mitch-white :foreground mitch-light-white)) (ansi-color-bright-white (:background mitch-white
;; man page colors :foreground mitch-light-white))
;; (Man-overstrike (:inherit 'outline-1)) ;; eshell colors
(epe-dir-face (:foreground mitch-cyan))
(eshell-syntax-highlighting-shell-command-face (:foreground
mitch-light-green))
(eshell-syntax-highlighting-lisp-function-face (:foreground
mitch-light-green))
(eshell-syntax-highlighting-alias-face (:foreground
mitch-light-green))
(eshell-syntax-highlighting-invalid-face (:weight 'bold
:foreground mitch-red))
(epe-status-face (:inherit 'font-lock-constant-face))
) )
) )