summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-dark-theme.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-12 23:39:29 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-10-12 23:39:29 +0200
commit1b0abee054235ea4ac7589dd92d3939e1386d24a (patch)
tree91d2aa7d5a810bb0032dfe1585ad8e0023c5f81e /themes/jao-dark-theme.el
downloadelibs-1b0abee054235ea4ac7589dd92d3939e1386d24a.tar.gz
elibs-1b0abee054235ea4ac7589dd92d3939e1386d24a.tar.bz2
Initial contents
Diffstat (limited to 'themes/jao-dark-theme.el')
-rw-r--r--themes/jao-dark-theme.el63
1 files changed, 63 insertions, 0 deletions
diff --git a/themes/jao-dark-theme.el b/themes/jao-dark-theme.el
new file mode 100644
index 0000000..7976337
--- /dev/null
+++ b/themes/jao-dark-theme.el
@@ -0,0 +1,63 @@
+(jao-define-custom-theme jao-dark-theme
+ (:palette (fg unspecified "grey55")
+ (bg unspecified "grey2")
+ (box "yellow" "grey30")
+ (button ((c 11) nul))
+ (hilite ((c nil 8)))
+ (strike-through ((c 8)))
+ (italic ((c 13)))
+ (link ((c 5) ul))
+ (visited-link ((c 3) ul))
+ (tab-sel ((c 9 8) nbf))
+ (tab-unsel ((c 15 6) bx))
+ (comment ((c 3)))
+;; (keyword ((c 12) nbf))
+ (keyword ((c 11) nbf))
+ (type ((c 11) nbf))
+;; (function ((c 10) nbf))
+ (function ((c 10) nbf))
+ (variable-name ((c nil)))
+ (constant ((c 3)))
+ (string ((c 14)))
+ (warning ((c 1)))
+ (error ((c 9)))
+ (dimm ((c 3)))
+ (gnus-mail ((c 15 nil)))
+ (gnus-news ((c 15 nil)))
+ (outline ((c 7)))
+ (f00 ((c 5)))
+ (f01 ((c 11)))
+ (f02 ((c 10)))
+ (f10 ((p f00)))
+ (f11 ((p f01)))
+ (f12 ((p f02))))
+ (:faces (bold (c nil nil) nul)
+ (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)
+ (org-hide (c 0 nil))
+ (rcirc-other-nick (c 14))
+ (vertical-border (c 8 nil) :inherit nil)
+ (w3m-image (c 1))
+ (w3m-tab-background (c 0 0))
+ (w3m-tab-line (c 0 0))
+ (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-inactive (c 3 8) nbf nul bx)
+ (org-hide (c 0 nil))
+ (fringe (p dimm))
+ (rcirc-other-nick (c 6))
+ (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 "black" "lightgoldenrod3" "darkslategray" "grey40" "lightcyan4"
+ "paleturquoise4" "#3F4D5C" "grey55"
+ "grey20" "lightgoldenrod4" "#44836e" "#648f81" "darkseagreen4"
+ "aquamarine4" "azure4" "grey60"))
+
+(provide 'jao-dark-theme)