summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-dark-theme.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-03-19 21:00:01 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-03-19 21:00:01 +0100
commit32dd24dc84fb3ddd6ec1943a7c82042a423b7c4e (patch)
treede47f0a7e626bd1d3f808af5d33166485eb7ecf1 /themes/jao-dark-theme.el
parentb4e397463d48ae812a79112f99f093bf0dfeb954 (diff)
downloadelibs-32dd24dc84fb3ddd6ec1943a7c82042a423b7c4e.tar.gz
elibs-32dd24dc84fb3ddd6ec1943a7c82042a423b7c4e.tar.bz2
More theme tweaks
Diffstat (limited to 'themes/jao-dark-theme.el')
-rw-r--r--themes/jao-dark-theme.el46
1 files changed, 31 insertions, 15 deletions
diff --git a/themes/jao-dark-theme.el b/themes/jao-dark-theme.el
index 03f8e5d..e95f663 100644
--- a/themes/jao-dark-theme.el
+++ b/themes/jao-dark-theme.el
@@ -1,23 +1,25 @@
(jao-define-custom-theme jao-dark
- (:palette (fg unspecified "grey55")
+ (:palette (fg unspecified "grey60")
(bg unspecified "grey2")
(box "yellow" "grey30")
(button ((c 11) nul))
(hilite ((c nil 8)))
(strike-through ((c 8)))
- (italic ((c 101) nul) ((c "lemmonchiffon4")))
+ (italic ((c 101) nul) (it :family "DejaVu Sans" :height 90))
(link ((c 2) nul))
(visited-link ((c 2) nul))
(tab-sel ((c 9 8) nbf))
(tab-unsel ((c 15 6) bx))
- (comment ((c 3)))
- (keyword ((c 36) nbf nul) (bf))
+ (comment ((c 3)) ((c 3)))
+ (keyword ((c 12) nbf nul))
+;; (keyword ((c 151) nbf nul) (bf))
(type ((c 11) nbf))
- (function ((c 10) nul nbf))
+ (function ((c 108) nul nbf))
+;; (function ((c 13) nul bf))
(variable-name ((c nil)))
- (constant ((c 3)))
+ (constant ((c 4)))
(string ((c 2)))
- (warning ((c 144)))
+ (warning ((c 144)) ((c 1)))
(error ((c 9)))
(dimm ((c 3)))
(gnus-mail ((c 15 nil)))
@@ -25,18 +27,19 @@
(outline ((c 7)))
(f00 ((c 11)))
(f01 ((c 10)))
- (f02 ((c 29)))
+ (f02 ((c 23)) ((c "cadetblue4")))
(f10 ((p f00)))
(f11 ((p f01)))
(f12 ((p f02))))
(:faces (bold (c nil nil) nul)
+ (font-lock-doc-face (c 10))
(gnus-button (c nil nil) nul)
(gnus-summary-selected (c nil nil) ul nbf)
(mm-uu-extract (c nil 6))
(mode-line (c 7 8) nbf nul)
- (mode-line-inactive (c 8 6) nbf nul)
+ (mode-line-inactive (c 8 16) nbf nul)
(org-hide (c 0 nil))
- (rcirc-other-nick (c 14) bf)
+;; (rcirc-other-nick (c 4) nbf)
(vertical-border (c 8 nil) :inherit nil)
(w3m-image (c 1))
(w3m-tab-background (c 0 0))
@@ -44,18 +47,31 @@
(widget-button (c nil nil) nul))
(:x-faces (gnus-button (c nil nil) nul)
(gnus-summary-selected (c "grey40" nil) ul)
- (mode-line (c 14 8) bf nul bx)
+ (mode-line (c 14 8) nbf nul bx)
(mode-line-inactive (c 3 8) nbf nul bx)
(org-hide (c 0 nil))
+ (font-lock-doc-face (c 10))
(fringe (p dimm))
(rcirc-other-nick (c 5))
(vertical-border (c 8 nil) :inherit nil)
(w3m-image (c 9))
(w3m-tab-background (c 0 0))
(widget-button (c nil nil) nul))
- (:x-colors "#050505" "lightgoldenrod3" "darkseagreen4" "grey40" "lightcyan4"
- "paleturquoise4" "grey7" "grey60"
- "grey20" "sienna4" "#44836e" "#648f81" "darkseagreen4"
- "aquamarine4" "azure4" "grey60"))
+ (:x-colors "#050505"
+ "lightgoldenrod3"
+ "darkseagreen4"
+ "grey40"
+ "lightcyan4"
+ "paleturquoise4"
+ "grey7"
+ "grey60"
+ "grey20"
+ "sienna4"
+ "#44836e"
+ "#648f81"
+ "darkseagreen4"
+ "aquamarine4"
+ "azure4"
+ "grey60"))
(provide 'jao-dark-theme)