diff options
Diffstat (limited to 'emacs.d')
-rw-r--r-- | emacs.d/init.el | 14 |
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)))) |