aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/themes/ryanakca-theme.el
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-03-02 22:27:06 -0500
committerRyan Kavanagh <rak@debian.org>2013-03-02 22:27:06 -0500
commit1cf83c2ef11c77187471942ac4bdffb9bce1d146 (patch)
tree59a7ae16d4a083fbed8c52dfe833e98b5f1ca3e8 /.emacs.d/themes/ryanakca-theme.el
parentAdd missing parts of make- targets for emacsen (diff)
Lighten font face for comments
Diffstat (limited to '.emacs.d/themes/ryanakca-theme.el')
-rw-r--r--.emacs.d/themes/ryanakca-theme.el6
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))))