From 1b0abee054235ea4ac7589dd92d3939e1386d24a Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Tue, 12 Oct 2010 23:39:29 +0200 Subject: Initial contents --- themes/jao-light-theme.el | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 themes/jao-light-theme.el (limited to 'themes/jao-light-theme.el') diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el new file mode 100644 index 0000000..3b826b0 --- /dev/null +++ b/themes/jao-light-theme.el @@ -0,0 +1,74 @@ +(jao-define-custom-theme jao-light-theme + (:palette (fg "black" "black") + (bg "white" "#efebe7") + (box "color-86" "antiquewhite3") + (button ((c 13 nil) nbf nul) (bx)) + (hilite ((c nil 5))) + (strike-through ((c 1)) (st)) + (italic ((c 4) nbf it) (dfg dbg it)) + (link ((c 8) ul nbf)) + (visited-link (link)) + (tab-sel ((~ mode-line))) + (tab-unsel ((~ mode-line-inactive))) + (comment ((c 11) it)) ;; italic + (keyword ((c 14) nul bf)) + (type ((c 4) nbf nul) ((c "grey30") bf)) + (function ((c 0 nil) bf)) + (variable-name ((c 0))) + (constant ((c 8)) ((c "grey40"))) + (string ((c 10)) ((c "dark olive green"))) + (warning ((c 9))) + (error ((c 1))) + (dimm ((c 12))) + (gnus-mail ((c 0))) + (gnus-news ((c 0))) + (outline ((c 0))) + (f00 ((c 14))) + (f01 ((c 10))) + (f02 ((c 8))) + (f10 ((p f00))) + (f11 ((p f01))) + (f12 ((p f02)))) + (:faces (bold (c 80) bf) + (company-tooltip-common (c 1 6) nbf) + (company-tooltip-common-selection (~ company-tooltip-selection) + (c nil 6) bf) + (company-tooltip-selection (~ company-tooltip) bf nul) + (compilation-info (c nil nil) bf) + (diary (c 14) bf) + (gnus-summary-selected (c nil 79)) + (jao-gnus-face-tree (c nil 78)) + (header-line (c nil 79) nul) + (italic it) + (mode-line (c 0 5) nbf nul) + (mode-line-inactive (c 12 5) nbf nul) + (org-hide (c 7 nil)) + (vertical-border (c 11 nil) :inherit nil) + (w3m-bold (c nil nil) bf) + (w3m-image (c 3)) + (w3m-tab-background (c 12 5))) + (:x-faces (button (c 10 nil) nbf) + (gnus-button (c nil nil) nbf) + (company-tooltip-common (c 1 6) nbf) + (company-tooltip-common-selection (~ company-tooltip-selection) + (c nil 6) bf) + (company-tooltip-selection (~ company-tooltip) bf nul) + (compilation-info (c nil nil) bf) + (fringe (c 9 nil)) + (gnus-summary-selected (c nil "white")) + (header-line (~ mode-line-inactive) (c 14)) + (mode-line (c 0 7) :box (:line-width -1 :color "grey60")) + (mode-line-inactive (~ mode-line) (c 12)) + (org-hide (c 7 nil)) + (vertical-border (c 12 nil)) + (w3m-image (c 3)) + (w3m-tab-selected (c nil "white") nbf) + (w3m-tab-selected-retrieving (~ w3m-tab-selected) (c 1)) + (w3m-tab-background (c 7 7) nul)) + (:x-colors "black" "sienna3" "#597B59" "#D38108" "#3B3152" + "#E0DACC" "lightyellow3" + "#EFEBE7" "grey20" "orangered4" "darkslategray" "#59513A" + "lemonchiffon4" "#386858" "#223142" "#EFEBE7")) + +(provide 'jao-light-theme) + -- cgit v1.2.3