summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-12 21:04:17 +0200
committerDavid Robillard <d@drobilla.net>2017-04-12 21:04:17 +0200
commit33dc54fe1ecf08caf160231a7e8b08993e829457 (patch)
treefc0bc44322cd0734180e49b860b26a597252741e
parent1d36be15a8732bfb801cf4c2f6b207fc252a1f45 (diff)
downloaddotfiles-33dc54fe1ecf08caf160231a7e8b08993e829457.tar.gz
dotfiles-33dc54fe1ecf08caf160231a7e8b08993e829457.tar.bz2
dotfiles-33dc54fe1ecf08caf160231a7e8b08993e829457.zip
Touch up colours
-rw-r--r--emacs.d/drobillized-theme.el12
-rw-r--r--emacs.d/init.el2
2 files changed, 7 insertions, 7 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el
index 0b0f8cd..92c110d 100644
--- a/emacs.d/drobillized-theme.el
+++ b/emacs.d/drobillized-theme.el
@@ -104,15 +104,15 @@ Reload the theme after changing anything in this group."
`(font-latex-warning-face ((t (:inherit bold :foreground ,red))))
`(font-lock-builtin-face ((t (:foreground ,blue-l))))
`(font-lock-comment-face ((t (:foreground ,violet))))
- `(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold))))
+ `(font-lock-constant-face ((t (:foreground "#93A1A1"))))
`(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet))))
- `(font-lock-function-name-face ((t (:foreground ,cyan))))
- `(font-lock-keyword-face ((t (:foreground ,base0))))
+ `(font-lock-function-name-face ((t (:foreground ,cyan :weight normal))))
+ `(font-lock-keyword-face ((t (:foreground "#738181" :weight bold))))
`(font-lock-preprocessor-face ((nil (:foreground ,magenta))))
`(font-lock-string-face ((t (:foreground ,orange))))
- `(font-lock-type-face ((t (:foreground ,green))))
- `(font-lock-variable-name-face ((t (:foreground "#E3F1F1"))))
- `(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground ,red :weight bold))))
+ `(font-lock-type-face ((t (:foreground ,green :weight normal))))
+ `(font-lock-variable-name-face ((t (:foreground "#E3F1F1" :weight normal))))
+ `(font-lock-warning-face ((t (:foreground ,red))))
`(fringe ((((class color) (background dark)) (:background "grey25"))))
`(ggtags-global-line ((t (:inherit secondary-selection))))
`(header-line ((t (:inherit mode-line))))
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 8b77eb2..02bbf0e 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -100,7 +100,7 @@
'(custom-enabled-themes (quote (drobillized)))
'(custom-safe-themes
(quote
- ("dff1438d7fe59ceebfe04b8a71eaeb1c874d0608fcaefb64f3c6a12556e8acd9" default)))
+ ("498d05dd285960bd58847dec6e3035978dd8657786ac519bea9c6498112251b3" default)))
'(delete-old-versions t)
'(dired-listing-switches "-al --time-style=long-iso")
'(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")