-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
65 lines (65 loc) · 2.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
;;custom settings, not important settings .such as : installed themes
(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-faces-vector
[default default default italic underline success warning error])
'(ansi-color-names-vector
["#272822" "#F92672" "#A6E22E" "#E6DB74" "#66D9EF" "#FD5FF0" "#A1EFE4" "#F8F8F2"])
'(compilation-message-face 'default)
'(custom-safe-themes
'("bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" "bd7b7c5df1174796deefce5debc2d976b264585d51852c962362be83932873d9" default))
'(eww-header-line-format "%u")
'(fci-rule-color "#3C3D37")
'(highlight-changes-colors '("#FD5FF0" "#AE81FF"))
'(highlight-symbol-colors
'("#EFFF00" "#73CD4F" "#83DDFF" "MediumPurple1" "#66CDAA" "DarkOrange" "HotPink1" "#809FFF" "#ADFF2F"))
'(highlight-tail-colors
'(("#3C3D37" . 0)
("#679A01" . 20)
("#4BBEAE" . 30)
("#1DB4D0" . 50)
("#9A8F21" . 60)
("#A75B00" . 70)
("#F309DF" . 85)
("#3C3D37" . 100)))
'(hl-paren-background-colors
'("#00FF99" "#CCFF99" "#FFCC99" "#FF9999" "#FF99CC" "#CC99FF" "#9999FF" "#99CCFF" "#99FFCC" "#7FFF00"))
'(hl-paren-colors '("#326B6B"))
'(linum-format " %7i ")
'(magit-diff-use-overlays nil)
'(package-selected-packages
'(web-server sly avy dash jedi color-theme-sanityinc-tomorrow sublime-themes organic-green-theme calmer-forest-theme green-screen-theme use-package neotree ace-window company hungry-delete counsel evil hydra general smartparens which-key window-numbering popwin monokai-theme counsel-projectile magit keychain-environment multi-term clojure-mode clj-refactor cider paredit js2-mode gh-md markdown-mode))
'(pos-tip-background-color "#FFFACE")
'(pos-tip-foreground-color "#272822")
'(vc-annotate-background nil)
'(vc-annotate-color-map
'((20 . "#F92672")
(40 . "#CF4F1F")
(60 . "#C26C0F")
(80 . "#E6DB74")
(100 . "#AB8C00")
(120 . "#A18F00")
(140 . "#989200")
(160 . "#8E9500")
(180 . "#A6E22E")
(200 . "#729A1E")
(220 . "#609C3C")
(240 . "#4E9D5B")
(260 . "#3C9F79")
(280 . "#A1EFE4")
(300 . "#299BA6")
(320 . "#2896B5")
(340 . "#2790C3")
(360 . "#66D9EF")))
'(vc-annotate-very-old-color nil)
'(weechat-color-list
'(unspecified "#272822" "#3C3D37" "#F70057" "#F92672" "#86C30D" "#A6E22E" "#BEB244" "#E6DB74" "#40CAE4" "#66D9EF" "#FB35EA" "#FD5FF0" "#74DBCD" "#A1EFE4" "#F8F8F2" "#F8F8F0")))
(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.
)