summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-08-07 23:46:19 +0100
committerjao <jao@gnu.org>2020-08-07 23:46:19 +0100
commited64d6044c6a2d3d14a9a4cbd3eadda6831172fc (patch)
treec56d9319ff1d6e53669eadc46c99152439e970d4
parent7827e93cd050e0e2ef029ccc460ceb567aa25937 (diff)
downloadelibs-ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc.tar.gz
elibs-ed64d6044c6a2d3d14a9a4cbd3eadda6831172fc.tar.bz2
prefer cabal
-rw-r--r--prog/jao-cabal.el2
-rw-r--r--themes/jao-light-theme.el7
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))