-
Notifications
You must be signed in to change notification settings - Fork 18
/
ujelly-theme.el
251 lines (244 loc) · 16.4 KB
/
ujelly-theme.el
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
;;; ujelly-theme.el --- Ujelly theme for GNU Emacs 24 (deftheme)
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
;; Version: 1.3.6
;; Inspired by jellybeans: http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
(let ((class '((class color) (min-colors 89)))
(ujelly-fg "#ffffff")
(ujelly-bg (if (display-graphic-p) "#000000" nil))
(ujelly-blue-0 "#8fbfdc")
(ujelly-green-0 "#99ad6a")
(ujelly-green-1 "#447799")
(ujelly-green-2 "#a8ff60")
(ujelly-green-3 "#75b5aa")
(ujelly-grey-0 "#888888")
(ujelly-grey-1 "#7f7f7f")
(ujelly-grey-2 "#151515")
(ujelly-grey-3 "#1c1c1c")
(ujelly-grey-4 "#363636")
(ujelly-grey-5 "#444444")
(ujelly-orange-0 "#ffb964")
(ujelly-orange-1 "#f4bf75")
(ujelly-purple-0 "#8197bf")
(ujelly-purple-1 "#474e90")
(ujelly-purple-2 "#cd00cd")
(ujelly-purple-3 "#aa759f")
(ujelly-red-0 "#cf6a4c")
(ujelly-red-1 "#dd0093")
(ujelly-red-2 "#de5577")
(ujelly-red-3 "#ff73fd")
(ujelly-yellow-0 "#fad07a")
(ujelly-yellow-1 "#ffff00"))
(custom-theme-set-faces
'ujelly
`(default ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(alchemist-test--failed-face ((,class (:foreground ,ujelly-red-0))))
`(alchemist-test--success-face ((,class (:foreground ,ujelly-green-0))))
`(avy-lead-face ((,class (:foreground ,ujelly-fg :background ,ujelly-red-0))))
`(avy-lead-face-0 ((,class (:foreground ,ujelly-fg :background ,ujelly-green-0))))
`(bm-face ((,class (:background ,ujelly-grey-4))))
`(button ((,class (:foreground ,ujelly-yellow-0))))
`(company-preview-common ((,class (:foreground nil :background ,ujelly-purple-1))))
`(company-scrollbar-bg ((,class (:background ,ujelly-grey-2))))
`(company-scrollbar-fg ((,class (:background ,ujelly-grey-0))))
`(company-tooltip ((,class (:foreground ,ujelly-fg :background ,ujelly-grey-2))))
`(company-tooltip-common ((,class (:foreground ,ujelly-grey-1 :background ,ujelly-grey-2))))
`(company-tooltip-common-selection ((,class (:foreground ,ujelly-grey-1 :background ,ujelly-purple-1))))
`(company-tooltip-selection ((,class (:background ,ujelly-purple-1))))
`(compilation-error ((,class (:foreground ,ujelly-red-0))))
`(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
`(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))
`(compilation-mode-line-exit ((,class (:foreground ,ujelly-green-0))))
`(compilation-mode-line-fail ((,class (:foreground ,ujelly-red-0))))
`(compilation-mode-line-run ((,class (:foreground ,ujelly-yellow-0))))
`(completions-common-part ((,class (:foreground ,ujelly-yellow-0))))
`(custom-button-unraised ((,class (:background ,ujelly-grey-3))))
`(dired-directory ((,class (:foreground ,ujelly-green-2))))
`(diredp-date-time ((,class (:foreground ,ujelly-fg))))
`(diredp-deletion ((,class (:foreground ,ujelly-red-0 :background ,ujelly-bg))))
`(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-bg))))
`(diredp-dir-name ((,class (:foreground ,ujelly-green-2 :background ,ujelly-bg))))
`(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background ,ujelly-bg))))
`(diredp-exec-priv ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(diredp-file-name ((,class (:foreground ,ujelly-fg))))
`(diredp-file-suffix ((,class (:foreground ,ujelly-fg))))
`(diredp-link-priv ((,class (:foreground ,ujelly-fg))))
`(diredp-number ((,class (:foreground ,ujelly-fg))))
`(diredp-no-priv ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(diredp-rare-priv ((,class (:foreground ,ujelly-red-0 :background ,ujelly-bg))))
`(diredp-read-priv ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(diredp-symlink ((,class (:foreground ,ujelly-red-3))))
`(diredp-write-priv ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(ediff-odd-diff-A ((,class (:foreground ,ujelly-red-0 :background ,ujelly-grey-2))))
`(ediff-odd-diff-B ((,class (:foreground ,ujelly-green-0 :background ,ujelly-grey-2))))
`(embark-keybinding ((,class (:foreground ,ujelly-green-0))))
`(embark-target ((,class (:background ,ujelly-grey-3))))
`(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
`(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
`(elixir-attribute-face ((,class (:foreground ,ujelly-red-0))))
`(enh-ruby-op-face ((,class (:foreground ,ujelly-purple-0))))
`(enh-ruby-regexp-delimiter-face ((,class (:foreground ,ujelly-purple-3))))
`(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
`(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
`(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
`(error ((,class (:foreground ,ujelly-red-1))))
`(eshell-prompt ((,class (:foreground ,ujelly-red-0))))
`(eshell-ls-directory ((,class (:weight normal :foreground ,ujelly-green-2))))
`(eshell-ls-executable ((,class (:weight normal :foreground ,ujelly-red-0))))
`(eshell-ls-product ((,class (:foreground ,ujelly-fg))))
`(eshell-ls-symlink ((,class (:weight normal :foreground ,ujelly-purple-2))))
`(flycheck-error ((,class (:background ,ujelly-grey-4))))
`(flycheck-error-list-column-number ((,class (:foreground ,ujelly-fg))))
`(flycheck-error-list-line-number ((,class (:foreground ,ujelly-fg))))
`(flycheck-error-list-id ((,class (:foreground ,ujelly-fg))))
`(flycheck-error-list-info ((,class (:foreground ,ujelly-yellow-0))))
`(flycheck-info ((,class (:background ,ujelly-grey-4))))
`(flycheck-warning ((,class (:background ,ujelly-grey-4))))
`(flyspell-incorrect ((,class (:underline t :foreground ,ujelly-fg))))
`(font-lock-builtin-face ((,class (:foreground ,ujelly-blue-0))))
`(font-lock-comment-face ((,class (:slant italic :foreground ,ujelly-grey-0))))
`(font-lock-constant-face ((,class (:foreground ,ujelly-green-1))))
`(font-lock-doc-face ((,class (:foreground ,ujelly-green-0))))
`(font-lock-function-name-face ((,class (:foreground ,ujelly-yellow-0))))
`(font-lock-keyword-face ((,class (:foreground ,ujelly-purple-0))))
`(font-lock-preprocessor-face ((,class (:foreground ,ujelly-fg))))
`(font-lock-string-face ((,class (:foreground ,ujelly-green-0))))
`(font-lock-type-face ((,class (:foreground ,ujelly-orange-0))))
`(font-lock-variable-name-face ((,class (:foreground ,ujelly-red-0))))
`(font-lock-warning-face ((,class (:foreground ,ujelly-red-1))))
`(font-lock-regexp-grouping-construct ((t (:foreground ,ujelly-yellow-0 :bold t))))
`(font-lock-regexp-grouping-backslash ((t (:foreground ,ujelly-red-0 :bold t))))
`(fringe ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(git-commit-comment-file ((,class (:foreground ,ujelly-fg))))
`(git-commit-comment-heading ((,class (:foreground ,ujelly-yellow-0))))
`(git-commit-summary ((,class (:foreground ,ujelly-fg))))
`(header-line ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-file ((,class (:foreground ,ujelly-fg))))
`(helm-buffer-process ((,class (:foreground ,ujelly-yellow-0))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
`(helm-candidate-number ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
`(helm-ff-directory ((,class (:foreground ,ujelly-green-2))))
`(helm-ff-dotted-directory ((,class (:foreground ,ujelly-green-2 :background ,ujelly-bg))))
`(helm-ff-dotted-symlink-directory ((,class (:foreground ,ujelly-green-2 :background ,ujelly-bg))))
`(helm-ff-executable ((,class (:foreground ,ujelly-red-0))))
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
`(helm-ff-symlink ((,class (:foreground ,ujelly-purple-2))))
`(helm-grep-lineno ((,class (:foreground ,ujelly-fg))))
`(helm-match ((,class (:foreground ,ujelly-red-1 :background ,ujelly-bg))))
`(helm-moccur-buffer ((,class (:foreground ,ujelly-yellow-0))))
`(helm-selection ((,class (:background ,ujelly-purple-1))))
`(helm-source-header ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-grey-3))))
`(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg :background ,ujelly-grey-4))))
`(helm-swoop-target-word-face ((,class (:foreground ,ujelly-red-1))))
`(help-key-binding ((,class (:foreground ,ujelly-green-3))))
`(highlight ((,class (:background ,ujelly-grey-4))))
`(highlight-indentation-face ((,class (:background ,ujelly-grey-4))))
`(highlight-indentation-current-column-face ((,class (:background ,ujelly-grey-4))))
`(hl-line ((,class (:background ,ujelly-grey-4))))
`(iedit-occurrence ((,class (:foreground ,ujelly-red-1))))
`(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
`(isearch-fail ((,class (:background ,ujelly-red-1))))
`(ido-first-match ((,class (:foreground ,ujelly-yellow-0))))
`(ido-only-match ((,class (:foreground ,ujelly-green-0))))
`(ido-subdir ((,class (:foreground ,ujelly-fg))))
`(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
`(ivy-current-match ((,class (:background ,ujelly-purple-1))))
`(ivy-minibuffer-match-face-1 ((,class (:foreground ,ujelly-orange-0))))
`(ivy-minibuffer-match-face-2 ((,class (:foreground ,ujelly-orange-0))))
`(ivy-minibuffer-match-face-3 ((,class (:foreground ,ujelly-orange-0))))
`(ivy-minibuffer-match-face-4 ((,class (:foreground ,ujelly-orange-0))))
`(js2-external-variable ((,class (:foreground ,ujelly-yellow-0))))
`(js2-function-param ((,class (:foreground ,ujelly-fg))))
`(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
`(line-number ((,class (:slant italic :foreground ,ujelly-grey-4))))
`(link ((,class (:foreground ,ujelly-yellow-0))))
`(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background ,ujelly-grey-2))))
`(magit-branch-current ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-local ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-remote ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-remote-head ((,class (:foreground ,ujelly-green-2))))
`(magit-section-heading ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-grey-2))))
`(magit-diff-added ((,class (:foreground ,ujelly-green-0))))
`(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0 :inherit (magit-section-highlight)))))
`(magit-diff-context ((,class (:foreground ,ujelly-fg))))
`(magit-diff-context-highlight ((,class (:foreground ,ujelly-fg :inherit (magit-section-highlight)))))
`(magit-diff-file-heading ((,class (:weight normal :foreground ,ujelly-fg :background ,ujelly-bg))))
`(magit-diff-file-heading-highlight ((,class (:weight normal :foreground ,ujelly-fg :background ,ujelly-grey-2))))
`(magit-diff-hunk-heading ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-grey-2))))
`(magit-diff-hunk-heading-highlight ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-grey-3))))
`(magit-diff-lines-heading ((,class (:foreground ,ujelly-fg :background ,ujelly-purple-1))))
`(magit-diff-removed ((,class (:foreground ,ujelly-red-0))))
`(magit-diff-removed-highlight ((,class (:foreground ,ujelly-red-0 :inherit (magit-section-highlight)))))
`(magit-diffstat-added ((,class (:foreground ,ujelly-green-0))))
`(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
`(magit-hash ((,class (:foreground ,ujelly-red-0))))
`(magit-log-author ((,class (:foreground ,ujelly-yellow-0))))
`(magit-mode-line-process ((,class (:foreground ,ujelly-yellow-0))))
`(magit-mode-line-process-error ((,class (:foreground ,ujelly-red-0))))
`(magit-popup-argument ((,class (:foreground ,ujelly-red-0))))
`(magit-popup-disabled-argument ((,class (:foreground ,ujelly-grey-0))))
`(magit-section-highlight ((,class (:background ,ujelly-grey-2))))
`(magit-tag ((,class (:foreground ,ujelly-fg))))
`(marginalia-installed ((,class (:foreground ,ujelly-green-2))))
`(marginalia-on ((,class (:foreground ,ujelly-green-2))))
`(match ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mmm-default-submode-face ((,class (:background ,ujelly-bg))))
`(mode-line ((,class (:foreground ,ujelly-fg :background nil))))
`(mode-line-inactive ((,class (:foreground ,ujelly-grey-4 :background nil))))
`(orderless-match-face-0 ((,class (:foreground ,ujelly-yellow-0))))
`(orderless-match-face-1 ((,class (:foreground ,ujelly-blue-0))))
`(org-checkbox ((,class (:foreground ,ujelly-green-0))))
`(org-date ((,class (:foreground ,ujelly-grey-0))))
`(org-document-info-keyword ((,class (:foreground ,ujelly-yellow-0))))
`(org-document-title ((,class (:foreground ,ujelly-yellow-0))))
`(org-done ((,class (:foreground ,ujelly-green-2))))
`(org-level-1 ((,class (:foreground ,ujelly-red-2))))
`(org-level-2 ((,class (:foreground ,ujelly-yellow-0))))
`(org-level-3 ((,class (:foreground ,ujelly-green-1))))
`(org-level-4 ((,class (:foreground ,ujelly-orange-0))))
`(org-level-5 ((,class (:foreground ,ujelly-purple-3))))
`(org-level-6 ((,class (:foreground ,ujelly-red-0))))
`(org-level-7 ((,class (:foreground ,ujelly-blue-0))))
`(org-level-8 ((,class (:foreground ,ujelly-green-0))))
`(org-link ((,class (:foreground ,ujelly-blue-0))))
`(org-meta-line ((,class (:foreground ,ujelly-grey-0))))
`(org-special-keyword ((,class (:foreground ,ujelly-purple-0))))
`(org-todo ((,class (:foreground ,ujelly-red-3))))
`(region ((,class (:background ,ujelly-purple-1))))
`(shm-current-face ((,class (:background ,ujelly-grey-4))))
`(shm-quarantine-face ((,class (:background ,ujelly-red-1))))
`(smerge-markers ((,class (:foreground ,ujelly-yellow-0 :background ,ujelly-grey-2))))
`(smerge-mine ((,class (:foreground ,ujelly-fg :background ,ujelly-purple-3))))
`(smerge-other ((,class (:foreground ,ujelly-fg :background ,ujelly-green-1))))
`(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
`(sp-pair-overlay-face ((,class (:background ,ujelly-grey-4))))
`(sp-show-pair-match-face ((,class (:background ,ujelly-grey-5))))
`(swiper-match-face-1 ((,class (:foreground ,ujelly-red-1))))
`(swiper-match-face-2 ((,class (:foreground ,ujelly-red-1))))
`(swiper-match-face-3 ((,class (:foreground ,ujelly-red-1))))
`(swiper-match-face-4 ((,class (:foreground ,ujelly-red-1))))
`(trailing-whitespace ((,class (:background ,ujelly-red-1))))
`(transient-key-exit ((,class (:foreground ,ujelly-red-0))))
`(transient-key-stay ((,class (:foreground ,ujelly-green-0))))
`(warning ((,class (:foreground ,ujelly-orange-0))))
`(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
`(web-mode-constant-face ((,class (:foreground ,ujelly-purple-0))))
`(web-mode-css-at-rule-face ((,class (:foreground ,ujelly-blue-0))))
`(web-mode-css-function-face ((,class (:foreground ,ujelly-orange-0))))
`(web-mode-css-property-name-face ((,class (:foreground ,ujelly-green-3))))
`(web-mode-css-selector-face ((,class (:foreground ,ujelly-yellow-0))))
`(web-mode-html-attr-name-face ((,class (:foreground ,ujelly-purple-0))))
`(web-mode-html-tag-face ((,class (:foreground ,ujelly-fg))))
`(web-mode-symbol-face ((,class (:foreground ,ujelly-green-1))))
`(which-key-group-description-face ((,class (:foreground ,ujelly-grey-0))))
`(which-key-key-face ((,class (:foreground ,ujelly-green-0))))
`(whitespace-trailing ((,class (:background ,ujelly-red-1))))
`(widget-field ((,class (:background ,ujelly-grey-5))))))
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'ujelly)
;;; ujelly-theme.el ends here