summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-light-theme.el
blob: f7bc0c50c8551a826327267f401624e0b579c0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
(jao-define-custom-theme jao-light-theme
  (:palette (fg "black" "black")
            (bg "white" "#efebe7")
            (box "magenta" "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 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 2)) ((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 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 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)))
  (: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 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"))
            (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)