diff options
author | Alan Pearce | 2017-08-17 19:24:29 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-17 19:24:29 +0200 |
commit | adf318d893aef62e013b6efeaf7af7afdc867586 (patch) | |
tree | 798b0b4816b8683c5370b7b130b4e985a7a94dc3 | |
parent | ab8c61f56ea5106868752ab023ad4ec501c5b2f2 (diff) | |
parent | a9587ab6704d21e61775b75818e26c0997c78e52 (diff) | |
download | nixfiles-adf318d893aef62e013b6efeaf7af7afdc867586.tar.lz nixfiles-adf318d893aef62e013b6efeaf7af7afdc867586.tar.zst nixfiles-adf318d893aef62e013b6efeaf7af7afdc867586.zip |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | emacs/.emacs.d/main.el | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 0ca1211c..403c5b17 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -157,29 +157,6 @@ ;; *** Colours -;; Eziam looks nice, too, except for the non-white background. I prefer -;; white because most other application backgrounds are that colour. - -;; #+BEGIN_SRC emacs-lisp -(use-package eziam-light-theme - :ensure eziam-theme - :disabled t - :if (or window-system - (daemonp)) - :defines (eziam-scale-headings) - :config (progn - (setq eziam-scale-headings nil) - (load-theme 'eziam-light t) - (custom-theme-set-faces 'user - '(default ((t (:background "#ffffff")))) - '(js2-function-call ((t (:underline nil)))) - '(js2-object-property ((t (:slant normal)))) - '(font-lock-keyword-face ((t (:weight normal)))) - '(git-gutter-fr:added ((t (:foreground "#96a4ab")))) - '(git-gutter-fr:modified ((t (:foreground "#96a4ab")))) - '(git-gutter-fr:deleted ((t (:foreground "#96a4ab"))))))) -;; #+END_SRC - ;; White-theme. Sounds like a good idea. ;; #+BEGIN_SRC emacs-lisp |