diff --git a/tron-theme.el b/tron-theme.el index 4170e53..a48238b 100644 --- a/tron-theme.el +++ b/tron-theme.el @@ -50,9 +50,9 @@ '(info-xref-visited ((t (:inherit 'mouse :underline t)))) ;; mode-line - '(mode-line ((t (:inherit 'default :box (:line-width 1 :color "#19cdea"))))) - '(mode-line-buffer-id ((t (:inherit 'font-lock-string-face :weight bold)))) - '(mode-line-inactive ((t (:inherit 'mode-line :box (:color "#0c191c"))))) + '(mode-line ((t (:background "#e0c625" :foreground "#000000" :box nil)))) + '(mode-line-buffer-id ((t (:weight bold)))) + '(mode-line-inactive ((t (:inherit 'mode-line :background "#15abc3")))) ;; rainbow-delimiters '(rainbow-delimiters-depth-1-face ((t (:foreground "#a3e8ef"))))