diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-02 22:27:06 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-02 22:27:06 -0500 |
commit | 1cf83c2ef11c77187471942ac4bdffb9bce1d146 (patch) | |
tree | 59a7ae16d4a083fbed8c52dfe833e98b5f1ca3e8 /.emacs.d | |
parent | Add missing parts of make- targets for emacsen (diff) |
Lighten font face for comments
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/themes/ryanakca-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/themes/ryanakca-theme.el b/.emacs.d/themes/ryanakca-theme.el index 994c203..52f9616 100644 --- a/.emacs.d/themes/ryanakca-theme.el +++ b/.emacs.d/themes/ryanakca-theme.el @@ -1,5 +1,5 @@ (deftheme ryanakca - "Created 2013-02-28.") + "Created 2013-03-01.") (custom-theme-set-faces 'ryanakca @@ -15,8 +15,8 @@ '(secondary-selection ((t (:foreground "#f6f3e8" :background "#333366")))) '(trailing-whitespace ((t (:background "#a40000")))) '(font-lock-builtin-face ((t (:foreground "LightCoral")))) - '(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face :foreground "#005fff")))) - '(font-lock-comment-face ((t (:foreground "#005fff" :slant oblique)))) + '(font-lock-comment-delimiter-face ((t (:foreground "#DC45DC" :inherit font-lock-comment-face)))) + '(font-lock-comment-face ((t (:foreground "#DC45DC" :slant oblique)))) '(font-lock-constant-face ((t (:foreground "orchid" :weight bold)))) '(font-lock-doc-face ((t (:slant oblique :foreground "moccasin" :inherit (font-lock-string-face))))) '(font-lock-function-name-face ((t (:foreground "deep sky blue" :weight bold :height 1.1)))) |