dotfiles/.doom.d/custom.el
VincentKnightTesting 4753c8cf8f new junk
2022-03-12 21:16:41 -06:00

50 lines
1.9 KiB
EmacsLisp

(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
["#282b33" "#e1c1ee" "#5b94ab" "#cfcf9c" "#819cd6" "#a6c1e0" "#7289bc" "#c6c6c6"])
'(custom-safe-themes
'("1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" default))
'(exwm-floating-border-color "#141519")
'(fci-rule-color "#888395")
'(highlight-tail-colors ((("#2d353f" "#2d353f") . 0) (("#2f3440" "#2f3440") . 20)))
'(jdee-db-active-breakpoint-face-colors (cons "#222228" "#819cd6"))
'(jdee-db-requested-breakpoint-face-colors (cons "#222228" "#5b94ab"))
'(jdee-db-spec-breakpoint-face-colors (cons "#222228" "#515462"))
'(objed-cursor-color "#e1c1ee")
'(package-selected-packages
'(doom-themes color-theme-modern flycheck-rust cargo lsp-mode selectrum rust-mode flimenu amx))
'(pdf-view-midnight-colors (cons "#c6c6c6" "#282b33"))
'(rustic-ansi-faces
["#282b33" "#e1c1ee" "#5b94ab" "#cfcf9c" "#819cd6" "#a6c1e0" "#7289bc" "#c6c6c6"])
'(vc-annotate-background "#282b33")
'(vc-annotate-color-map
(list
(cons 20 "#5b94ab")
(cons 40 "#81a7a6")
(cons 60 "#a8bba1")
(cons 80 "#cfcf9c")
(cons 100 "#c1cab2")
(cons 120 "#b3c5c9")
(cons 140 "#a6c1e0")
(cons 160 "#a6c1e0")
(cons 180 "#a6c1e0")
(cons 200 "#a6c1e0")
(cons 220 "#b9c1e4")
(cons 240 "#cdc1e9")
(cons 260 "#e1c1ee")
(cons 280 "#bda5cb")
(cons 300 "#998aa8")
(cons 320 "#756f85")
(cons 340 "#888395")
(cons 360 "#888395")))
'(vc-annotate-very-old-color nil))
(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.
)