Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.7 KiB

  1. (custom-set-variables
  2. ;; custom-set-variables was added by Custom.
  3. ;; If you edit it by hand, you could mess it up, so be careful.
  4. ;; Your init file should contain only one such instance.
  5. ;; If there is more than one, they won't work right.
  6. '(ansi-color-names-vector
  7. ["#1E1C31" "#FF8080" "#95FFA4" "#FFE9AA" "#91DDFF" "#C991E1" "#AAFFE4" "#CBE3E7"])
  8. '(custom-safe-themes
  9. '("01d5e0971bfe4b70669ba03f632c68ac7e5b9e0bc5eaf760a780d88ca271dae2" default))
  10. '(fci-rule-color "#858FA5")
  11. '(jdee-db-active-breakpoint-face-colors (cons "#100E23" "#906CFF"))
  12. '(jdee-db-requested-breakpoint-face-colors (cons "#100E23" "#95FFA4"))
  13. '(jdee-db-spec-breakpoint-face-colors (cons "#100E23" "#565575"))
  14. '(objed-cursor-color "#FF8080")
  15. '(pdf-view-midnight-colors (cons "#CBE3E7" "#1E1C31"))
  16. '(rustic-ansi-faces
  17. ["#1E1C31" "#FF8080" "#95FFA4" "#FFE9AA" "#91DDFF" "#C991E1" "#AAFFE4" "#CBE3E7"])
  18. '(vc-annotate-background "#1E1C31")
  19. '(vc-annotate-color-map
  20. (list
  21. (cons 20 "#95FFA4")
  22. (cons 40 "#b8f7a6")
  23. (cons 60 "#dbf0a8")
  24. (cons 80 "#FFE9AA")
  25. (cons 100 "#ffd799")
  26. (cons 120 "#ffc488")
  27. (cons 140 "#FFB378")
  28. (cons 160 "#eda79b")
  29. (cons 180 "#db9cbd")
  30. (cons 200 "#C991E1")
  31. (cons 220 "#db8bc0")
  32. (cons 240 "#ed85a0")
  33. (cons 260 "#FF8080")
  34. (cons 280 "#d4757d")
  35. (cons 300 "#aa6a7a")
  36. (cons 320 "#805f77")
  37. (cons 340 "#858FA5")
  38. (cons 360 "#858FA5")))
  39. '(vc-annotate-very-old-color nil))
  40. (custom-set-faces
  41. ;; custom-set-faces was added by Custom.
  42. ;; If you edit it by hand, you could mess it up, so be careful.
  43. ;; Your init file should contain only one such instance.
  44. ;; If there is more than one, they won't work right.
  45. )
  46. (put 'projectile-ripgrep 'disabled nil)