(link (:underline t))
;; mode line
- (mode-line (:box (:line-width -1 :color ,foreground)
- :background ,background :foreground ,foreground :inverse-video t))
-
- (mode-line-inactive (:box (:line-width -1 :color ,foreground)
- :background ,background :foreground ,foreground))
+ ;; (mode-line (:box (:line-width -1 :color ,foreground)
+ ;; :background ,background :foreground ,foreground :inverse-video t))
+ (mode-line (:box nil :background ,background :foreground ,foreground))
+ (mode-line-active (:underline (:color ,foreground :style wave :position 5)))
+ (mode-line-inactive (:inherit mode-line))
;; font lock
(font-lock-keyword-face (:bold t))