-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustom.el
49 lines (49 loc) · 2.28 KB
/
custom.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
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(ansi-color-names-vector
["#2E3440" "#dc322f" "#859900" "#b58900" "#268bd2" "#d33682" "#2aa198" "#556b72"])
'(custom-safe-themes
'("5a30261fdeb4c0d26cd7fb70d8dcd3cd00c660b15b9a26f71dbdf2bacd503b36" "e074be1c799b509f52870ee596a5977b519f6d269455b84ed998666cf6fc802a" "54cf3f8314ce89c4d7e20ae52f7ff0739efb458f4326a2ca075bf34bc0b4f499" "99ea831ca79a916f1bd789de366b639d09811501e8c092c85b2cb7d697777f93" "7a994c16aa550678846e82edc8c9d6a7d39cc6564baaaacc305a3fdc0bd8725f" "76bfa9318742342233d8b0b42e824130b3a50dcc732866ff8e47366aed69de11" "a92e9da0fab90cbec4af4a2035602208cebf3d071ea547157b2bfc5d9bd4d48d" "632694fd8a835e85bcc8b7bb5c1df1a0164689bc6009864faed38a9142b97057" default))
'(fci-rule-color "#D6D6D6")
'(jdee-db-active-breakpoint-face-colors (cons "#FFFBF0" "#268bd2"))
'(jdee-db-requested-breakpoint-face-colors (cons "#FFFBF0" "#859900"))
'(jdee-db-spec-breakpoint-face-colors (cons "#FFFBF0" "#E1DBCD"))
'(objed-cursor-color "#dc322f")
'(org-modules '(org-habit))
'(package-selected-packages '(htmlize ox-hugo exwm))
'(pdf-view-midnight-colors (cons "#556b72" "#FDF6E3"))
'(rustic-ansi-faces
["#FDF6E3" "#dc322f" "#859900" "#b58900" "#268bd2" "#d33682" "#2aa198" "#556b72"])
'(safe-local-variable-values '((lexical-biding . t)))
'(vc-annotate-background "#FDF6E3")
'(vc-annotate-color-map
(list
(cons 20 "#859900")
(cons 40 "#959300")
(cons 60 "#a58e00")
(cons 80 "#b58900")
(cons 100 "#bc7407")
(cons 120 "#c35f0e")
(cons 140 "#cb4b16")
(cons 160 "#cd4439")
(cons 180 "#d03d5d")
(cons 200 "#d33682")
(cons 220 "#d63466")
(cons 240 "#d9334a")
(cons 260 "#dc322f")
(cons 280 "#dd5c56")
(cons 300 "#de867e")
(cons 320 "#dfb0a5")
(cons 340 "#D6D6D6")
(cons 360 "#D6D6D6")))
'(vc-annotate-very-old-color nil)
'(warning-suppress-types '((emacs))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)