Files
tooling/doom/custom.el

55 lines
2.1 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
["#0D0E16" "#D83441" "#79D836" "#D8B941" "#3679D8" "#8041D8" "#36D8BD" "#CEDBE5"])
'(custom-safe-themes
'("2e05569868dc11a52b08926b4c1a27da77580daa9321773d92822f7a639956ce" "2dd4951e967990396142ec54d376cced3f135810b2b69920e77103e0bcedfba9" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" default))
'(exwm-floating-border-color "#0F1019")
'(fci-rule-color "#767676")
'(highlight-tail-colors
((("#172219" "color-113" "green")
. 0)
(("#112226" "color-79" "cyan")
. 20)))
'(ispell-dictionary nil)
'(jdee-db-active-breakpoint-face-colors (cons "#0F1019" "#D85F00"))
'(jdee-db-requested-breakpoint-face-colors (cons "#0F1019" "#79D836"))
'(jdee-db-spec-breakpoint-face-colors (cons "#0F1019" "#767676"))
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(objed-cursor-color "#D83441")
'(package-selected-packages '(ob-tmux yaml-mode cmake-mode))
'(pdf-view-midnight-colors (cons "#CEDBE5" "#0D0E16"))
'(rustic-ansi-faces
["#0D0E16" "#D83441" "#79D836" "#D8B941" "#3679D8" "#8041D8" "#36D8BD" "#CEDBE5"])
'(vc-annotate-background "#0D0E16")
'(vc-annotate-color-map
(list
(cons 20 "#79D836")
(cons 40 "#98cd39")
(cons 60 "#b8c33d")
(cons 80 "#D8B941")
(cons 100 "#d89b2b")
(cons 120 "#d87d15")
(cons 140 "#D85F00")
(cons 160 "#ba5548")
(cons 180 "#9d4b90")
(cons 200 "#8041D8")
(cons 220 "#9d3ca5")
(cons 240 "#ba3873")
(cons 260 "#D83441")
(cons 280 "#bf444e")
(cons 300 "#a7555b")
(cons 320 "#8e6568")
(cons 340 "#767676")
(cons 360 "#767676")))
'(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.
)