From ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 Aug 2020 23:46:19 +0100 Subject: prefer cabal --- prog/jao-cabal.el | 2 +- themes/jao-light-theme.el | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/prog/jao-cabal.el b/prog/jao-cabal.el index db34d80..5f5fd99 100644 --- a/prog/jao-cabal.el +++ b/prog/jao-cabal.el @@ -6,7 +6,7 @@ (eval-after-load 'haskell-mode '(add-hook 'haskell-mode-hook (lambda () - (set (make-local-variable 'compile-command) "stack install")))) + (set (make-local-variable 'compile-command) "cabal install")))) (defun jao-haskell-cabal-build () (interactive) diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 1118cb0..72bf941 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -2,6 +2,7 @@ (:names (dimm-background "#f4f4f4") (dimm-background-2 "#f0f0f0") (dimm-background-3 "#f6f6f6") + (dimm-background-4 "#fafafa") (yellowish-background "#fffff8") (link "#00552a") (yellow "#fdf6e3") @@ -86,10 +87,10 @@ (magit-diff-context-highlight (c nil yellow) ex) (magit-diff-hunk-heading-highlight (c nil yellow) it bf) (mode-line (c "grey30" dimm-background-3) ;; "ghost white" - :box (:line-width 1 :color "grey75")) - (mode-line-inactive (c "grey40" paler-yellow) + :box (:line-width 1 :color "grey90")) + (mode-line-inactive (c "grey40" dimm-background-4) :height 1 - :box (:line-width 1 :color "grey75")) + :box (:line-width 1 :color "grey90")) (mode-line-buffer-id (~ mode-line) (c dark-blue-2) nit) (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) -- cgit v1.2.3