-
Notifications
You must be signed in to change notification settings - Fork 0
/
alexandre-theme.el~
79 lines (76 loc) · 15.3 KB
/
alexandre-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
(deftheme alexandre
"Created 2018-09-01.")
(custom-theme-set-variables
'alexandre
'(custom-safe-themes (quote ("b35a14c7d94c1f411890d45edfb9dc1bd61c5becd5c326790b51df6ebf60f402" "f0dc4ddca147f3c7b1c7397141b888562a48d9888f1595d69572db73be99a024" "89ed90aa6dafc1c02f57e38f814ff3fc00cd5c9b506109c30e88b7a3b9aad4cc" "6b2636879127bf6124ce541b1b2824800afc49c6ccd65439d6eb987dbf200c36" "3a3de615f80a0e8706208f0a71bbcc7cc3816988f971b6d237223b6731f91605" default)))
'(package-archives (quote (("MELPA" . "https://stable.melpa.org/packages/")))))
(custom-theme-set-faces
'alexandre
'(tool-bar ((t (:background "grey75" :foreground "orange red" :box (:line-width 1 :style released-button)))))
'(doom-modeline-error ((((class color) (min-colors 257)) (:background "#bf5150" :foreground "#1B2229" :distant-foreground "#1B2229")) (((class color) (min-colors 256)) (:background "#bf4c3f" :foreground "black" :distant-foreground "black")) (((class color) (min-colors 16)) (:background "red" :foreground "black" :distant-foreground "black"))))
'(bold ((((class color) (min-colors 257)) (:weight bold :foreground nil)) (((class color) (min-colors 256)) (:weight bold :foreground nil)) (((class color) (min-colors 16)) (:weight bold :foreground nil))))
'(italic ((t (:slant italic))))
'(bold-italic ((t (:inherit (bold italic)))))
'(fringe ((((class color) (min-colors 257)) (:inherit default :foreground "#3f444a")) (((class color) (min-colors 256)) (:inherit default :foreground "#3f3f3f")) (((class color) (min-colors 16)) (:inherit default :foreground "brightblack"))))
'(region ((((class color) (min-colors 257)) (:background "#42444a" :foreground nil :distant-foreground "#959ba5")) (((class color) (min-colors 256)) (:background "black" :foreground nil :distant-foreground "#989898")) (((class color) (min-colors 16)) (:background "black" :foreground nil :distant-foreground "brightwhite"))))
'(highlight ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#1B2229" :distant-foreground "#DFDFDF")) (((class color) (min-colors 256)) (:background "#51afef" :foreground "black" :distant-foreground "#dfdfdf")) (((class color) (min-colors 16)) (:background "brightblue" :foreground "black" :distant-foreground "white"))))
'(cursor ((((class color) (min-colors 257)) (:background "#51afef")) (((class color) (min-colors 256)) (:background "#51afef")) (((class color) (min-colors 16)) (:background "brightblue"))))
'(shadow ((((class color) (min-colors 257)) (:foreground "#5B6268")) (((class color) (min-colors 256)) (:foreground "#525252")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(minibuffer-prompt ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(tooltip ((((class color) (min-colors 257)) (:background "#23272e" :foreground "#bbc2cf")) (((class color) (min-colors 256)) (:background "#262626" :foreground "#bfbfbf")) (((class color) (min-colors 16)) (:background "brightblack" :foreground "brightwhite"))))
'(secondary-selection ((((class color) (min-colors 257)) (:background "#3f444a")) (((class color) (min-colors 256)) (:background "#3f3f3f")) (((class color) (min-colors 16)) (:background "brightblack"))))
'(lazy-highlight ((((class color) (min-colors 257)) (:background "#2257A0" :foreground "#DFDFDF" :distant-foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:background "#2257A0" :foreground "#dfdfdf" :distant-foreground "black" :weight bold)) (((class color) (min-colors 16)) (:background "blue" :foreground "white" :distant-foreground "black" :weight bold))))
'(match ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:foreground "#99bb66" :background "black" :weight bold)) (((class color) (min-colors 16)) (:foreground "green" :background "black" :weight bold))))
'(trailing-whitespace ((((class color) (min-colors 257)) (:background "#ff6c6b")) (((class color) (min-colors 256)) (:background "#ff6655")) (((class color) (min-colors 16)) (:background "red"))))
'(nobreak-space ((t (:inherit default :underline nil))))
'(vertical-border ((((class color) (min-colors 257)) (:background "#191b20" :foreground "#191b20")) (((class color) (min-colors 256)) (:background "#1b1b1b" :foreground "#1b1b1b")) (((class color) (min-colors 16)) (:background "brightblack" :foreground "brightblack"))))
'(link ((((class color) (min-colors 257)) (:foreground "#51afef" :underline t :weight bold)) (((class color) (min-colors 256)) (:foreground "#51afef" :underline t :weight bold)) (((class color) (min-colors 16)) (:foreground "brightblue" :underline t :weight bold))))
'(error ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(warning ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(success ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(font-lock-builtin-face ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(font-lock-comment-face ((((class color) (min-colors 257)) (:foreground "#5B6268" :background nil)) (((class color) (min-colors 256)) (:foreground "#525252" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblack" :background nil))))
'(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
'(font-lock-doc-face ((((class color) (min-colors 257)) (:inherit font-lock-comment-face :foreground "#83898d")) (((class color) (min-colors 256)) (:inherit font-lock-comment-face :foreground "#7d7d7d")) (((class color) (min-colors 16)) (:inherit font-lock-comment-face :foreground "brightblack"))))
'(font-lock-constant-face ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(font-lock-function-name-face ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(font-lock-keyword-face ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(font-lock-string-face ((((class color) (min-colors 257)) (:foreground "#98be65")) (((class color) (min-colors 256)) (:foreground "#99bb66")) (((class color) (min-colors 16)) (:foreground "green"))))
'(font-lock-type-face ((((class color) (min-colors 257)) (:foreground "#ECBE7B")) (((class color) (min-colors 256)) (:foreground "#ECBE7B")) (((class color) (min-colors 16)) (:foreground "yellow"))))
'(font-lock-variable-name-face ((((class color) (min-colors 257)) (:foreground "#dcaeea")) (((class color) (min-colors 256)) (:foreground "#dcaeea")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(font-lock-warning-face ((t (:inherit warning))))
'(font-lock-negation-char-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-preprocessor-face ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-regexp-grouping-backslash ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(font-lock-regexp-grouping-construct ((((class color) (min-colors 257)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 256)) (:inherit bold :foreground "#51afef")) (((class color) (min-colors 16)) (:inherit bold :foreground "brightblue"))))
'(mode-line ((((class color) (min-colors 257)) (:background "#1c1e24" :foreground nil :box nil)) (((class color) (min-colors 256)) (:background "black" :foreground nil :box nil)) (((class color) (min-colors 16)) (:background "black" :foreground nil :box nil))))
'(mode-line-inactive ((((class color) (min-colors 257)) (:background "#1d2026" :foreground "#5B6268" :box nil)) (((class color) (min-colors 256)) (:background nil :foreground "#525252" :box nil)) (((class color) (min-colors 16)) (:background nil :foreground "brightblack" :box nil))))
'(mode-line-emphasis ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(mode-line-highlight ((((class color) (min-colors 257)) (:inherit highlight :distant-foreground "#282c34")) (((class color) (min-colors 256)) (:inherit highlight :distant-foreground nil)) (((class color) (min-colors 16)) (:inherit highlight :distant-foreground nil))))
'(mode-line-buffer-id ((t (:weight bold))))
'(header-line ((((class color) (min-colors 257)) (:inherit mode-line :distant-foreground "#282c34")) (((class color) (min-colors 256)) (:inherit mode-line :distant-foreground nil)) (((class color) (min-colors 16)) (:inherit mode-line :distant-foreground nil))))
'(custom-button ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#282c34" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil :box (:line-width 1 :style none)))))
'(custom-button-unraised ((((class color) (min-colors 257)) (:foreground "#a9a1e1" :background "#282c34" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground "#a9a1e1" :background nil :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground "magenta" :background nil :box (:line-width 1 :style none)))))
'(custom-button-pressed-unraised ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#a9a1e1" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#a9a1e1" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "magenta" :box (:line-width 1 :style none)))))
'(custom-button-pressed ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "brightblue" :box (:line-width 1 :style none)))))
'(custom-button-mouse ((((class color) (min-colors 257)) (:foreground "#282c34" :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 256)) (:foreground nil :background "#51afef" :box (:line-width 1 :style none))) (((class color) (min-colors 16)) (:foreground nil :background "brightblue" :box (:line-width 1 :style none)))))
'(custom-variable-button ((((class color) (min-colors 257)) (:foreground "#98be65" :underline t)) (((class color) (min-colors 256)) (:foreground "#99bb66" :underline t)) (((class color) (min-colors 16)) (:foreground "green" :underline t))))
'(custom-saved ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#3e493d" :bold t)) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil :bold t)) (((class color) (min-colors 16)) (:foreground "green" :background nil :bold t))))
'(custom-comment ((((class color) (min-colors 257)) (:foreground "#bbc2cf" :background "#42444a")) (((class color) (min-colors 256)) (:foreground "#bfbfbf" :background "black")) (((class color) (min-colors 16)) (:foreground "brightwhite" :background "black"))))
'(custom-comment-tag ((((class color) (min-colors 257)) (:foreground "#3f444a")) (((class color) (min-colors 256)) (:foreground "#3f3f3f")) (((class color) (min-colors 16)) (:foreground "brightblack"))))
'(custom-modified ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#304659")) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil))))
'(custom-variable-tag ((((class color) (min-colors 257)) (:foreground "#c678dd")) (((class color) (min-colors 256)) (:foreground "#c678dd")) (((class color) (min-colors 16)) (:foreground "brightmagenta"))))
'(custom-visibility ((((class color) (min-colors 257)) (:foreground "#51afef" :underline nil)) (((class color) (min-colors 256)) (:foreground "#51afef" :underline nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :underline nil))))
'(custom-group-subtitle ((((class color) (min-colors 257)) (:foreground "#ff6c6b")) (((class color) (min-colors 256)) (:foreground "#ff6655")) (((class color) (min-colors 16)) (:foreground "red"))))
'(custom-group-tag ((((class color) (min-colors 257)) (:foreground "#a9a1e1")) (((class color) (min-colors 256)) (:foreground "#a9a1e1")) (((class color) (min-colors 16)) (:foreground "magenta"))))
'(custom-group-tag-1 ((((class color) (min-colors 257)) (:foreground "#51afef")) (((class color) (min-colors 256)) (:foreground "#51afef")) (((class color) (min-colors 16)) (:foreground "brightblue"))))
'(custom-set ((((class color) (min-colors 257)) (:foreground "#ECBE7B" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#ECBE7B" :background nil)) (((class color) (min-colors 16)) (:foreground "yellow" :background nil))))
'(custom-themed ((((class color) (min-colors 257)) (:foreground "#ECBE7B" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#ECBE7B" :background nil)) (((class color) (min-colors 16)) (:foreground "yellow" :background nil))))
'(custom-invalid ((((class color) (min-colors 257)) (:foreground "#ff6c6b" :background "#53383f")) (((class color) (min-colors 256)) (:foreground "#ff6655" :background nil)) (((class color) (min-colors 16)) (:foreground "red" :background nil))))
'(custom-state ((((class color) (min-colors 257)) (:foreground "#98be65" :background "#3e493d")) (((class color) (min-colors 256)) (:foreground "#99bb66" :background nil)) (((class color) (min-colors 16)) (:foreground "green" :background nil))))
'(custom-changed ((((class color) (min-colors 257)) (:foreground "#51afef" :background "#282c34")) (((class color) (min-colors 256)) (:foreground "#51afef" :background nil)) (((class color) (min-colors 16)) (:foreground "brightblue" :background nil))))
'(isearch ((((class color) (min-colors 257)) (:background "#51afef" :foreground "#1B2229" :weight bold)) (((class color) (min-colors 256)) (:background "#51afef" :foreground "black" :weight bold)) (((class color) (min-colors 16)) (:background "brightblue" :foreground "black" :weight bold))))
'(window-divider ((t (:inherit vertical-border))))
'(window-divider-first-pixel ((t (:inherit window-divider))))
'(window-divider-last-pixel ((t (:inherit window-divider)))))
(provide-theme 'alexandre)