-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbluelight-theme.el
128 lines (114 loc) · 6.52 KB
/
bluelight-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
(custom-set-faces
'(default ((t (:background "#F8F8FF" :foreground "#4D4D4D"))))
'(hl-line ((t (:background "#e9eefd"))))
'(hl-paren-face ((t (:weight bold))) t)
'(region ((t (:background "#d0dffa" :foreground "#5A5A5A"))))
'(cursor ((t (:background "#717171"))))
'(header-line ((t (:foreground "#FDF6E3" :background "#FDF6E3"))))
'(vertical-border ((t (:foreground "gray80" :background "gray80"))))
'(show-paren-match ((t (:background "#FFFF00" :foreground "#000000"))))
'(show-paren-mismatch ((t (:background "red" :foreground "white"))))
'(font-lock-comment-face ((t (:foreground "#888888"))))
'(font-lock-string-face ((t (:background "#fff0f0"))))
'(font-lock-keyword-face ((t (:foreground "#008800"))))
'(font-lock-builtin-face ((t (:foreground "#007020"))))
'(font-lock-function-name-face ((t (:foreground "#0066BB"))))
'(font-lock-variable-name-face ((t (:foreground "#996633"))))
'(font-lock-type-face ((t (:foreground "#333399"))))
'(font-lock-constant-face ((t (:foreground "#003366"))))
'(font-lock-warning-face ((t (:foreground "#ff0000" :bold t))))
'(font-lock-doc-face ((t (:foreground "#206070"))))
'(font-lock-preprocessor-face ((t (:foreground "#557799"))))
'(font-lock-negation-char-face ((t (:foreground "#fa8072"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#888888"))))
;; isearch
'(isearch ((t (:background "#2CA7F8" :foreground "white"))))
'(lazy-highlight ((t (:background "#FFFF00" :foreground "#5D5D5D"))))
;; Dired+
'(diredp-dir-name ((t (:inherit font-lock-function-name-face))))
'(diredp-file-name ((t (:inherit font-lock-constant-face))))
'(diredp-dir-priv ((t (:foreground "black"))))
'(diredp-read-priv ((t (:foreground "black"))))
'(diredp-write-priv ((t (:foreground "black"))))
'(diredp-exec-priv ((t (:foreground "black" :underline t))))
'(diredp-no-priv ((t (:foreground "black"))))
'(diredp-compressed-file-suffix ((t (:foreground "#888888"))))
'(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "black"))))
'(font-lock-regexp-grouping-construct ((t (:inherit bold :foreground "black"))))
;; highlight-numbers
'(highlight-numbers-number ((t (:foreground "#4400EE"))))
;; eyebrowse
'(eyebrowse-mode-line-active ((t (:bold t :foreground "brown" :slant italic))))
'(eyebrowse-mode-line-inactive ((t (:background nil))))
;; visible mark
'(visible-mark-active ((t (:background "#DDDDDD"))))
;; Linum & nLinum
'(linum ((t (:foreground "grey65" :background "#f7fafc" :height 0.90))))
;; Line numbers
'(line-number ((t (:foreground "#999999" :background "#F8F8FF" :height 0.9))))
'(line-number-current-line ((t (:foreground "#6495ED" :background "#F8F8FF" :height 0.9))))
;; Gnus
'(gnus-button ((t (:inherit button))))
'(gnus-header-name ((t (:box (:line-width 1 :style released-button) :weight bold))))
'(gnus-group-mail-1 ((t (:inherit gnus-group-mail-1-empty :weight bold))))
'(gnus-group-mail-1-empty ((t (:foreground "DodgerBlue4"))))
'(gnus-group-mail-2 ((t (:inherit gnus-group-mail-2-empty :weight bold))))
'(gnus-group-mail-2-empty ((t (:foreground "DodgerBlue3"))))
'(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold))))
'(gnus-group-mail-3-empty ((t (:foreground "DodgerBlue2"))))
'(gnus-group-news-1 ((t (:inherit gnus-group-news-1-empty :weight bold))))
'(gnus-group-news-1-empty ((t (:foreground "tomato4"))))
'(gnus-group-news-2 ((t (:inherit gnus-group-news-2-empty :weight bold))))
'(gnus-group-news-2-empty ((t (:foreground "tomato3"))))
'(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold))))
'(gnus-group-news-3-empty ((t (:foreground "tomato2"))))
'(header-line ((t (:background "#f0f0f0"))))
;; Helm
'(helm-header ((t (:background "#f0f0f0"))))
'(helm-source-header
((t (:height 1.1 :foreground "black" :weight bold :background "#abd7f0"))))
'(helm-ls-git-added-copied-face ((t (:foreground "#007020"))))
'(helm-ls-git-modified-not-staged-face ((t (:foreground "#996633"))))
;; Mu4e
'(mu4e-unread-face ((t (:foreground "#005588" :weight bold))))
'(mu4e-header-highlight-face
((t (:background "grey90" :weight bold :underline t))))
;; Mode Line
'(mode-line ((t (:background "#6495ED" :foreground "#FFFFFF"))))
'(mode-line-inactive ((t (:background "#c9daf9" :foreground "#5A5A5A"))))
;; Org-mode
'(org-agenda-date ((t (:inherit org-agenda-structure))))
'(org-agenda-date-today ((t (:inherit org-agenda-date :underline t))))
'(org-agenda-date-weekend ((t (:inherit org-agenda-date :foreground "dark green"))))
'(org-agenda-structure ((t (:foreground "steel blue" :weight bold :height 1.1 :family "DeJaVu Sans"))))
'(org-agenda-clocking ((t (:background "light steel blue"))))
'(org-time-grid ((t (:foreground "#007020"))))
'(org-block ((t (:inherit nil))))
'(org-hide ((t (:foreground "white"))))
'(org-table ((t (:foreground "#0066BB"))))
'(org-verbatim ((t (:foreground "SteelBlue4" :bold t))))
'(org-code ((t (:foreground "SeaGreen4"))))
'(org-level-1 ((t (:inherit outline-1 :box nil))))
'(org-level-2 ((t (:inherit outline-2 :box nil))))
'(org-level-3 ((t (:inherit outline-3 :box nil))))
'(org-level-4 ((t (:inherit outline-4 :box nil))))
'(org-level-5 ((t (:inherit outline-5 :box nil))))
'(org-level-6 ((t (:inherit outline-6 :box nil))))
'(org-level-7 ((t (:inherit outline-7 :box nil))))
'(org-level-8 ((t (:inherit outline-8 :box nil))))
'(org-tag ((t (:foreground "grey60"))))
'(outline-1 ((t (:inherit font-lock-function-name-face :weight bold))))
'(outline-2 ((t (:inherit font-lock-variable-name-face :weight bold))))
'(outline-3 ((t (:inherit font-lock-keyword-face :weight bold))))
'(outline-4 ((t (:inherit font-lock-comment-face :weight bold))))
'(outline-5 ((t (:inherit font-lock-type-face :weight bold))))
'(outline-6 ((t (:inherit font-lock-constant-face :weight bold))))
'(outline-7 ((t (:inherit font-lock-builtin-face :weight bold))))
'(outline-8 ((t (:inherit font-lock-string-face :weight bold))))
'(org-block-begin-line ((t (:foreground "grey55" :underline t :background "grey98"))))
'(org-block-end-line ((t (:foreground "grey55" :overline t :background "grey98"))))
'(org-mode-line-clock ((t (:foreground "#16446b"))))
'(org-mode-line-clock-overrun ((t (:background "#fa8072"))))
'(org-special-keyword ((t (:foreground "#90a4be"))))
)
(provide 'bluelight-theme)