54 lines
2.0 KiB
EmacsLisp
54 lines
2.0 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
|
|
["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
|
|
'(custom-safe-themes
|
|
'("8c7e832be864674c220f9a9361c851917a93f921fedb7717b1b5ece47690c098" default))
|
|
'(exwm-floating-border-color "#191b20")
|
|
'(fci-rule-color "#5B6268")
|
|
'(highlight-tail-colors
|
|
((("#333a38" "#99bb66" "green")
|
|
. 0)
|
|
(("#2b3d48" "#46D9FF" "brightcyan")
|
|
. 20)))
|
|
'(jdee-db-active-breakpoint-face-colors (cons "#1B2229" "#51afef"))
|
|
'(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65"))
|
|
'(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a"))
|
|
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
|
|
'(objed-cursor-color "#ff6c6b")
|
|
'(package-selected-packages '(smooth-scroll))
|
|
'(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34"))
|
|
'(rustic-ansi-faces
|
|
["#282c34" "#ff6c6b" "#98be65" "#ECBE7B" "#51afef" "#c678dd" "#46D9FF" "#bbc2cf"])
|
|
'(vc-annotate-background "#282c34")
|
|
'(vc-annotate-color-map
|
|
(list
|
|
(cons 20 "#98be65")
|
|
(cons 40 "#b4be6c")
|
|
(cons 60 "#d0be73")
|
|
(cons 80 "#ECBE7B")
|
|
(cons 100 "#e6ab6a")
|
|
(cons 120 "#e09859")
|
|
(cons 140 "#da8548")
|
|
(cons 160 "#d38079")
|
|
(cons 180 "#cc7cab")
|
|
(cons 200 "#c678dd")
|
|
(cons 220 "#d974b7")
|
|
(cons 240 "#ec7091")
|
|
(cons 260 "#ff6c6b")
|
|
(cons 280 "#cf6162")
|
|
(cons 300 "#9f585a")
|
|
(cons 320 "#6f4e52")
|
|
(cons 340 "#5B6268")
|
|
(cons 360 "#5B6268")))
|
|
'(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.
|
|
)
|