Files
emacs.d/custom-vars.el
2024-10-03 17:28:43 -03:00

21 lines
988 B
EmacsLisp

;;; -*- lexical-binding: t -*-
(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
'("dfab4d4e2904967f208647d14b15015a613c4ab904db491116a7c0968e44a115"
"691d671429fa6c6d73098fc6ff05d4a14a323ea0a18787daeb93fde0e48ab18b"
"48042425e84cd92184837e01d0b4fe9f912d875c43021c3bcb7eeb51f1be5710"
default))
'(package-selected-packages 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.
'(diff-hl-change ((t (:background nil :foreground "#89b4fa"))))
'(diff-hl-delete ((t (:background nil :foreground "#f38ba8"))))
'(diff-hl-insert ((t (:background nil :foreground "#a6e3a1")))))