diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-14 01:34:05 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-02-14 01:34:05 +0100 | 
| commit | 12384ee6645278c9adf97388278a952de54f4776 (patch) | |
| tree | 7c685e34803a593373cebba3c55c9ab45ce77bb1 /themes/jao-light-theme.el | |
| parent | c54c8f909e18734b38ee99149ddca29e4bd58ab0 (diff) | |
| download | elibs-12384ee6645278c9adf97388278a952de54f4776.tar.gz elibs-12384ee6645278c9adf97388278a952de54f4776.tar.bz2 | |
themes tweaks
Diffstat (limited to 'themes/jao-light-theme.el')
| -rw-r--r-- | themes/jao-light-theme.el | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 3b826b0..f7bc0c5 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -1,7 +1,7 @@  (jao-define-custom-theme jao-light-theme    (:palette (fg "black" "black")              (bg "white" "#efebe7") -            (box "color-86" "antiquewhite3") +            (box "magenta" "antiquewhite3")              (button ((c 13 nil) nbf nul) (bx))              (hilite ((c nil 5)))              (strike-through ((c 1)) (st)) @@ -11,12 +11,12 @@              (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)) +            (keyword ((c 10) nul nbf) ((c 10) nul nbf)) +            (type ((c 14) nbf nul) ((c 14) nbf)) +            (function ((c 8 nil) nbf) ((c 8 nil) nbf))              (variable-name ((c 0)))              (constant ((c 8)) ((c "grey40"))) -            (string ((c 10)) ((c "dark olive green"))) +            (string ((c 2)) ((c "dark olive green")))              (warning ((c 9)))              (error ((c 1)))              (dimm ((c 12))) @@ -29,21 +29,21 @@              (f10 ((p f00)))              (f11 ((p f01)))              (f12 ((p f02)))) -  (:faces (bold (c 80) bf) +  (:faces (bold (c 0) 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) +          (gnus-summary-selected (c 13 nil) nul) +          (header-line (c nil 5) 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-link-numbering (c 12))            (w3m-bold (c nil nil) bf)            (w3m-image (c 3))            (w3m-tab-background (c 12 5))) @@ -54,7 +54,7 @@                                                (c nil 6) bf)              (company-tooltip-selection (~ company-tooltip) bf nul)              (compilation-info (c nil nil) bf) -            (fringe (c 9 nil)) +            (fringe (c 11 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")) | 
