-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom-nw.el
More file actions
38 lines (38 loc) · 2.52 KB
/
Copy pathcustom-nw.el
File metadata and controls
38 lines (38 loc) · 2.52 KB
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
(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.
'(custom-safe-themes
'("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "14850c68376012a083ed7ec9d36179962b165cd8f7536f021ee3b6f5cb68aa3c" "3a2f8087795a6a06d5a57cec6569dbbb98211f86ae3ad9ce931a5a3340b32569" default))
'(line-number-mode t)
'(package-selected-packages
'(exec-path-from-shell gnu-elpa-keyring-update fullframe seq yaml-mode auto-complete flycheck-rust rust-mode sml-mode projectile org magit slime flycheck avy rainbow-delimiters multiple-cursors))
'(safe-local-variable-values
'((flycheck-clang-include-path list
(concat "-I"
(projectile-project-root)
"build"))))
'(sml/no-confirm-load-theme t))
(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.
'(default ((t (:inherit nil :stipple nil :background "#2d2a2e" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry "nil" :family "monaco"))))
'(company-tooltip-selection ((t (:background "brightwhite"))))
'(dashboard-heading ((t (:foreground "lightslateblue"))))
'(dashboard-items-face ((t (:foreground "gray80"))))
'(dashboard-no-items-face ((t (:foreground "color-252"))))
'(dashboard-text-banner ((t (:foreground "lemonchiffon1"))))
'(font-lock-variable-name-face ((t (:foreground "color-153"))))
'(hl-line ((t (:background "#3d3d3d"))))
'(lsp-ui-doc-background ((t (:background "color-239"))))
'(magit-diff-added-highlight ((t (:background "#339078" :foreground "#ffffff"))))
'(magit-diff-removed-highlight ((t (:background "#9e7187" :foreground "#eecccc"))))
'(mode-line ((t (:background "gray24" :foreground "#939293" :inverse-video nil))))
'(mode-line-buffer-id ((t (:background "#7f7f7f" :weight bold))))
'(mode-line-inactive ((t (:background "black" :foreground "grey20" :inverse-video nil))))
'(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "brightmagenta"))))
'(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "brightgreen"))))
'(sml/filename ((t (:inherit sml/global :foreground "peachpuff" :weight bold)))))