From e4ebc820b7063e6c0ae21218e172f7dae320fcfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki?= Date: Tue, 5 Sep 2017 20:56:54 +0200 Subject: [PATCH] More contrast --- init.el | 2 +- my-noexternals.el | 4 +++- my-packages.el | 2 +- my-themes.el | 10 +++++++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index 3653e41..76959ba 100644 --- a/init.el +++ b/init.el @@ -30,7 +30,7 @@ ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (web-mode use-package-chords use-package projectile pkg-info less-css-mode ghc fill-column-indicator evil-magit evil epl diminish dash counsel bind-chord base16-theme async all-the-icons)))) + (jdee web-mode use-package-chords use-package projectile pkg-info less-css-mode ghc fill-column-indicator evil-magit evil epl diminish dash counsel bind-chord base16-theme async all-the-icons)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/my-noexternals.el b/my-noexternals.el index 80804d6..e68a4f1 100644 --- a/my-noexternals.el +++ b/my-noexternals.el @@ -34,7 +34,8 @@ backup-directory-alist `((".*" . ,temporary-file-directory)) auto-save-file-name-transforms `((".*" ,temporary-file-directory t)) undo-tree-auto-save-history t - vc-mode 1) + vc-mode 1 + jdee-server-dir "/Users/you/.emacs.d/jdee-server") (global-auto-revert-mode 1) (electric-pair-mode 1) @@ -96,6 +97,7 @@ ((string-match "libvirt/" bname) (c-set-style "libvirt")) ((string-match "datastructures/" bname) (c-set-style "linux")) ((string-match "linux/" bname) (c-set-style "linux-tabs-only")) + ((string-match ".*" bname) (c-set-style "linux")) ))) (defun remove-elc-on-save () diff --git a/my-packages.el b/my-packages.el index 0521afa..4c649c3 100644 --- a/my-packages.el +++ b/my-packages.el @@ -11,7 +11,7 @@ (defvar prelude-packages '(all-the-icons async base16-theme bind-chord bind-key counsel dash diminish epl evil evil-magit fill-column-indicator ghc git-commit - goto-chg haskell-mode ivy key-chord less-css-mode magit magit-popup + goto-chg haskell-mode ivy jdee key-chord less-css-mode magit magit-popup pkg-info projectile swiper undo-tree use-package use-package-chords web-mode with-editor) "A list of packages to ensure are installed at launch.") diff --git a/my-themes.el b/my-themes.el index 45a25d1..ac1d11f 100644 --- a/my-themes.el +++ b/my-themes.el @@ -6,9 +6,12 @@ (load-theme my:theme t) (custom-theme-set-faces my:theme - '(linum ((t (:underline nil :background "#333842" :foreground "#a2a3b4" + '(default ((t (:background "#161718" :foreground "#d0d0d0")))) + '(hl-line ((t (:background "#282A2C")))) + '(highlight ((t (:background "#282A2C")))) + '(linum ((t (:underline nil :background "#232832" :foreground "#a2a3b4" :weight bold)))) - '(mode-line ((t (:background "#282c34" :foreground "#b8b8b8" :box nil + '(mode-line ((t (:background "#181819" :foreground "#b8b8b8" :box nil :family "Iosevka Term" :height 100)))) '(mode-line-buffer-id ((t (:foreground "#a1b56c" :family "Iosevka Term" :height 100)))) @@ -17,7 +20,8 @@ :height 100)))) '(mode-line-inactive ((t (:background "#282c34" :foreground "#585858" :box nil :underline nil - :family "Iosevka Term" :height 100))))) + :family "Iosevka Term" :height 100)))) + ) ) (if (daemonp)