emacs: tweak mode-line look
[~bandali/configs] / .emacs.d / init.el
index 9f645a3..781b7f0 100644 (file)
@@ -451,12 +451,13 @@ This sets each user option VAR's value to the corresponding VALUE.
   (with-eval-after-load 'faces
     (let* ((grey "#e7e7e7")
            (darker-grey "#d9d9d9")
-           (box ;; `(:line-width -1 :style released-button)
-            'unspecified))
+           (box ;; 'unspecified
+                `(:line-width -1 :style released-button)))
       (set-face-attribute 'mode-line nil
                           :background grey :box box)
-      (set-face-attribute 'mode-line-inactive nil
-                          :background darker-grey :box box))))
+      ;; (set-face-attribute 'mode-line-inactive nil
+      ;;                     :background darker-grey :box box)
+      )))
 
 \f
 ;;; Useful utilities