blob: afb9a71629071bb38dbde070c8b347bc4ddd89ed (
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
(jao-define-custom-theme jao-doomish
(:names (base0 "#222228" "black" "black")
(base1 "#282b33" "#1e1e1e" "brightblack")
(base2 "#34373e" "#2e2e2e" "brightblack")
(base3 "#41454b" "#262626" "brightblack")
(base4 "#515462" "#3f3f3f" "brightblack")
(base5 "#888395" "#525252" "brightblack")
(base6 "#929292" "#6b6b6b" "brightblack")
(base7 "#727269" "#979797" "brightblack")
(base8 "#eceff4" "#dfdfdf" "white")
(bg "#282b33" nil nil)
(bg-alt "#1f2024" nil nil)
(blue "#819cd6")
(blue2 "#51afef")
(builtin "#7ebebd" "#44b9b1" "brightgreen")
(comments "#6e7899" "#5699AF" "cyan")
(constants "#a6c1e0" "#c678dd" "magenta")
(cyan "#7289bc" "#46D9FF" "brightcyan")
(dark-blue "#616c96")
(dark-blue-1 "#2257A0" "blue")
(dark-cyan "#6e7899" "#5699AF" "cyan")
(dimm-line-fg "#3f3f3f")
(doc-comments "#9299b2" "#80b2c3" "cyan")
(error "#e1c1ee")
(error2 "#ff6655")
(fg "#c6c6c6")
(fg-05 "#c0c0c0")
(fg-1 "#a6a6a6")
(fg-2 "#2d2d2d")
(fg-alt "#c9d9ff" "#bfbfbf" "brightwhite")
(functions "#7ebebd")
(functions2 "#44b9b1")
(green "#5b94ab")
(green2 "#99bb66")
(grey "#515462" "#3f3f3f" "brightblack")
(hidden "#282b33" "black" "black")
(highlight "#819cd6" "#51afef" "brightblue")
(keywords "#819cd6")
(keywords2 "#51afef")
(light-blue "#90a6db" "#ECBE7B" "yellow")
(magenta "#a6c1e0" "#c678dd" "magenta")
(methods "#7289bc" "#46D9FF" "brightcyan")
(modeline-bg "#22242b" "black" "black")
(modeline-bg-inactive "#24262d" nil nil)
(modeline-bg-inactive-l "#282b33" "#1e1e1e" "brightblack")
(modeline-bg-l "#24262d" "black" "black")
(modeline-fg-alt "#888395" "#525252" "brightblack")
(numbers "#a6c1e0" "#c678dd" "magenta")
(operators "#819cd6" "#51afef" "brightblue")
(orange "#a6c1e0")
(orange2 "#dd8844")
(red "#e1c1ee" "#ff6655" "red")
(region "#41454b")
(region2 "#262626")
(selection "#616c96" "#2257A0" "blue")
(strings "#5b94ab" "#99bb66" "green")
(success "#5b94ab" "#99bb66" "green")
(teal "#7ebebd" "#44b9b1" "brightgreen")
(type "#b0a2e7")
(type2 "#a9a1e1")
(variables "#a6c1e0" "#c678dd" "magenta")
(vc-added "#5b94ab" "#99bb66" "green")
(vc-deleted "#e1c1ee" "#ff6655" "red")
(vc-modified "#a6c1e0" "#dd8844" "brightred")
(vertical-bar "#141519" "#0f0f0f" "brightblack")
(violet "#b0a2e7" "#a9a1e1" "brightmagenta")
(warning "#cfcf9c")
(warning2 "#ECBE7B")
(yellow "#cfcf9c" "#ECBE7B" "yellow")
(zenburn-green-2 "#5F7F5F")
(zenburn-orange "#DFAF8F")
(zenburn-red-1 "#BC8383"))
(:palette (fg unspecified "#c6c6c6")
(bg unspecified "#282b33")
(box "#2d2d2d" "grey25")
(button ((c 240) nul) ((p f01) bx nul))
(hilite ((c nil region) ex))
(strike-through ((c 237)) (st))
(italic ((c 137) it) (it))
(link ((c blue) nit nul))
(visited-link ((c green) nit nul))
(tab-sel ((c 252 232) nbf))
(tab-unsel ((c 245 232)))
(comment ((c 102) it) ((c comments)))
(keyword ((c 151) nbf nul nit) ((c keywords)))
(function ((c 115) nul nbf) ((c functions)))
(type ((c 72) nbf) ((c type2)))
(variable-name ((c nil)))
(constant ((c 72)) ((c constants) nbf nit nul))
(string ((c 36)) ((c strings))) ;; "wheat3" "slate gray" "medium aquamarine"
(error ((c 144)) ((c warning2)))
(warning ((c 95)) ((c warning)))
(success ((c green)))
(dimm ((c 59)) ((c "#6f6f6f")))
(gnus-mail ((c nil)))
(gnus-news ((c nil)))
(outline-1 ((c keywords) bf))
(outline-2 ((c functions) bf))
(outline-3 ((c keywords2) bf))
(outline-4 ((c functions2) bf))
(outline-5 ((c nil)))
;; (f00 ((c 29)) ((c "burlywood3")))
;; (f01 ((c 108)) ((c "burlywood4")))
;; (f02 ((c 102)) ((c "lemonchiffon4")))
(f00 ((c 29)) ((c "steelblue3")))
(f01 ((c 102)) ((c "lightsteelblue3")))
(f02 ((c 108)) ((c "skyblue4")))
(f10 ((c "slategray3")))
(f11 ((c "lightskyblue2")))
(f12 ((c "lightskyblue3"))))
(:faces (bold (c nil nil) nul)
(button (c 66))
(font-lock-doc-face (c 30))
(gnus-button (c nil) nul)
(gnus-header-subject (p f01))
(gnus-summary-selected (c 250))
(match ul)
(magit-log-tag-label (c 95 240) nbf)
(mm-uu-extract (c nil 234))
(mode-line (c 248 235) nbf nul)
(mode-line-inactive (c 243 235) nbf nul)
(org-hide (c 0 nil))
(rcirc-other-nick (c 108))
(vertical-border (c 59 nil) :inherit nil)
(w3m-image (c 144))
(w3m-tab-background (c 0 0) ul)
(w3m-tab-line (c 0 0) ul)
(widget-button (c 196))
(widget-field (c 143 236)))
(:x-faces (company-scrollbar-bg (c nil "#383941"))
(company-scrollbar-fg (c nil "#484951"))
(diff-hl-change (c dimm-line-fg green))
(diff-hl-delete (c dimm-line-fg orange2))
(diff-hl-insert (c dimm-line-fg dark-blue))
(fill-column-indicator (c bg-alt) :inherit nil)
(font-lock-doc-face (~ font-lock-comment-face) it)
(fringe (p dimm))
(gnus-button (c "lightyellow3") nul)
(gnus-cite-1 (c fg-05))
(gnus-cite-2 (c fg-1))
(gnus-cite-3 (c fg-1))
(gnus-cite-4 (c fg-1))
(gnus-group-mail-3 (c base8)) ;; "#252525"
(gnus-group-mail-3-empty (c fg-1))
(gnus-group-news-3 (~ gnus-group-mail-3))
(gnus-group-news-3-empty (~ gnus-group-mail-3-empty))
(gnus-summary-cancelled (c "dark slate gray" nil) st)
(gnus-summary-selected (p warning) nul nbf)
(header-line (p hilite))
(magit-diff-context-highlight (p hilite) ex)
(mode-line (c "grey60" modeline-bg)
:box (:line-width 2 :color "#22242b"))
(mode-line-inactive (c "grey35" modeline-bg-inactive)
:box (:line-width 2 :color "#24262d"))
(mode-line-buffer-id (c nil) bf)
(org-hide (c 0 nil))
(scroll-bar (c modeline-bg))
(show-paren-match (c "darkseagreen1" "#5f5f5f"))
(variable-pitch (c nil nil))
(vertical-border (c "black") :inherit nil)
(w3m-image (c green) bx it)
(w3m-tab-background (c nil nil))
(w3m-tab-line (c 0 0) ul)
(widget-button (c nil nil) nul))
(:x-colors "lemonchiffon"
"sienna3"
"darkseagreen3"
"lightgoldenrod3"
"cadetblue4"
"lightcyan4"
"cadetblue3"
"black"))
;; (enable-theme 'jao-doomish)
(provide 'jao-doomish-theme)
|