More contrast
This commit is contained in:
2
init.el
2
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.
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
@@ -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.")
|
||||
|
||||
10
my-themes.el
10
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)
|
||||
|
||||
Reference in New Issue
Block a user