diff --git a/lisp/mitch-theme.el b/lisp/mitch-theme.el index 4d47a6a..aee8e9d 100644 --- a/lisp/mitch-theme.el +++ b/lisp/mitch-theme.el @@ -137,31 +137,31 @@ (corfu-default (:background mitch-mid-gray)) (corfu-current (:inherit 'completions-highlight)) ;; vterm colors - (vterm-color-red (:foreground mitch-red :background mitch-light-red)) - (vterm-color-blue (:foreground mitch-blue :background mitch-light-blue)) - (vterm-color-cyan (:foreground mitch-cyan :background mitch-light-cyan)) - (vterm-color-black (:foreground mitch-black :background mitch-light-black)) - (vterm-color-green (:foreground mitch-green :background mitch-light-green)) - (vterm-color-white (:foreground mitch-white :background mitch-light-white)) - (vterm-color-yellow (:foreground mitch-yellow :background mitch-light-yellow)) - (vterm-color-magenta (:foreground mitch-magenta :background mitch-light-magenta)) + ;; (vterm-color-red (:foreground mitch-red :background mitch-light-red)) + ;; (vterm-color-blue (:foreground mitch-blue :background mitch-light-blue)) + ;; (vterm-color-cyan (:foreground mitch-cyan :background mitch-light-cyan)) + ;; (vterm-color-black (:foreground mitch-black :background mitch-light-black)) + ;; (vterm-color-green (:foreground mitch-green :background mitch-light-green)) + ;; (vterm-color-white (:foreground mitch-white :background mitch-light-white)) + ;; (vterm-color-yellow (:foreground mitch-yellow :background mitch-light-yellow)) + ;; (vterm-color-magenta (:foreground mitch-magenta :background mitch-light-magenta)) ;; ansi-term colors - (term-color-black (:foreground mitch-black :background mitch-light-black)) - (term-color-red (:foreground mitch-red :background mitch-light-red)) - (term-color-green (:foreground mitch-green :background mitch-light-green)) - (term-color-yellow (:foreground mitch-yellow :background mitch-light-yellow)) - (term-color-blue (:foreground mitch-blue :background mitch-light-blue)) - (term-color-magenta (:foreground mitch-magenta :background mitch-light-magenta)) - (term-color-cyan (:foreground mitch-cyan :background mitch-light-cyan)) - (term-color-white (:foreground mitch-white :background mitch-light-white)) - (term-color-bright-black (:background mitch-black :foreground mitch-light-black)) - (term-color-bright-red (:background mitch-red :foreground mitch-light-red)) - (term-color-bright-green (:background mitch-green :foreground mitch-light-green)) - (term-color-bright-yellow (:background mitch-yellow :foreground mitch-light-yellow)) - (term-color-bright-blue (:background mitch-blue :foreground mitch-light-blue)) - (term-color-bright-magenta (:background mitch-magenta :foreground mitch-light-magenta)) - (term-color-bright-cyan (:background mitch-cyan :foreground mitch-light-cyan)) - (term-color-bright-white (:background mitch-white :foreground mitch-light-white)) + (ansi-color-black (:foreground mitch-black :background mitch-light-black)) + (ansi-color-red (:foreground mitch-red :background mitch-light-red)) + (ansi-color-green (:foreground mitch-green :background mitch-light-green)) + (ansi-color-yellow (:foreground mitch-yellow :background mitch-light-yellow)) + (ansi-color-blue (:foreground mitch-blue :background mitch-light-blue)) + (ansi-color-magenta (:foreground mitch-magenta :background mitch-light-magenta)) + (ansi-color-cyan (:foreground mitch-cyan :background mitch-light-cyan)) + (ansi-color-white (:foreground mitch-white :background mitch-light-white)) + (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-green (:background mitch-green :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-magenta (:background mitch-magenta :foreground mitch-light-magenta)) + (ansi-color-bright-cyan (:background mitch-cyan :foreground mitch-light-cyan)) + (ansi-color-bright-white (:background mitch-white :foreground mitch-light-white)) ) )