summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-20 11:07:58 -0400
committerDavid Robillard <d@drobilla.net>2015-10-20 11:09:08 -0400
commit415a27fadb04dc70ea0ed68dd00262a34056b7c3 (patch)
treedad258a0614a07f449a3c9a383582133fa70766e
parent8fb57e9a8c0956b0533d8f72630641ae6742db3a (diff)
downloaddotfiles-415a27fadb04dc70ea0ed68dd00262a34056b7c3.tar.gz
dotfiles-415a27fadb04dc70ea0ed68dd00262a34056b7c3.tar.bz2
dotfiles-415a27fadb04dc70ea0ed68dd00262a34056b7c3.zip
Prettier colours
-rw-r--r--emacs.d/init.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index c2e7088..8ab7933 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -89,7 +89,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(default ((t (:stipple nil :background "#141414" :foreground "#D3D7CF" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 100 :width normal :foundry "unknown" :family "Monospace"))))
+ '(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(bold ((t (:weight bold))))
'(cursor ((t (:background "grey80"))))
'(diff-added ((t (:foreground "#859900"))))
@@ -114,15 +114,15 @@
'(diredp-symlink ((t (:foreground "#32E2E2"))))
'(diredp-write-priv ((t (:foreground "gray90"))))
'(escape-glyph ((((background dark)) (:foreground "cyan"))))
- '(font-lock-comment-face ((((class color) (min-colors 88) (background dark)) (:foreground "#268BD2"))))
+ '(font-lock-comment-face ((t (:foreground "#6C71C4"))))
'(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold))))
'(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground "#6C71C4"))))
- '(font-lock-function-name-face ((((class color) (min-colors 88) (background dark)) (:foreground "gray95"))))
- '(font-lock-keyword-face ((((class color) (min-colors 88) (background dark)) (:foreground "#859900"))))
+ '(font-lock-function-name-face ((t (:foreground "#2AA198"))))
+ '(font-lock-keyword-face ((t (:foreground "#839496"))))
'(font-lock-preprocessor-face ((nil (:foreground "#D33682"))))
- '(font-lock-string-face ((((class color) (min-colors 88) (background dark)) (:foreground "#CB4B16"))))
- '(font-lock-type-face ((((class color) (min-colors 88) (background dark)) (:foreground "#2AA198"))))
- '(font-lock-variable-name-face ((t (:foreground "white"))))
+ '(font-lock-string-face ((t (:foreground "#CB4B16"))))
+ '(font-lock-type-face ((t (:foreground "#859900"))))
+ '(font-lock-variable-name-face ((t (:foreground "#E3F1F1"))))
'(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground "#D30102" :weight bold))))
'(fringe ((((class color) (background dark)) (:background "grey25"))))
'(header-line ((t (:inherit mode-line))))